Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

ci: mark update-weights non-interruptible #6539

Merged
merged 1 commit into from
Jan 11, 2023
Merged
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
5 changes: 5 additions & 0 deletions scripts/ci/gitlab/pipeline/weights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# Here are all jobs that are executed during "weights" stage

update_polkadot_weights: &update-weights
# The update-weights pipeline defaults to `interruptible: false` so that we'll be able to
# reach and run the benchmarking jobs despite the "Auto-cancel redundant pipelines" CI setting.
# The setting is relevant because future pipelines (e.g. created for new commits or other schedules)
# might otherwise cancel the benchmark jobs early.
interruptible: false
stage: weights
timeout: 1d
when: manual
Expand Down