summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2017-01-31 18:05:40 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2017-01-31 18:06:10 +0000
commit6508160d82f9f73ae770fc2045564481aebf116a (patch)
tree9fb9bdbc5a10997204fcc81cd86472526f144e7d
parentcc9e434f0a76ec708420a866018085b39d396f1d (diff)
downloadybd-ps-max-jobs-in-cache-key.tar.gz
Fix #249 Update to artifact-version: 7, max-jobs is now in cache-keyps-max-jobs-in-cache-key
-rw-r--r--ybd/config/ybd.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/ybd/config/ybd.conf b/ybd/config/ybd.conf
index 269f290..09682b2 100644
--- a/ybd/config/ybd.conf
+++ b/ybd/config/ybd.conf
@@ -59,7 +59,9 @@ aliases:
# 5: (after 6c464db0ce) 'path' field no longer includes '.morph'
# 6: (after 50eb61f7e and 588e7c7) stratum deps are retained, and we fixed a
# bug where ybd had been skipping errors in the middle of code blocks,
-artifact-version: 6
+# 7: (after e7be39bf) see https://gitlab.com/baserock/ybd/issues/249
+# we need to include max-jobs in the cache-key
+artifact-version: 7
# path to be used in default chroots for builds
base-path: ['/usr/bin', '/bin', '/usr/sbin', '/sbin']