summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-07-16 13:43:25 -0700
committerGitHub <noreply@github.com>2019-07-16 13:43:25 -0700
commitbfccd4c74a0cdad19a23e8de2d91590a886312d7 (patch)
tree72d7a0b5d27e6e1d752708fed6377c3424e95659
parent71b4b8cf520f78ae46e657158d46a61c81a8a076 (diff)
parent4d588c64cd15d5e546d7f7245c090ec77eb158c1 (diff)
downloadohai-bfccd4c74a0cdad19a23e8de2d91590a886312d7.tar.gz
Merge pull request #1383 from chef/windows_testing
Switch from Appveyor to Buildkite for Windows PR testing
-rw-r--r--.expeditor/verify.pipeline.yml9
-rw-r--r--appveyor.yml47
2 files changed, 9 insertions, 47 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 44a48e2c..ea37393a 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -33,3 +33,12 @@ steps:
expeditor:
executor:
docker:
+
+- label: "run-specs-windows"
+ command:
+ - bundle install --jobs=7 --retry=3
+ - bundle exec rake spec
+ expeditor:
+ executor:
+ docker:
+ host_os: windows
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 72e54b17..00000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,47 +0,0 @@
-version: "master-{build}"
-
-image: Visual Studio 2017
-platform:
- - x64
-
-cache:
- - vendor/bundle
-environment:
- matrix:
- - ruby_version: 25-x64
- - ruby_version: 26-x64
-
-clone_folder: c:\projects\ohai
-clone_depth: 1
-
-skip_commits:
- # version bumps by Expeditor happen as a separate commit after the merge, we can skip
- author: Chef Expeditor
- # if ONLY the files listed below are changed in a commit, skip
- files:
- - MAINTAINERS.md
- - MAINTAINERS.toml
- - CHANGELOG.md
- - RELEASE_NOTES.md
-
-skip_tags: true
-branches:
- only:
- - master
- - 14-stable
- - 13-stable
-
-install:
- - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- - SET BUNDLE_WITHOUT=debug:docs
- - echo %PATH%
- - bundle install --jobs 3 --retry 3
- - ruby --version
- - gem --version
- - bundler --version
-
-build: off
-
-test_script:
- - bundle exec rspec
- - bundle exec ohai