diff options
author | Tim Smith <tsmith@chef.io> | 2019-07-31 17:53:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-31 17:53:50 -0400 |
commit | e2044906b06e00883102467be6f84d956826db19 (patch) | |
tree | e8ee40d9c18afa3ed7c893fe412ce7d073a2c52d /.expeditor | |
parent | f051b6e7912086edc03747f4b1c0285bfb6597f5 (diff) | |
parent | f4d6fb187246c9f151d5817d1110e67a90e59458 (diff) | |
download | chef-e2044906b06e00883102467be6f84d956826db19.tar.gz |
Merge pull request #8783 from chef/jsinha/enable_kt
Enable Kitchen dockken tests with BK linux executor
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 330 |
1 files changed, 165 insertions, 165 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index b5677a6ff6..e6e7193880 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -307,168 +307,168 @@ steps: # START TEST KITCHEN ONLY ######################################################################### -# - label: "Kitchen Tests :amazon: 2" -# commands: -# - scripts/bk_tests/bk_linux_exec.sh -# - cd kitchen-tests -# - ~/.asdf/shims/bundle exec kitchen test end-to-end-amazonlinux-2 -# artifact_paths: -# - $PWD/.kitchen/logs/kitchen.log -# env: -# KITCHEN_YAML: kitchen.yml -# expeditor: -# executor: -# linux: -# privileged: true -# single-use: true -# -# - label: "Kitchen Tests :amazon: 201X" -# commands: -# - scripts/bk_tests/bk_linux_exec.sh -# - cd kitchen-tests -# - ~/.asdf/shims/bundle exec kitchen test end-to-end-amazonlinux-2 -# artifact_paths: -# - $PWD/.kitchen/logs/kitchen.log -# env: -# KITCHEN_YAML: kitchen.yml -# expeditor: -# executor: -# linux: -# privileged: true -# single-use: true -# -# - label: "Kitchen Tests Ubuntu: 16.04" -# commands: -# - scripts/bk_tests/bk_linux_exec.sh -# - cd kitchen-tests -# - ~/.asdf/shims/bundle exec kitchen test end-to-end-ubuntu-1604 -# artifact_paths: -# - $PWD/.kitchen/logs/kitchen.log -# env: -# UBUNTU: "16.04" -# KITCHEN_YAML: kitchen.yml -# expeditor: -# executor: -# linux: -# privileged: true -# single-use: true -# -# - label: "Kitchen Tests Ubuntu: 18.04" -# commands: -# - scripts/bk_tests/bk_linux_exec.sh -# - cd kitchen-tests -# - ~/.asdf/shims/bundle exec kitchen test end-to-end-ubuntu-1804 -# 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 -# - cd kitchen-tests -# - ~/.asdf/shims/bundle exec kitchen test end-to-end-debian-8 -# artifact_paths: -# - $PWD/.kitchen/logs/kitchen.log -# env: -# KITCHEN_YAML: kitchen.yml -# expeditor: -# executor: -# linux: -# privileged: true -# single-use: true -# -# - label: "Kitchen Tests Debian: 9" -# commands: -# - scripts/bk_tests/bk_linux_exec.sh -# - cd kitchen-tests -# - ~/.asdf/shims/bundle exec kitchen test end-to-end-debian-9 -# artifact_paths: -# - $PWD/.kitchen/logs/kitchen.log -# env: -# KITCHEN_YAML: kitchen.yml -# expeditor: -# executor: -# linux: -# privileged: true -# single-use: true -# -# - label: "Kitchen Tests Debian: 10" -# commands: -# - scripts/bk_tests/bk_linux_exec.sh -# - cd kitchen-tests -# - ~/.asdf/shims/bundle exec kitchen test end-to-end-debian-10 -# artifact_paths: -# - $PWD/.kitchen/logs/kitchen.log -# env: -# KITCHEN_YAML: kitchen.yml -# expeditor: -# executor: -# linux: -# privileged: true -# single-use: true -# -# - label: "Kitchen Tests CentOS: 6" -# commands: -# - scripts/bk_tests/bk_linux_exec.sh -# - cd kitchen-tests -# - ~/.asdf/shims/bundle exec kitchen test end-to-end-centos-6 -# artifact_paths: -# - $PWD/.kitchen/logs/kitchen.log -# env: -# KITCHEN_YAML: kitchen.yml -# expeditor: -# executor: -# linux: -# privileged: true -# single-use: true -# -# - label: "Kitchen Tests CentOS: 7" -# commands: -# - scripts/bk_tests/bk_linux_exec.sh -# - cd kitchen-tests -# - ~/.asdf/shims/bundle exec kitchen test end-to-end-centos-7 -# 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 -# - cd kitchen-tests -# - ~/.asdf/shims/bundle exec kitchen test end-to-end-fedora-latest -# 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: 42" -# commands: -# - scripts/bk_tests/bk_linux_exec.sh -# - cd kitchen-tests -# - ~/.asdf/shims/bundle exec kitchen test end-to-end-opensuse-leap -# artifact_paths: -# - $PWD/.kitchen/logs/kitchen.log -# env: -# KITCHEN_YAML: kitchen.yml -# expeditor: -# executor: -# linux: -# privileged: true -# single-use: true +- label: "Kitchen Tests :amazon: 2" + commands: + - scripts/bk_tests/bk_linux_exec.sh + - cd kitchen-tests + - ~/.asdf/shims/bundle exec kitchen test end-to-end-amazonlinux-2 + artifact_paths: + - $PWD/.kitchen/logs/kitchen.log + env: + KITCHEN_YAML: kitchen.yml + expeditor: + executor: + linux: + privileged: true + single-use: true + +- label: "Kitchen Tests :amazon: 201X" + commands: + - scripts/bk_tests/bk_linux_exec.sh + - cd kitchen-tests + - ~/.asdf/shims/bundle exec kitchen test end-to-end-amazonlinux-2 + artifact_paths: + - $PWD/.kitchen/logs/kitchen.log + env: + KITCHEN_YAML: kitchen.yml + expeditor: + executor: + linux: + privileged: true + single-use: true + +- label: "Kitchen Tests Ubuntu: 16.04" + commands: + - scripts/bk_tests/bk_linux_exec.sh + - cd kitchen-tests + - ~/.asdf/shims/bundle exec kitchen test end-to-end-ubuntu-1604 + artifact_paths: + - $PWD/.kitchen/logs/kitchen.log + env: + UBUNTU: "16.04" + KITCHEN_YAML: kitchen.yml + expeditor: + executor: + linux: + privileged: true + single-use: true + +- label: "Kitchen Tests Ubuntu: 18.04" + commands: + - scripts/bk_tests/bk_linux_exec.sh + - cd kitchen-tests + - ~/.asdf/shims/bundle exec kitchen test end-to-end-ubuntu-1804 + 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 + - cd kitchen-tests + - ~/.asdf/shims/bundle exec kitchen test end-to-end-debian-8 + artifact_paths: + - $PWD/.kitchen/logs/kitchen.log + env: + KITCHEN_YAML: kitchen.yml + expeditor: + executor: + linux: + privileged: true + single-use: true + +- label: "Kitchen Tests Debian: 9" + commands: + - scripts/bk_tests/bk_linux_exec.sh + - cd kitchen-tests + - ~/.asdf/shims/bundle exec kitchen test end-to-end-debian-9 + artifact_paths: + - $PWD/.kitchen/logs/kitchen.log + env: + KITCHEN_YAML: kitchen.yml + expeditor: + executor: + linux: + privileged: true + single-use: true + +- label: "Kitchen Tests Debian: 10" + commands: + - scripts/bk_tests/bk_linux_exec.sh + - cd kitchen-tests + - ~/.asdf/shims/bundle exec kitchen test end-to-end-debian-10 + artifact_paths: + - $PWD/.kitchen/logs/kitchen.log + env: + KITCHEN_YAML: kitchen.yml + expeditor: + executor: + linux: + privileged: true + single-use: true + +- label: "Kitchen Tests CentOS: 6" + commands: + - scripts/bk_tests/bk_linux_exec.sh + - cd kitchen-tests + - ~/.asdf/shims/bundle exec kitchen test end-to-end-centos-6 + artifact_paths: + - $PWD/.kitchen/logs/kitchen.log + env: + KITCHEN_YAML: kitchen.yml + expeditor: + executor: + linux: + privileged: true + single-use: true + +- label: "Kitchen Tests CentOS: 7" + commands: + - scripts/bk_tests/bk_linux_exec.sh + - cd kitchen-tests + - ~/.asdf/shims/bundle exec kitchen test end-to-end-centos-7 + 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 + - cd kitchen-tests + - ~/.asdf/shims/bundle exec kitchen test end-to-end-fedora-latest + 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: 42" + commands: + - scripts/bk_tests/bk_linux_exec.sh + - cd kitchen-tests + - ~/.asdf/shims/bundle exec kitchen test end-to-end-opensuse-leap + artifact_paths: + - $PWD/.kitchen/logs/kitchen.log + env: + KITCHEN_YAML: kitchen.yml + expeditor: + executor: + linux: + privileged: true + single-use: true |