summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorJaymala Sinha <jsinha@chef.io>2019-10-14 10:09:26 -0400
committerJaymala Sinha <jsinha@chef.io>2019-10-14 11:25:31 -0400
commit87e09a420860ef9f708b7501ff29ab1223154ce3 (patch)
treec90cc75f50f7023815ebf1924d654db9148c13d0 /.expeditor
parent2468bc4e966e342b298d2a60931a8a09aabdd6f2 (diff)
downloadffi-yajl-87e09a420860ef9f708b7501ff29ab1223154ce3.tar.gz
Remove appveyor integration and fix ruby-2.4 env
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/verify.pipeline.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index 0e08819..1445e83 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -1,13 +1,13 @@
steps:
+# Allow ruby-2.4 to softfail since it was configured so in travis too
- label: ":ruby: 2.4"
command:
- ruby --version
- bundle --version
- gem update --system
- bundle install --without development_extras development --jobs 3 --retry 3 --path vendor/bundle
- - gem install ffi json psych
- - export FORCE_FFI_YAJL="ffi"
+ - gem install yajl-ruby json psych
- bundle exec rake
soft_fail:
- exit_status: 1
@@ -17,7 +17,7 @@ steps:
image: ruby:2.4
environment:
- BUNDLE_GEMFILE=/workdir/Gemfile
- - FORCE_FFI_YAJL="ffi"
+ - FORCE_FFI_YAJL="ext"
- label: ":ruby: 2.5"
command:
@@ -52,6 +52,7 @@ steps:
- BUNDLE_GEMFILE=/workdir/Gemfile
- FORCE_FFI_YAJL="ext"
+# Allow jruby to softfail since it was configured so in travis too
- label: run-lint-and-specs-jruby
command:
- ruby --version
@@ -73,7 +74,7 @@ steps:
- RUBY_PLATFORM="jruby"
- FORCE_FFI_YAJL="ffi"
-- label: run-specs-windows
+- label: "run specs :windows:"
command:
- /workdir/.expeditor/buildkite/verify.ps1
timeout_in_minutes: 20