summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-10-09 19:22:59 -0700
committerGitHub <noreply@github.com>2019-10-09 19:22:59 -0700
commit95ee05bb6dca6788ecd6d3663e15a442abfe40ba (patch)
tree4a01336585dca62f1881f27b9351b347805d7f7a
parentcfd401224e13d1be7f806f4a9e0715f116f153f8 (diff)
parent029a0695fe3b9712bdb23236bb07abcad38100b1 (diff)
downloadffi-yajl-95ee05bb6dca6788ecd6d3663e15a442abfe40ba.tar.gz
Merge pull request #102 from chef/jsinha/migrate_verify
Migrate verification tests to Buldkite
-rw-r--r--.expeditor/config.yml6
-rw-r--r--.expeditor/verify.pipeline.yml12
2 files changed, 10 insertions, 8 deletions
diff --git a/.expeditor/config.yml b/.expeditor/config.yml
index bd914d7..ac559df 100644
--- a/.expeditor/config.yml
+++ b/.expeditor/config.yml
@@ -1,16 +1,12 @@
# Documentation available at https://expeditor.chef.io/docs/getting-started/
---
-# Documentation available at https://expeditor.chef.io/docs/getting-started/
----
# Slack channel in Chef Software slack to send notifications about build failures, etc
slack:
- notify_channel:
- - chef-found-notify
+ notify_channel: chef-found-notify
# This publish is triggered by the `built_in:publish_rubygems` artifact_action.
rubygems:
- ffi-yajl
- - ffi-yajl-universal-java
github:
# This deletes the GitHub PR branch after successfully merged into the release branch
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index ae9971f..825e2a1 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -2,33 +2,39 @@ steps:
- label: run-lint-and-specs-ruby-2.4
command:
- - export USER="root"
- bundle install --jobs=7 --retry=3 --without docs development
- bundle exec rake
expeditor:
executor:
docker:
image: ruby:2.4-stretch
+ privileged: true
+ environment:
+ - BUNDLE_GEMFILE=/workdir/Gemfile
- label: run-lint-and-specs-ruby-2.6
command:
- - export USER="root"
- bundle install --jobs=7 --retry=3 --without docs development
- bundle exec rake
expeditor:
executor:
docker:
image: ruby:2.6-stretch
+ privileged: true
+ environment:
+ - BUNDLE_GEMFILE=/workdir/Gemfile
- label: run-lint-and-specs-jruby
command:
- bundle install --jobs=7 --retry=3 --without docs development
- - export USER="root"
- bundle exec rake
expeditor:
executor:
docker:
image: jruby
+ privileged: true
+ environment:
+ - BUNDLE_GEMFILE=/workdir/Gemfile
- label: run-specs-windows
command: