summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-03-06 13:38:09 -0800
committerTim Smith <tsmith84@gmail.com>2020-03-16 15:50:05 -0700
commit31d7042a903221dab3fe7cd05e51f98e073d73d8 (patch)
tree182ad96e3e756a94b7b664cf1e41c46735d95d85
parent9cbaf2de27bf5e58ae69fd6f6eeaa1f4a36d6686 (diff)
downloadchef-31d7042a903221dab3fe7cd05e51f98e073d73d8.tar.gz
Test on Ubuntu 20.04 in Buildkite
This is a pre-release container, but it'll get updated as they release newer versions so we'llc continue to test on the latest versions of 20.04 until it's released. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/verify.pipeline.yml15
-rw-r--r--kitchen-tests/kitchen.yml7
2 files changed, 22 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index df5dbdbf62..e4506b6d5b 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -382,6 +382,21 @@ steps:
privileged: true
single-use: true
+- label: "Kitchen Tests Ubuntu: 20.04"
+ commands:
+ - scripts/bk_tests/bk_linux_exec.sh
+ - cd kitchen-tests
+ - ~/.asdf/shims/bundle exec kitchen test end-to-end-ubuntu-2004
+ artifact_paths:
+ - $PWD/.kitchen/logs/kitchen.log
+ env:
+ KITCHEN_YAML: kitchen.yml
+ expeditor:
+ executor:
+ linux:
+ privileged: true
+ single-use: true
+
- label: "Kitchen Tests Debian: 8"
commands:
- scripts/bk_tests/bk_linux_exec.sh
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml
index c93e24197f..687a2b4b10 100644
--- a/kitchen-tests/kitchen.yml
+++ b/kitchen-tests/kitchen.yml
@@ -136,6 +136,13 @@ platforms:
intermediate_instructions:
- RUN /usr/bin/apt-get update
+- name: ubuntu-20.04
+ driver:
+ image: dokken/ubuntu-20.04
+ pid_one_command: /bin/systemd
+ intermediate_instructions:
+ - RUN /usr/bin/apt-get update
+
- name: opensuse-leap-15
driver:
image: dokken/opensuse-leap-15