From 1adcb5fe7892535acea3e01323cfc1fe2818ad3f Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 13 Apr 2021 19:22:28 -0700 Subject: Move Chefstyle to GitHub Actions Test this on GH Actions Signed-off-by: Tim Smith --- .expeditor/verify.pipeline.yml | 10 ---------- 1 file changed, 10 deletions(-) (limited to '.expeditor') diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index b2f19efa8b..4aa5fce8b8 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -41,16 +41,6 @@ steps: # Tests Ruby 3.0 ######################################################################### -- label: "Chefstyle :ruby: 3.0" - commands: - - /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:3.0 - - label: "Integration Ubuntu 18.04 :ruby: 3.0" commands: - /workdir/.expeditor/scripts/bk_container_prep.sh -- cgit v1.2.1 From 07bbd831014b435ba37c4395b125bf4634f8b6f7 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 13 Apr 2021 19:46:38 -0700 Subject: Run choco tests on Windows 2016/2019 Signed-off-by: Tim Smith --- .expeditor/scripts/bk_run_choco.ps1 | 9 --------- .expeditor/verify.pipeline.yml | 10 ---------- 2 files changed, 19 deletions(-) delete mode 100644 .expeditor/scripts/bk_run_choco.ps1 (limited to '.expeditor') diff --git a/.expeditor/scripts/bk_run_choco.ps1 b/.expeditor/scripts/bk_run_choco.ps1 deleted file mode 100644 index 49f9186701..0000000000 --- a/.expeditor/scripts/bk_run_choco.ps1 +++ /dev/null @@ -1,9 +0,0 @@ -$CurrentDirectory = Split-Path -Path $MyInvocation.MyCommand.Definition -Parent -$PrepScript = Join-Path $CurrentDirectory "bk_win_prep.ps1" -Invoke-Expression $PrepScript - -choco --version - -echo "+++ bundle exec rspec chocolatey_package_spec" -bundle exec rspec spec/functional/resource/chocolatey_package_spec.rb -if (-not $?) { throw "Chef chocolatey functional tests failing." } diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 4aa5fce8b8..5d55bc0d72 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -241,16 +241,6 @@ steps: - CHEF_LICENSE=accept-no-persist shell: ["powershell", "-Command"] -- label: "Chocolatey Windows :ruby: 3.0" - commands: - - /workdir/.expeditor/scripts/bk_run_choco.ps1 - expeditor: - executor: - docker: - host_os: windows - image: rubydistros/windows-2019:3.0 - shell: ["powershell", "-Command"] - - label: "Unit Windows :ruby: 3.0" commands: - /workdir/.expeditor/scripts/bk_win_unit.ps1 -- cgit v1.2.1