summaryrefslogtreecommitdiff
path: root/.expeditor/config.yml
diff options
context:
space:
mode:
Diffstat (limited to '.expeditor/config.yml')
-rw-r--r--.expeditor/config.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 82347262fb..6a338ec4e1 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -30,18 +30,18 @@ pipelines:
public: true
env:
- IGNORE_ARTIFACTORY_RUBY_PROXY: true # Artifactory is throwing 500's when downloading some gems.
- - verify/release:
+ - validate/release:
definition: .expeditor/verify.pipeline.yml
env:
- IGNORE_CACHE: true # caching causes constant build failures
- IGNORE_ARTIFACTORY_RUBY_PROXY: true
- - verify/adhoc:
+ - validate/adhoc:
definition: .expeditor/verify.adhoc.pipeline.yml
env:
- ADHOC: true
- IGNORE_CACHE: true # caching causes constant build failures
- IGNORE_ARTIFACTORY_RUBY_PROXY: true # Artifactory is throwing 500's when downloading some gems.
- - verify/adhoc-canary:
+ - validate/adhoc-canary:
canary: true
definition: .expeditor/verify.adhoc.pipeline.yml
env:
@@ -148,7 +148,7 @@ subscriptions:
- "Expeditor: Skip Omnibus"
- "Expeditor: Skip All"
only_if: built_in:bump_version
- - trigger_pipeline:verify/release:
+ - trigger_pipeline:validate/release:
ignore_labels:
- "Expeditor: Skip Omnibus"
- "Expeditor: Skip All"