summaryrefslogtreecommitdiff
path: root/.expeditor/verify.pipeline.yml
diff options
context:
space:
mode:
authorChristopher A. Snapp <csnapp@chef.io>2021-01-12 14:50:29 -0700
committerChristopher A. Snapp <csnapp@chef.io>2021-01-12 15:42:37 -0700
commit6b8c4fa68d007af477b36d188067b8a244d51122 (patch)
tree53371a3c49f33419a85bfa7a514389945ded7da6 /.expeditor/verify.pipeline.yml
parent97aac5bb8227c7e12d0b477499f336cba85ffc0f (diff)
downloadchef-6b8c4fa68d007af477b36d188067b8a244d51122.tar.gz
Manually install necessary Ruby for verify pipelinecsnapp/add_ruby_to_verify_pipeline
Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r--.expeditor/verify.pipeline.yml42
1 files changed, 28 insertions, 14 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 242e87e891..2b28f3c132 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -367,8 +367,9 @@ steps:
- label: "Kitchen: Amazon Linux 2"
commands:
- .expeditor/scripts/bk_linux_exec.sh
+ - . /var/lib/buildkite-agent/.asdf/asdf.sh
- cd kitchen-tests
- - /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-amazonlinux-2
+ - bundle exec kitchen test end-to-end-amazonlinux-2
artifact_paths:
- $PWD/.kitchen/logs/kitchen.log
env:
@@ -382,8 +383,9 @@ steps:
- label: "Kitchen: Ubuntu 18.04"
commands:
- .expeditor/scripts/bk_linux_exec.sh
+ - . /var/lib/buildkite-agent/.asdf/asdf.sh
- cd kitchen-tests
- - /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-ubuntu-1804
+ - bundle exec kitchen test end-to-end-ubuntu-1804
artifact_paths:
- $PWD/.kitchen/logs/kitchen.log
env:
@@ -397,8 +399,9 @@ steps:
- label: "Kitchen: Ubuntu 20.04"
commands:
- .expeditor/scripts/bk_linux_exec.sh
+ - . /var/lib/buildkite-agent/.asdf/asdf.sh
- cd kitchen-tests
- - /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-ubuntu-2004
+ - bundle exec kitchen test end-to-end-ubuntu-2004
artifact_paths:
- $PWD/.kitchen/logs/kitchen.log
env:
@@ -412,8 +415,9 @@ steps:
- label: "Kitchen: Ubuntu 21.04"
commands:
- .expeditor/scripts/bk_linux_exec.sh
+ - . /var/lib/buildkite-agent/.asdf/asdf.sh
- cd kitchen-tests
- - /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-ubuntu-2104
+ - bundle exec kitchen test end-to-end-ubuntu-2104
artifact_paths:
- $PWD/.kitchen/logs/kitchen.log
env:
@@ -427,8 +431,9 @@ steps:
- label: "Kitchen: Debian 9"
commands:
- .expeditor/scripts/bk_linux_exec.sh
+ - . /var/lib/buildkite-agent/.asdf/asdf.sh
- cd kitchen-tests
- - /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-debian-9
+ - bundle exec kitchen test end-to-end-debian-9
artifact_paths:
- $PWD/.kitchen/logs/kitchen.log
env:
@@ -442,8 +447,9 @@ steps:
- label: "Kitchen: Debian 10"
commands:
- .expeditor/scripts/bk_linux_exec.sh
+ - . /var/lib/buildkite-agent/.asdf/asdf.sh
- cd kitchen-tests
- - /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-debian-10
+ - bundle exec kitchen test end-to-end-debian-10
artifact_paths:
- $PWD/.kitchen/logs/kitchen.log
env:
@@ -457,8 +463,9 @@ steps:
- label: "Kitchen: Debian 11"
commands:
- .expeditor/scripts/bk_linux_exec.sh
+ - . /var/lib/buildkite-agent/.asdf/asdf.sh
- cd kitchen-tests
- - /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-debian-11
+ - bundle exec kitchen test end-to-end-debian-11
artifact_paths:
- $PWD/.kitchen/logs/kitchen.log
env:
@@ -472,8 +479,9 @@ steps:
- label: "Kitchen: CentOS 6"
commands:
- .expeditor/scripts/bk_linux_exec.sh
+ - . /var/lib/buildkite-agent/.asdf/asdf.sh
- cd kitchen-tests
- - /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-centos-6
+ - bundle exec kitchen test end-to-end-centos-6
artifact_paths:
- $PWD/.kitchen/logs/kitchen.log
env:
@@ -487,8 +495,9 @@ steps:
- label: "Kitchen: CentOS 7"
commands:
- .expeditor/scripts/bk_linux_exec.sh
+ - . /var/lib/buildkite-agent/.asdf/asdf.sh
- cd kitchen-tests
- - /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-centos-7
+ - bundle exec kitchen test end-to-end-centos-7
artifact_paths:
- $PWD/.kitchen/logs/kitchen.log
env:
@@ -502,8 +511,9 @@ steps:
- label: "Kitchen: CentOS 8"
commands:
- .expeditor/scripts/bk_linux_exec.sh
+ - . /var/lib/buildkite-agent/.asdf/asdf.sh
- cd kitchen-tests
- - /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-centos-8
+ - bundle exec kitchen test end-to-end-centos-8
artifact_paths:
- $PWD/.kitchen/logs/kitchen.log
env:
@@ -517,8 +527,9 @@ steps:
- label: "Kitchen: Oracle Linux 7"
commands:
- .expeditor/scripts/bk_linux_exec.sh
+ - . /var/lib/buildkite-agent/.asdf/asdf.sh
- cd kitchen-tests
- - /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-oraclelinux-7
+ - bundle exec kitchen test end-to-end-oraclelinux-7
artifact_paths:
- $PWD/.kitchen/logs/kitchen.log
env:
@@ -532,8 +543,9 @@ steps:
- label: "Kitchen: Oracle Linux 8"
commands:
- .expeditor/scripts/bk_linux_exec.sh
+ - . /var/lib/buildkite-agent/.asdf/asdf.sh
- cd kitchen-tests
- - /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-oraclelinux-8
+ - bundle exec kitchen test end-to-end-oraclelinux-8
artifact_paths:
- $PWD/.kitchen/logs/kitchen.log
env:
@@ -547,8 +559,9 @@ steps:
- label: "Kitchen: Fedora latest"
commands:
- .expeditor/scripts/bk_linux_exec.sh
+ - . /var/lib/buildkite-agent/.asdf/asdf.sh
- cd kitchen-tests
- - /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-fedora-latest
+ - bundle exec kitchen test end-to-end-fedora-latest
artifact_paths:
- $PWD/.kitchen/logs/kitchen.log
env:
@@ -562,8 +575,9 @@ steps:
- label: "Kitchen: openSUSE Leap: 15"
commands:
- .expeditor/scripts/bk_linux_exec.sh
+ - . /var/lib/buildkite-agent/.asdf/asdf.sh
- cd kitchen-tests
- - /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-opensuse-leap-15
+ - bundle exec kitchen test end-to-end-opensuse-leap-15
artifact_paths:
- $PWD/.kitchen/logs/kitchen.log
env: