summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-09-19 22:28:03 +0600
committerGitHub <noreply@github.com>2022-09-19 12:28:03 -0400
commit9cce6c08e7c48b2e2c18558279a41bc368014ad3 (patch)
treeba320309050021e60411051a82c5f9a2e0760c87
parent37a97f02edee045e5f8387f7071f67600ea811dd (diff)
downloadchef-9cce6c08e7c48b2e2c18558279a41bc368014ad3.tar.gz
set IGNORE_ARTIFACTORY_RUBY_PROXY to true in config.yml (#13178)
set IGNORE_ARTIFACTORY_RUBY_PROXY to true Artifactory is throwing 500's when downloading some gems. Signed-off-by: Thomas Powell <powell@progress.com> Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--.expeditor/config.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 18f4d859df..d1466484ff 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -33,6 +33,8 @@ schedules:
pipelines:
- verify:
public: true
+ env:
+ - IGNORE_ARTIFACTORY_RUBY_PROXY: true # Artifactory is throwing 500's when downloading some gems.
- docker/build:
definition: .expeditor/docker-build.pipeline.yml
trigger: default
@@ -43,17 +45,20 @@ pipelines:
- omnibus/release:
env:
- IGNORE_CACHE: true # caching causes constant build failures
+ - IGNORE_ARTIFACTORY_RUBY_PROXY: true
- omnibus/adhoc:
definition: .expeditor/release.omnibus.yml
env:
- ADHOC: true
- IGNORE_CACHE: true # caching causes constant build failures
+ - IGNORE_ARTIFACTORY_RUBY_PROXY: true
# 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
- macos_universal_package:
description: Builds universal macos package using arch specific packages
definition: .expeditor/macos_universal_package.pipeline.yml