Noop jobs should do less work (#46732)
This commit is contained in:
parent
ad75e8fc95
commit
482e2fbde8
@ -106,10 +106,14 @@ ci:
|
||||
|
||||
- noop-job:
|
||||
tags: ["service"]
|
||||
image: busybox:latest
|
||||
variables:
|
||||
GIT_STRATEGY: "none"
|
||||
CI_JOB_SIZE: "small"
|
||||
KUBERNETES_CPU_REQUEST: "500m"
|
||||
KUBERNETES_MEMORY_REQUEST: "500M"
|
||||
before_script:: []
|
||||
after_script:: []
|
||||
|
||||
- any-job:
|
||||
tags: ["spack"]
|
||||
|
Loading…
Reference in New Issue
Block a user