summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeha Pansare <neha.pansare@progress.com>2023-03-29 16:26:56 +0530
committerNeha Pansare <neha.pansare@progress.com>2023-03-29 16:26:56 +0530
commit3028fbe19e9e4fad3aa579c4db2462ab8f948f15 (patch)
tree3641dc8eaa59397d21bf3faaa1496b5a909dde70
parent8a5dc98e6001f44539ee4c579534bef02f8143ef (diff)
downloadchef-neha-p6/ignore_artifactory_chef16.tar.gz
Ignore artifactory for both release and adhoc omnibus buildkite pipelines due to failures of artifactory gem not foundneha-p6/ignore_artifactory_chef16
Signed-off-by: Neha Pansare <neha.pansare@progress.com>
-rw-r--r--.expeditor/config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index d89ce72157..2ff651d60d 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -35,10 +35,12 @@ 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_ARTIFACTORY_RUBY_PROXY: true
github:
# This deletes the GitHub PR branch after successfully merged into the release branch