summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <454857+lamont-granquist@users.noreply.github.com>2022-03-02 09:55:11 -0800
committerGitHub <noreply@github.com>2022-03-02 09:55:11 -0800
commit6f3d3baea14fdb7db5c7d1fc196c043d65f951ba (patch)
tree47e5885e98a82d7cc89bca95271bbbe5f0724f0b
parent21c329b5fcca1197d7de1974aeadbb3a0a6ac623 (diff)
parent0e48e447f3f479fdd6f949cac5fed3d1868a82c4 (diff)
downloadchef-6f3d3baea14fdb7db5c7d1fc196c043d65f951ba.tar.gz
Merge pull request #12661 from chef/lcg/no-adhoc-caching
-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