summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-09-30 13:16:40 -0700
committerTim Smith <tsmith84@gmail.com>2019-10-01 10:31:28 -0700
commit66e9c5949cf3c286123c35a57e50b7079ed6dee7 (patch)
tree91d82687b42789799efae2cb4e907aacc536fcfa /kitchen-tests
parent8cd716fe52b6ab93d8703567bb4c32707ddcfc21 (diff)
downloadchef-66e9c5949cf3c286123c35a57e50b7079ed6dee7.tar.gz
Update openSUSE testing in Buildkite
Use the latest opensuse leap 42 image instead of the one we stopped pushing 6 months ago Add openSUSE leap 15 testing Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r--kitchen-tests/kitchen.yml12
1 files changed, 10 insertions, 2 deletions
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml
index 9830d198f4..ffea0220e5 100644
--- a/kitchen-tests/kitchen.yml
+++ b/kitchen-tests/kitchen.yml
@@ -127,9 +127,17 @@ platforms:
intermediate_instructions:
- RUN /usr/bin/apt-get update
-- name: opensuse-leap
+- name: opensuse-leap-42
driver:
- image: dokken/opensuse-leap
+ image: dokken/opensuse-leap-42
+ pid_one_command: /bin/systemd
+ intermediate_instructions:
+ - RUN /usr/bin/zypper --non-interactive update
+ - RUN /usr/bin/zypper --non-interactive install cron
+
+- name: opensuse-leap-15
+ driver:
+ image: dokken/opensuse-leap-15
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/zypper --non-interactive update