summaryrefslogtreecommitdiff
path: root/.expeditor/config.yml
diff options
context:
space:
mode:
Diffstat (limited to '.expeditor/config.yml')
-rw-r--r--.expeditor/config.yml27
1 files changed, 26 insertions, 1 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index d89ce72157..cc9441daf1 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -27,6 +27,26 @@ schedules:
pipelines:
- verify:
public: true
+ env:
+ - IGNORE_ARTIFACTORY_RUBY_PROXY: true # Artifactory is throwing 500's when downloading some gems.
+ - validate/release:
+ definition: .expeditor/verify.pipeline.yml
+ env:
+ - IGNORE_CACHE: true # caching causes constant build failures
+ - IGNORE_ARTIFACTORY_RUBY_PROXY: true
+ - 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.
+ - validate/adhoc-canary:
+ canary: true
+ 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.
- docker/build
- habitat/build
- habitat/test:
@@ -104,7 +124,12 @@ subscriptions:
- "Expeditor: Skip Habitat"
- "Expeditor: Skip All"
only_if: built_in:bump_version
- - trigger_pipeline:omnibus/release:
+ # - trigger_pipeline:omnibus/release:
+ # ignore_labels:
+ # - "Expeditor: Skip Omnibus"
+ # - "Expeditor: Skip All"
+ # only_if: built_in:bump_version
+ - trigger_pipeline:validate/release:
ignore_labels:
- "Expeditor: Skip Omnibus"
- "Expeditor: Skip All"