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 /.expeditor/verify.pipeline.yml | |
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 '.expeditor/verify.pipeline.yml')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index f6569120e1..05fceee126 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -555,7 +555,22 @@ steps: commands: - scripts/bk_tests/bk_linux_exec.sh - cd kitchen-tests - - ~/.asdf/shims/bundle exec kitchen test end-to-end-opensuse-leap + - ~/.asdf/shims/bundle exec kitchen test end-to-end-opensuse-leap-42 + artifact_paths: + - $PWD/.kitchen/logs/kitchen.log + env: + KITCHEN_YAML: kitchen.yml + expeditor: + executor: + linux: + privileged: true + single-use: true + +- label: "Kitchen Tests openSUSE Leap: 15" + commands: + - scripts/bk_tests/bk_linux_exec.sh + - cd kitchen-tests + - ~/.asdf/shims/bundle exec kitchen test end-to-end-opensuse-leap-15 artifact_paths: - $PWD/.kitchen/logs/kitchen.log env: |