Noop jobs should do less work (#46732)

This commit is contained in:
kwryankrattiger 2024-10-03 06:59:27 -05:00 committed by GitHub
parent ad75e8fc95
commit 482e2fbde8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,10 +106,14 @@ ci:
- noop-job: - noop-job:
tags: ["service"] tags: ["service"]
image: busybox:latest
variables: variables:
GIT_STRATEGY: "none"
CI_JOB_SIZE: "small" CI_JOB_SIZE: "small"
KUBERNETES_CPU_REQUEST: "500m" KUBERNETES_CPU_REQUEST: "500m"
KUBERNETES_MEMORY_REQUEST: "500M" KUBERNETES_MEMORY_REQUEST: "500M"
before_script:: []
after_script:: []
- any-job: - any-job:
tags: ["spack"] tags: ["spack"]