diff options
| author | Paul Sherwood <paul.sherwood@codethink.co.uk> | 2017-01-31 18:05:40 +0000 |
|---|---|---|
| committer | Paul Sherwood <paul.sherwood@codethink.co.uk> | 2017-02-05 12:29:15 +0000 |
| commit | bf0ef87a5fffe596302a827715b6bc77d530b5e5 (patch) | |
| tree | dedbd25214251b2134a5efaed218e85b9afa0577 | |
| parent | f79694bf14af68efe6d84f6ebf92caeb74e5920c (diff) | |
| download | ybd-ps-artifact-version-7.tar.gz | |
Fix #249 Update to artifact-version: 7, max-jobs is now in cache-keyps-artifact-version-7
| -rw-r--r-- | ybd/config/ybd.conf | 4 |
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'] |
