diff options
author | Tim Smith <tsmith@chef.io> | 2019-06-07 12:41:53 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-06-07 12:41:53 -0700 |
commit | 70725a815dbc7797ee10e3f57cf6c7b95a0c02d5 (patch) | |
tree | 7fe918e4b4769c078fcfc89b1e21b4a5b52e67d6 /.expeditor | |
parent | 914dd9f068db4f5d4706a574b76cf3c7e63c8c66 (diff) | |
download | chef-70725a815dbc7797ee10e3f57cf6c7b95a0c02d5.tar.gz |
Switch more tests over to the ruby containers
This should shave a minute off each of these tests
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index e855c59928..a24d7b03d9 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -18,6 +18,7 @@ steps: expeditor: executor: docker: + image: ruby:2.6-stretch privileged: true environment: - FORCE_FFI_YAJL=ext @@ -32,6 +33,7 @@ steps: expeditor: executor: docker: + image: ruby:2.6-stretch privileged: true environment: - FORCE_FFI_YAJL=ext @@ -46,6 +48,7 @@ steps: expeditor: executor: docker: + image: ruby:2.6-stretch environment: - FORCE_FFI_YAJL=ext - CHEF_LICENSE=accept-no-persist @@ -73,6 +76,7 @@ steps: expeditor: executor: docker: + image: ruby:2.5-stretch privileged: true environment: - FORCE_FFI_YAJL=ext @@ -88,6 +92,7 @@ steps: expeditor: executor: docker: + image: ruby:2.5-stretch privileged: true environment: - FORCE_FFI_YAJL=ext @@ -104,6 +109,7 @@ steps: expeditor: executor: docker: + image: ruby:2.5-stretch environment: - FORCE_FFI_YAJL=ext - CHEF_LICENSE=accept-no-persist @@ -121,6 +127,7 @@ steps: expeditor: executor: docker: + image: ruby:2.6-stretch - label: "Test chef-zero gem :ruby: 2.6" commands: @@ -130,6 +137,7 @@ steps: expeditor: executor: docker: + image: ruby:2.6-stretch environment: - PEDANT_OPTS=--skip-oc_id - CHEF_FS=true @@ -142,6 +150,7 @@ steps: expeditor: executor: docker: + image: ruby:2.6-stretch - label: "Test chefspec gem :ruby: 2.6" commands: @@ -151,6 +160,7 @@ steps: expeditor: executor: docker: + image: ruby:2.6-stretch - label: "Test knife-windows gem :ruby: 2.6" commands: @@ -160,6 +170,7 @@ steps: expeditor: executor: docker: + image: ruby:2.6-stretch ######################################################################### # START TEST KITCHEN ONLY |