summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2022-03-02 09:50:44 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2022-03-02 09:50:44 -0800
commit0e48e447f3f479fdd6f949cac5fed3d1868a82c4 (patch)
tree0fd04cb78ae142046f761019e9f3c7bbe26aa8a6
parente9c7e5cac62777bf9d856248c5175992b347e82e (diff)
downloadchef-0e48e447f3f479fdd6f949cac5fed3d1868a82c4.tar.gz
turn off caching for adhoc pipelines
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--.expeditor/config.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index 601293d14b..a3d9c202d1 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -34,6 +34,7 @@ pipelines:
definition: .expeditor/release.omnibus.yml
env:
- ADHOC: true
+ - IGNORE_CACHE: true # caching causes constant build failures
# the adhoc-canary pipeline is used to test new omnibus workers
- omnibus/adhoc-canary:
canary: true
@@ -256,4 +257,4 @@ subscriptions:
- bash:.expeditor/update_dep.sh
- workload: ruby_gem_published:train-winrm-*
actions:
- - bash:.expeditor/update_dep.sh \ No newline at end of file
+ - bash:.expeditor/update_dep.sh