summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Powell <powell@progress.com>2023-04-11 09:14:01 -0400
committerThomas Powell <powell@progress.com>2023-04-11 09:14:01 -0400
commit990f1b6d445c5f4765db8cdb62ec78f74ea5630f (patch)
tree75a2101140ccc7b63d7c1467627746bc17785b42
parent836318173f6d822f80480498f7e963eb465a0ba5 (diff)
downloadchef-tp/debug-webmock.tar.gz
Set Artifactory proxy ignore to falsetp/debug-webmock
Signed-off-by: Thomas Powell <powell@progress.com>
-rw-r--r--.expeditor/config.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 1357f447c2..ac2ec7360e 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -29,25 +29,25 @@ pipelines:
- verify:
public: true
env:
- - IGNORE_ARTIFACTORY_RUBY_PROXY: true # Artifactory is throwing 500's when downloading some gems.
+ - IGNORE_ARTIFACTORY_RUBY_PROXY: false # 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
+ - IGNORE_ARTIFACTORY_RUBY_PROXY: false
- 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.
+ - IGNORE_ARTIFACTORY_RUBY_PROXY: false # 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.
+ - IGNORE_ARTIFACTORY_RUBY_PROXY: false # Artifactory is throwing 500's when downloading some gems.
- docker/build:
definition: .expeditor/docker-build.pipeline.yml
trigger: default
@@ -58,20 +58,20 @@ pipelines:
- omnibus/release:
env:
- IGNORE_CACHE: true # caching causes constant build failures
- - IGNORE_ARTIFACTORY_RUBY_PROXY: true
+ - IGNORE_ARTIFACTORY_RUBY_PROXY: false
- omnibus/adhoc:
definition: .expeditor/release.omnibus.yml
env:
- ADHOC: true
- IGNORE_CACHE: true # caching causes constant build failures
- - IGNORE_ARTIFACTORY_RUBY_PROXY: true
+ - IGNORE_ARTIFACTORY_RUBY_PROXY: false
# the adhoc-canary pipeline is used to test new omnibus workers
- omnibus/adhoc-canary:
canary: true
definition: .expeditor/adhoc-canary.omnibus.yml
env:
- ADHOC: true
- - IGNORE_ARTIFACTORY_RUBY_PROXY: true
+ - IGNORE_ARTIFACTORY_RUBY_PROXY: false
- macos_universal_package:
description: Builds universal macos package using arch specific packages
definition: .expeditor/macos_universal_package.pipeline.yml