diff options
author | Tim Smith <tsmith@chef.io> | 2021-07-01 13:12:54 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2021-07-01 13:12:54 -0700 |
commit | cf65546a6f3f30794e75144ee9b4044d2ae9d16a (patch) | |
tree | 3967aab3f3e6237e4a94108494c76a988fd3d275 /.expeditor | |
parent | e42c8ad83026972d2cff044013f2f8c59ba9d8c7 (diff) | |
download | chef-cf65546a6f3f30794e75144ee9b4044d2ae9d16a.tar.gz |
Move some testing to GitHub actions
This matches what we're doing in master.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 258 |
1 files changed, 0 insertions, 258 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 2b28f3c132..20576abcbc 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -242,17 +242,6 @@ steps: # Tests Ruby 2.6 ######################################################################### -- label: "Chefstyle :ruby: 2.6" - commands: - - gem install bundler -v 2.1.4 # match Ruby 2.7 bundler - - /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: - executor: - docker: - image: rubydistros/ubuntu-18.04:2.6 - - label: "Integration :ruby: 2.6" commands: - gem install bundler -v 2.1.4 # match Ruby 2.7 bundler @@ -295,16 +284,6 @@ steps: # EXTERNAL GEM TESTING ######################################################################### -- label: "chef-sugar gem :ruby: 2.7" - commands: - - /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: - executor: - docker: - image: rubydistros/ubuntu-18.04:2.7 - - label: "chef-zero gem :ruby: 2.7" commands: - /workdir/.expeditor/scripts/bk_container_prep.sh @@ -360,243 +339,6 @@ steps: docker: image: rubydistros/ubuntu-18.04:2.7 -######################################################################### - # START TEST KITCHEN ONLY -######################################################################### - -- label: "Kitchen: Amazon Linux 2" - commands: - - .expeditor/scripts/bk_linux_exec.sh - - . /var/lib/buildkite-agent/.asdf/asdf.sh - - cd kitchen-tests - - 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: Ubuntu 18.04" - commands: - - .expeditor/scripts/bk_linux_exec.sh - - . /var/lib/buildkite-agent/.asdf/asdf.sh - - cd kitchen-tests - - 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: Ubuntu 20.04" - commands: - - .expeditor/scripts/bk_linux_exec.sh - - . /var/lib/buildkite-agent/.asdf/asdf.sh - - cd kitchen-tests - - bundle exec kitchen test end-to-end-ubuntu-2004 - artifact_paths: - - $PWD/.kitchen/logs/kitchen.log - env: - KITCHEN_YAML: kitchen.yml - expeditor: - executor: - linux: - privileged: true - single-use: true - -- label: "Kitchen: Ubuntu 21.04" - commands: - - .expeditor/scripts/bk_linux_exec.sh - - . /var/lib/buildkite-agent/.asdf/asdf.sh - - cd kitchen-tests - - bundle exec kitchen test end-to-end-ubuntu-2104 - artifact_paths: - - $PWD/.kitchen/logs/kitchen.log - env: - KITCHEN_YAML: kitchen.yml - expeditor: - executor: - linux: - privileged: true - single-use: true - -- label: "Kitchen: Debian 9" - commands: - - .expeditor/scripts/bk_linux_exec.sh - - . /var/lib/buildkite-agent/.asdf/asdf.sh - - cd kitchen-tests - - 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: Debian 10" - commands: - - .expeditor/scripts/bk_linux_exec.sh - - . /var/lib/buildkite-agent/.asdf/asdf.sh - - cd kitchen-tests - - 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: Debian 11" - commands: - - .expeditor/scripts/bk_linux_exec.sh - - . /var/lib/buildkite-agent/.asdf/asdf.sh - - cd kitchen-tests - - bundle exec kitchen test end-to-end-debian-11 - artifact_paths: - - $PWD/.kitchen/logs/kitchen.log - env: - KITCHEN_YAML: kitchen.yml - expeditor: - executor: - linux: - privileged: true - single-use: true - -- label: "Kitchen: CentOS 6" - commands: - - .expeditor/scripts/bk_linux_exec.sh - - . /var/lib/buildkite-agent/.asdf/asdf.sh - - cd kitchen-tests - - 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: CentOS 7" - commands: - - .expeditor/scripts/bk_linux_exec.sh - - . /var/lib/buildkite-agent/.asdf/asdf.sh - - cd kitchen-tests - - 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: CentOS 8" - commands: - - .expeditor/scripts/bk_linux_exec.sh - - . /var/lib/buildkite-agent/.asdf/asdf.sh - - cd kitchen-tests - - bundle exec kitchen test end-to-end-centos-8 - artifact_paths: - - $PWD/.kitchen/logs/kitchen.log - env: - KITCHEN_YAML: kitchen.yml - expeditor: - executor: - linux: - privileged: true - single-use: true - -- label: "Kitchen: Oracle Linux 7" - commands: - - .expeditor/scripts/bk_linux_exec.sh - - . /var/lib/buildkite-agent/.asdf/asdf.sh - - cd kitchen-tests - - 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: Oracle Linux 8" - commands: - - .expeditor/scripts/bk_linux_exec.sh - - . /var/lib/buildkite-agent/.asdf/asdf.sh - - cd kitchen-tests - - 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: Fedora latest" - commands: - - .expeditor/scripts/bk_linux_exec.sh - - . /var/lib/buildkite-agent/.asdf/asdf.sh - - cd kitchen-tests - - 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: openSUSE Leap: 15" - commands: - - .expeditor/scripts/bk_linux_exec.sh - - . /var/lib/buildkite-agent/.asdf/asdf.sh - - cd kitchen-tests - - bundle exec kitchen test end-to-end-opensuse-leap-15 - artifact_paths: - - $PWD/.kitchen/logs/kitchen.log - env: - KITCHEN_YAML: kitchen.yml - expeditor: - executor: - linux: - privileged: true - single-use: true - -- label: "Spellcheck" - commands: - - npm install -g cspell - - rake -f tasks/spellcheck.rb spellcheck - soft_fail: true - expeditor: - executor: - docker: - - label: ":habicat: Linux plan" commands: - sudo ./.expeditor/scripts/install-hab.sh 'x86_64-linux' |