summaryrefslogtreecommitdiff
path: root/.expeditor/verify.pipeline.yml
diff options
context:
space:
mode:
Diffstat (limited to '.expeditor/verify.pipeline.yml')
-rw-r--r--.expeditor/verify.pipeline.yml201
1 files changed, 201 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
new file mode 100644
index 0000000000..86ff934af0
--- /dev/null
+++ b/.expeditor/verify.pipeline.yml
@@ -0,0 +1,201 @@
+steps:
+
+#########################################################################
+ # Tests Ruby 2.6
+#########################################################################
+
+# - label: "Integration Specs :ruby: 2.6"
+# commands:
+# - /workdir/scripts/bk_tests/bk_install.sh
+# - sed '/ip6/d' /etc/hosts > /etc/hosts.noip6
+# - cp /etc/hosts.noip6 /etc/hosts
+# - cd /workdir; bundle install --without docgen integration omnibus_package --frozen
+# - bundle exec rake spec:integration
+# expeditor:
+# executor:
+# docker:
+# environment:
+# - FORCE_FFI_YAJL=ext
+# - CHEF_LICENSE=accept-no-persist
+# - INTEGRATION_SPECS_26=1
+# - BUNDLE_GEMFILE=/workdir/Gemfile
+#
+# - label: "Functional Specs :ruby: 2.6"
+# commands:
+# - /workdir/scripts/bk_tests/bk_install.sh
+# - sed '/ip6/d' /etc/hosts > /etc/hosts.noip6
+# - cp /etc/hosts.noip6 /etc/hosts
+# - cd /workdir; bundle install --without docgen integration omnibus_package --frozen
+# - bundle exec rake spec:functional
+# expeditor:
+# executor:
+# docker:
+# environment:
+# - FORCE_FFI_YAJL=ext
+# - CHEF_LICENSE=accept-no-persist
+# - FUNCTIONAL_SPECS_26=1
+
+- label: "Unit Specs :ruby: 2.6"
+ commands:
+ - /workdir/scripts/bk_tests/bk_install.sh
+ - bundle install --without docgen integration omnibus_package --frozen
+ - bundle exec rake spec:unit
+ - bundle exec rake component_specs
+ expeditor:
+ executor:
+ docker:
+ environment:
+ - FORCE_FFI_YAJL=ext
+ - CHEF_LICENSE=accept-no-persist
+ - UNIT_SPECS_26=1
+
+- label: "Chefstyle :ruby: 2.6"
+ commands:
+ - /workdir/scripts/bk_tests/bk_install.sh
+ - bundle install --jobs=3 --retry=3 --deployment --path=vendor/bundle
+ - bundle exec rake style
+ expeditor:
+ executor:
+ docker:
+ environment:
+ - CHEFSTYLE=1
+
+- label: "Test chef-sugar gem :ruby: 2.6"
+ commands:
+ - /workdir/scripts/bk_tests/bk_install.sh
+ - bundle install --jobs=3 --retry=3 --deployment --path=vendor/bundle
+ - bundle exec tasks/bin/run_external_test sethvargo/chef-sugar master rake
+ expeditor:
+ executor:
+ docker:
+ environment:
+ - TEST_GEM=sethvargo/chef-sugar
+
+- label: "Test chef-zero gem :ruby: 2.6"
+ commands:
+ - /workdir/scripts/bk_tests/bk_install.sh
+ - bundle install --jobs=3 --retry=3 --deployment --path=vendor/bundle
+ - bundle exec tasks/bin/run_external_test chef/chef-zero master rake pedant
+ expeditor:
+ executor:
+ docker:
+ environment:
+ - TEST_GEM=chef/chef-zero
+ - PEDANT_OPTS=--skip-oc_id
+ - CHEF_FS=true
+
+- label: "Test cheffish gem :ruby: 2.6"
+ commands:
+ - /workdir/scripts/bk_tests/bk_install.sh
+ - bundle install --jobs=3 --retry=3 --deployment --path=vendor/bundle
+ - bundle exec tasks/bin/run_external_test chef/cheffish master rake spec
+ expeditor:
+ executor:
+ docker:
+ environment:
+ - TEST_GEM=chef/cheffish
+
+- label: "Test chefspec gem :ruby: 2.6"
+ commands:
+ - /workdir/scripts/bk_tests/bk_install.sh
+ - bundle install --jobs=3 --retry=3 --deployment --path=vendor/bundle
+ - bundle exec tasks/bin/run_external_test chefspec/chefspec master rake
+ expeditor:
+ executor:
+ docker:
+ environment:
+ - TEST_GEM=chefspec/chefspec
+
+# - label: "Test poise/halite gem :ruby: 2.6"
+# commands:
+# - /workdir/scripts/bk_tests/bk_install.sh
+# - bundle install --jobs=3 --retry=3 --deployment --path=vendor/bundle
+# - bundle exec tasks/bin/run_external_test poise/halite master rake spec
+# expeditor:
+# executor:
+# docker:
+# environment:
+# - TEST_GEM=poise/halite
+
+- label: "Test knife-windows gem :ruby: 2.6"
+ commands:
+ - /workdir/scripts/bk_tests/bk_install.sh
+ - bundle install --jobs=3 --retry=3 --deployment --path=vendor/bundle
+ - bundle exec tasks/bin/run_external_test chef/knife-windows master rake unit_spec
+ expeditor:
+ executor:
+ docker:
+ environment:
+ - TEST_GEM=chef/knife-windows
+
+#########################################################################
+ # Tests Ruby 2.5
+#########################################################################
+
+# - label: "Integration Specs :ruby: 2.5"
+# commands:
+# - /workdir/scripts/bk_tests/bk_install.sh
+# - asdf local ruby 2.5.5
+# - sed '/ip6/d' /etc/hosts > /etc/hosts.noip6
+# - cp /etc/hosts.noip6 /etc/hosts
+# - bundle install --without docgen integration omnibus_package --frozen
+# - bundle exec rake spec:integration
+# expeditor:
+# executor:
+# docker:
+# environment:
+# - FORCE_FFI_YAJL=ext
+# - CHEF_LICENSE=accept-no-persist
+# - INTEGRATION_SPECS_25=1
+#
+# - label: "Functional Specs :ruby: 2.5"
+# commands:
+# - asdf local ruby 2.5.5
+# - /workdir/scripts/bk_tests/bk_install.sh
+# - sed '/ip6/d' /etc/hosts > /etc/hosts.noip6
+# - cp /etc/hosts.noip6 /etc/hosts
+# - bundle install --without docgen integration omnibus_package --frozen
+# - bundle exec rake spec:functional
+# expeditor:
+# executor:
+# docker:
+# environment:
+# - FORCE_FFI_YAJL=ext
+# - CHEF_LICENSE=accept-no-persist
+# - FUNCTIONAL_SPECS_25=1
+
+- label: "Unit Specs :ruby: 2.5"
+ commands:
+ - asdf local ruby 2.5.5
+ - /workdir/scripts/bk_tests/bk_install.sh
+ - bundle install --without docgen integration omnibus_package --frozen
+ - bundle exec rake spec:unit
+ - bundle exec rake component_specs
+ expeditor:
+ executor:
+ docker:
+ environment:
+ - FORCE_FFI_YAJL=ext
+ - CHEF_LICENSE=accept-no-persist
+ - UNIT_SPECS_25=1
+
+#########################################################################
+ # START TEST KITCHEN ONLY
+#########################################################################
+
+# - label: "Kitchen Tests :ruby: 2.5"
+# commands:
+# - /workdir/scripts/bk_tests/bk_install.sh
+# - asdf local ruby 2.5.5
+# - sed '/ip6/d' /etc/hosts > /etc/hosts.noip6
+# - cp /etc/hosts.noip6 /etc/hosts
+# - cd /workdir/kitchen-tests
+# - bundle install --jobs=3 --retry=3 --path=vendor/bundle
+# - bundle exec kitchen test end-to-end-amazonlinux-2
+# expeditor:
+# executor:
+# docker:
+# environment:
+# - AMAZON=2
+# - KITCHEN_YAML=/workdir/kitchen-tests/kitchen.bk.yml
+# - BUNDLE_GEMFILE=/workdir/kitchen-tests/Gemfile