summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-10-02 09:41:33 -0700
committerTim Smith <tsmith84@gmail.com>2019-10-02 09:41:33 -0700
commit3357f4321feda1718c6e2893869e1d92ad823549 (patch)
treecf30d656dc777042b3bfab296d98f5ff98a2a5b2
parent6b1ed517a0d66a90c3b651ab76fc542fe3de0d4f (diff)
downloadchef-3357f4321feda1718c6e2893869e1d92ad823549.tar.gz
Add Oracle Linux tests, fix chef-sugar, add openSUSE 15
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/verify.pipeline.yml68
1 files changed, 64 insertions, 4 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 456d171c30..9a5b654699 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -299,11 +299,11 @@ steps:
# EXTERNAL GEM TESTING
#########################################################################
-- label: "Test chef-sugar gem :ruby: 2.6"
+- label: "Test chef-sugar-ng gem :ruby: 2.6"
commands:
- /workdir/scripts/bk_tests/bk_container_prep.sh
- bundle install --jobs=3 --retry=3 --without omnibus_package docgen
- - bundle exec tasks/bin/run_external_test sethvargo/chef-sugar master rake
+ - bundle exec tasks/bin/run_external_test chef/chef-sugar master rake
expeditor:
executor:
docker:
@@ -492,6 +492,51 @@ steps:
privileged: true
single-use: true
+- label: "Kitchen Tests Oracle Linux: 6"
+ commands:
+ - scripts/bk_tests/bk_linux_exec.sh
+ - cd kitchen-tests
+ - ~/.asdf/shims/bundle exec kitchen test end-to-end-oraclelinux-6
+ artifact_paths:
+ - $PWD/.kitchen/logs/kitchen.log
+ env:
+ KITCHEN_YAML: kitchen.yml
+ expeditor:
+ executor:
+ linux:
+ privileged: true
+ single-use: true
+
+- label: "Kitchen Tests Oracle Linux: 7"
+ commands:
+ - scripts/bk_tests/bk_linux_exec.sh
+ - cd kitchen-tests
+ - ~/.asdf/shims/bundle exec kitchen test end-to-end-oraclelinux-7
+ artifact_paths:
+ - $PWD/.kitchen/logs/kitchen.log
+ env:
+ KITCHEN_YAML: kitchen.yml
+ expeditor:
+ executor:
+ linux:
+ privileged: true
+ single-use: true
+
+- label: "Kitchen Tests Oracle Linux: 8"
+ commands:
+ - scripts/bk_tests/bk_linux_exec.sh
+ - cd kitchen-tests
+ - ~/.asdf/shims/bundle exec kitchen test end-to-end-oraclelinux-8
+ artifact_paths:
+ - $PWD/.kitchen/logs/kitchen.log
+ env:
+ KITCHEN_YAML: kitchen.yml
+ expeditor:
+ executor:
+ linux:
+ privileged: true
+ single-use: true
+
- label: "Kitchen Tests Fedora: latest"
commands:
- scripts/bk_tests/bk_linux_exec.sh
@@ -511,7 +556,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:
@@ -520,4 +580,4 @@ steps:
executor:
linux:
privileged: true
- single-use: true \ No newline at end of file
+ single-use: true