summaryrefslogtreecommitdiff
path: root/.expeditor/verify.pipeline.yml
diff options
context:
space:
mode:
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r--.expeditor/verify.pipeline.yml96
1 files changed, 48 insertions, 48 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 272c3ad8af..3ddd8dc031 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -17,7 +17,7 @@ steps:
- label: "Integration Ubuntu 18.04 :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
- bundle exec rake spec:integration
expeditor:
@@ -28,7 +28,7 @@ steps:
- label: "Functional Ubuntu 18.04 :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- apt-get update -y
- apt-get install -y cron locales # needed for functional tests to pass
- cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof
@@ -41,7 +41,7 @@ steps:
- label: "Unit Ubuntu 18.04 :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof
- bundle exec rake spec:unit
- bundle exec rake component_specs
@@ -52,7 +52,7 @@ steps:
- label: "Integration Ubuntu 20.04 :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
- bundle exec rake spec:integration
expeditor:
@@ -63,7 +63,7 @@ steps:
- label: "Functional Ubuntu 20.04 :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- apt-get update -y
- apt-get install -y cron locales # needed for functional tests to pass
- cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof
@@ -76,7 +76,7 @@ steps:
- label: "Unit Ubuntu 20.04 :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof
- bundle exec rake spec:unit
- bundle exec rake component_specs
@@ -87,7 +87,7 @@ steps:
- label: "Integration CentOS 7 :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
- bundle exec rake spec:integration
expeditor:
@@ -98,7 +98,7 @@ steps:
- label: "Functional CentOS 7 :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- yum install -y crontabs e2fsprogs util-linux
- cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof
- bundle exec rake spec:functional
@@ -110,7 +110,7 @@ steps:
- label: "Unit CentOS 7 :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof
- bundle exec rake spec:unit
- bundle exec rake component_specs
@@ -121,7 +121,7 @@ steps:
- label: "Integration openSUSE 15 :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- zypper install -y cron insserv-compat
- cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
- bundle exec rake spec:integration
@@ -133,7 +133,7 @@ steps:
- label: "Functional openSUSE 15 :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- zypper install -y cronie insserv-compat
- cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof
- bundle exec rake spec:functional
@@ -145,7 +145,7 @@ steps:
- label: "Unit openSUSE 15 :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- zypper install -y cron insserv-compat
- bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof
- bundle exec rake spec:unit
@@ -157,7 +157,7 @@ steps:
- label: "Integration Fedora :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
- bundle exec rake spec:integration
expeditor:
@@ -168,7 +168,7 @@ steps:
- label: "Functional Fedora :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- yum install -y crontabs e2fsprogs util-linux
- cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof
- bundle exec rake spec:functional
@@ -183,7 +183,7 @@ steps:
- label: "Unit Fedora :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof
- bundle exec rake spec:unit
- bundle exec rake component_specs
@@ -194,7 +194,7 @@ steps:
- label: "Functional Windows :ruby: 2.7"
commands:
- - scripts/bk_tests/bk_win_functional.ps1
+ - .expeditor/scripts/bk_win_functional.ps1
expeditor:
executor:
windows:
@@ -204,7 +204,7 @@ steps:
- label: "Integration Windows :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_win_integration.ps1
+ - /workdir/.expeditor/scripts/bk_win_integration.ps1
expeditor:
executor:
docker:
@@ -217,7 +217,7 @@ steps:
- label: "Chocolatey Windows :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_run_choco.ps1
+ - /workdir/.expeditor/scripts/bk_run_choco.ps1
expeditor:
executor:
docker:
@@ -227,7 +227,7 @@ steps:
- label: "Unit Windows :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_win_unit.ps1
+ - /workdir/.expeditor/scripts/bk_win_unit.ps1
expeditor:
executor:
docker:
@@ -244,7 +244,7 @@ steps:
- label: "Chefstyle :ruby: 2.6"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package ruby_prof
- bundle exec rake style
expeditor:
@@ -254,7 +254,7 @@ steps:
- label: "Integration :ruby: 2.6"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
- bundle exec rake spec:integration
expeditor:
@@ -265,7 +265,7 @@ steps:
- label: "Functional :ruby: 2.6"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- apt-get update -y
- apt-get install -y cron locales net-tools # needed for functional tests to pass
- bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
@@ -278,7 +278,7 @@ steps:
- label: "Unit :ruby: 2.6"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
- bundle exec rake spec:unit
- bundle exec rake component_specs
@@ -293,7 +293,7 @@ steps:
- label: "chef-sugar gem :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
- bundle exec tasks/bin/run_external_test chef/chef-sugar master rake
expeditor:
@@ -303,7 +303,7 @@ steps:
- label: "chef-zero gem :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
- bundle exec tasks/bin/run_external_test chef/chef-zero master rake pedant
expeditor:
@@ -316,7 +316,7 @@ steps:
- label: "cheffish gem :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
- bundle exec tasks/bin/run_external_test chef/cheffish master rake spec
expeditor:
@@ -326,7 +326,7 @@ steps:
- label: "chefspec gem :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
- bundle exec tasks/bin/run_external_test chefspec/chefspec master rake
expeditor:
@@ -336,7 +336,7 @@ steps:
- label: "knife-windows gem :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
- bundle exec tasks/bin/run_external_test chef/knife-windows master rake spec
expeditor:
@@ -346,7 +346,7 @@ steps:
- label: "berkshelf gem :ruby: 2.7"
commands:
- - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - /workdir/.expeditor/scripts/bk_container_prep.sh
- apt-get update -y
- apt-get install -y graphviz
- bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package
@@ -362,7 +362,7 @@ steps:
- label: "Kitchen: Amazon Linux 201X"
commands:
- - scripts/bk_tests/bk_linux_exec.sh
+ - .expeditor/scripts/bk_linux_exec.sh
- cd kitchen-tests
- /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-amazonlinux
artifact_paths:
@@ -377,7 +377,7 @@ steps:
- label: "Kitchen: Amazon Linux 2"
commands:
- - scripts/bk_tests/bk_linux_exec.sh
+ - .expeditor/scripts/bk_linux_exec.sh
- cd kitchen-tests
- /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-amazonlinux-2
artifact_paths:
@@ -408,7 +408,7 @@ steps:
- label: "Kitchen: Ubuntu 18.04"
commands:
- - scripts/bk_tests/bk_linux_exec.sh
+ - .expeditor/scripts/bk_linux_exec.sh
- cd kitchen-tests
- /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-ubuntu-1804
artifact_paths:
@@ -423,7 +423,7 @@ steps:
- label: "Kitchen: Ubuntu 20.04"
commands:
- - scripts/bk_tests/bk_linux_exec.sh
+ - .expeditor/scripts/bk_linux_exec.sh
- cd kitchen-tests
- /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-ubuntu-2004
artifact_paths:
@@ -438,7 +438,7 @@ steps:
- label: "Kitchen: Ubuntu 20.10"
commands:
- - scripts/bk_tests/bk_linux_exec.sh
+ - .expeditor/scripts/bk_linux_exec.sh
- cd kitchen-tests
- /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-ubuntu-2010
artifact_paths:
@@ -453,7 +453,7 @@ steps:
- label: "Kitchen: Debian 9"
commands:
- - scripts/bk_tests/bk_linux_exec.sh
+ - .expeditor/scripts/bk_linux_exec.sh
- cd kitchen-tests
- /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-debian-9
artifact_paths:
@@ -468,7 +468,7 @@ steps:
- label: "Kitchen: Debian 10"
commands:
- - scripts/bk_tests/bk_linux_exec.sh
+ - .expeditor/scripts/bk_linux_exec.sh
- cd kitchen-tests
- /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-debian-10
artifact_paths:
@@ -483,7 +483,7 @@ steps:
- label: "Kitchen: CentOS 6"
commands:
- - scripts/bk_tests/bk_linux_exec.sh
+ - .expeditor/scripts/bk_linux_exec.sh
- cd kitchen-tests
- /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-centos-6
artifact_paths:
@@ -498,7 +498,7 @@ steps:
- label: "Kitchen: CentOS 7"
commands:
- - scripts/bk_tests/bk_linux_exec.sh
+ - .expeditor/scripts/bk_linux_exec.sh
- cd kitchen-tests
- /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-centos-7
artifact_paths:
@@ -513,7 +513,7 @@ steps:
- label: "Kitchen: CentOS 8"
commands:
- - scripts/bk_tests/bk_linux_exec.sh
+ - .expeditor/scripts/bk_linux_exec.sh
- cd kitchen-tests
- /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-centos-8
artifact_paths:
@@ -528,7 +528,7 @@ steps:
- label: "Kitchen: Oracle Linux 7"
commands:
- - scripts/bk_tests/bk_linux_exec.sh
+ - .expeditor/scripts/bk_linux_exec.sh
- cd kitchen-tests
- /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-oraclelinux-7
artifact_paths:
@@ -543,7 +543,7 @@ steps:
- label: "Kitchen: Oracle Linux 8"
commands:
- - scripts/bk_tests/bk_linux_exec.sh
+ - .expeditor/scripts/bk_linux_exec.sh
- cd kitchen-tests
- /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-oraclelinux-8
artifact_paths:
@@ -558,7 +558,7 @@ steps:
- label: "Kitchen: Fedora latest"
commands:
- - scripts/bk_tests/bk_linux_exec.sh
+ - .expeditor/scripts/bk_linux_exec.sh
- cd kitchen-tests
- /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-fedora-latest
artifact_paths:
@@ -573,7 +573,7 @@ steps:
- label: "Kitchen: openSUSE Leap: 15"
commands:
- - scripts/bk_tests/bk_linux_exec.sh
+ - .expeditor/scripts/bk_linux_exec.sh
- cd kitchen-tests
- /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-opensuse-leap-15
artifact_paths:
@@ -597,8 +597,8 @@ steps:
- label: ":habicat: Linux plan"
commands:
- - sudo ./scripts/ci/install-hab.sh 'x86_64-linux'
- - sudo ./scripts/ci/verify-plan.sh
+ - sudo ./.expeditor/scripts/install-hab.sh 'x86_64-linux'
+ - sudo ./.expeditor/scripts/verify-plan.sh
timeout_in_minutes: 60
expeditor:
executor:
@@ -608,8 +608,8 @@ steps:
- label: ":habicat: Linux plan (kernel2)"
commands:
- - sudo ./scripts/ci/install-hab.sh 'x86_64-linux-kernel2'
- - sudo ./scripts/ci/verify-plan.sh
+ - sudo ./.expeditor/scripts/install-hab.sh 'x86_64-linux-kernel2'
+ - sudo ./.expeditor/scripts/verify-plan.sh
timeout_in_minutes: 60
expeditor:
executor:
@@ -619,7 +619,7 @@ steps:
- label: ":habicat: Windows plan"
commands:
- - ./scripts/ci/verify-plan.ps1
+ - ./.expeditor/scripts/verify-plan.ps1
timeout_in_minutes: 60
expeditor:
executor: