Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ci/gitlab/configs/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ ci:
- noop-job:
tags: ["service_noop"]
image: busybox@sha256:37f7b378a29ceb4c551b1b5582e27747b855bbfaa73fa11914fe0df028dc581f
timeout: 1 seconds
variables:
CI_OIDC_REQUIRED: 0
GIT_STRATEGY: "none"
Expand Down
1 change: 1 addition & 0 deletions .ci/gitlab/scripts/common/noop_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
tags: [service_noop, spack]
retry: 0
allow_failure: true
timeout: 1 seconds
workflow:
rules:
- when: always
Expand Down
Loading