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

Commit

Permalink
ci: mark update-weights non-interruptible (#6539)
Browse files Browse the repository at this point in the history
  • Loading branch information
coderobe authored Jan 11, 2023
1 parent ebde8b6 commit 4f032c3
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit 4f032c3

Please sign in to comment.