Don't require OIDC initialization for noop (#46921)
ref. https://github.com/spack/spack-infrastructure/pull/957
This commit is contained in:
parent
507965cbc6
commit
c8f61c8662
@ -47,7 +47,7 @@
|
|||||||
"tags": {"type": "array", "items": {"type": "string"}},
|
"tags": {"type": "array", "items": {"type": "string"}},
|
||||||
"variables": {
|
"variables": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"patternProperties": {r"[\w\d\-_\.]+": {"type": "string"}},
|
"patternProperties": {r"[\w\d\-_\.]+": {"type": ["string", "number"]}},
|
||||||
},
|
},
|
||||||
"before_script": script_schema,
|
"before_script": script_schema,
|
||||||
"script": script_schema,
|
"script": script_schema,
|
||||||
|
@ -108,6 +108,7 @@ ci:
|
|||||||
tags: ["service"]
|
tags: ["service"]
|
||||||
image: busybox:latest
|
image: busybox:latest
|
||||||
variables:
|
variables:
|
||||||
|
CI_OIDC_REQUIRED: 0
|
||||||
GIT_STRATEGY: "none"
|
GIT_STRATEGY: "none"
|
||||||
CI_JOB_SIZE: "small"
|
CI_JOB_SIZE: "small"
|
||||||
KUBERNETES_CPU_REQUEST: "500m"
|
KUBERNETES_CPU_REQUEST: "500m"
|
||||||
|
Loading…
Reference in New Issue
Block a user