mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-04 04:22:50 +00:00
ci: allow redundant pipelines to be skipped
This commit is contained in:
@@ -6,6 +6,7 @@ before_script:
|
|||||||
default:
|
default:
|
||||||
tags:
|
tags:
|
||||||
- performance
|
- performance
|
||||||
|
interruptible: true
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- setup
|
- setup
|
||||||
@@ -32,6 +33,7 @@ setup:
|
|||||||
before_script: [] # do not run irrelevant before script for this job
|
before_script: [] # do not run irrelevant before script for this job
|
||||||
tags:
|
tags:
|
||||||
- dind
|
- dind
|
||||||
|
interruptible: false
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|||||||
Reference in New Issue
Block a user