summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-04-05 10:42:09 -0700
committerTim Smith <tsmith84@gmail.com>2021-04-05 11:16:10 -0700
commitf524cae485310b0647d11de4901c4adbc4fe126b (patch)
tree493d35e371ffe28d2ac54c8905059c4680860674 /.expeditor
parentd342caa518f4f870270fe64db25ff4a06a057299 (diff)
downloadchef-f524cae485310b0647d11de4901c4adbc4fe126b.tar.gz
Remove soon to be EOL Ubuntu 16.04 packages
Ubuntu 16.04 goes EOL at the end of April. Stop producing packages for this release. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/release.omnibus.yml3
-rw-r--r--.expeditor/verify.pipeline.yml17
2 files changed, 1 insertions, 19 deletions
diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml
index 2c78fff5d4..7a16533b9c 100644
--- a/.expeditor/release.omnibus.yml
+++ b/.expeditor/release.omnibus.yml
@@ -58,8 +58,7 @@ builder-to-testers-map:
ubuntu-18.04-aarch64:
- ubuntu-18.04-aarch64
- ubuntu-20.04-aarch64
- ubuntu-16.04-x86_64:
- - ubuntu-16.04-x86_64
+ ubuntu-18.04-x86_64:
- ubuntu-18.04-x86_64
- ubuntu-20.04-x86_64
windows-2012r2-i386:
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index e2167748dd..2b28f3c132 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -380,23 +380,6 @@ steps:
privileged: true
single-use: true
-- label: "Kitchen: Ubuntu 16.04"
- commands:
- - scripts/bk_tests/bk_linux_exec.sh
- - . /var/lib/buildkite-agent/.asdf/asdf.sh
- - cd kitchen-tests
- - bundle exec kitchen test end-to-end-ubuntu-1604
- artifact_paths:
- - $PWD/.kitchen/logs/kitchen.log
- env:
- UBUNTU: "16.04"
- KITCHEN_YAML: kitchen.yml
- expeditor:
- executor:
- linux:
- privileged: true
- single-use: true
-
- label: "Kitchen: Ubuntu 18.04"
commands:
- .expeditor/scripts/bk_linux_exec.sh