diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-09-30 13:16:40 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-10-01 10:31:28 -0700 |
commit | 66e9c5949cf3c286123c35a57e50b7079ed6dee7 (patch) | |
tree | 91d82687b42789799efae2cb4e907aacc536fcfa /kitchen-tests | |
parent | 8cd716fe52b6ab93d8703567bb4c32707ddcfc21 (diff) | |
download | chef-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.yml | 12 |
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 |