diff options
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml deleted file mode 100644 index 91b93a8e..00000000 --- a/.expeditor/verify.pipeline.yml +++ /dev/null @@ -1,51 +0,0 @@ ---- -expeditor: - defaults: - buildkite: - retry: - automatic: - limit: 1 - timeout_in_minutes: 30 - -steps: -- label: lint-chefstyle - command: - - .expeditor/run_linux_tests.sh "rake style" - expeditor: - executor: - docker: - image: ruby:2.7-buster - -- label: run-ohai - command: - - .expeditor/run_linux_tests.sh "bundle exec ohai" - expeditor: - executor: - docker: - image: ruby:2.7-buster - -- label: run-specs-ruby-2.7 - command: - - .expeditor/run_linux_tests.sh rspec - expeditor: - executor: - docker: - image: ruby:2.7-buster - -- label: run-specs-ruby-3.0 - command: - - .expeditor/run_linux_tests.sh rspec - expeditor: - executor: - docker: - image: ruby:3.0-buster - -- label: run-specs-windows - command: - - bundle install --jobs=7 --retry=3 --without=profile - - bundle exec rake spec - expeditor: - executor: - docker: - host_os: windows - image: rubydistros/windows-2019:2.7 |