summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-05-13 12:17:17 -0700
committerGitHub <noreply@github.com>2020-05-13 12:17:17 -0700
commita27801f1795797d8382d536ab96a182fabd19f6a (patch)
tree384eb3cf94a40726ec774acfe4b72cb63b7dd167
parenta4a2f6983d534cd65dd971849fd8b2b0bff316a4 (diff)
parent40fa6d393f2a59a71718a67af263d7d19105c082 (diff)
downloadchef-a27801f1795797d8382d536ab96a182fabd19f6a.tar.gz
Merge pull request #9859 from chef/20.04
Add Ubuntu 20.04 testing to our pipeline
-rw-r--r--.expeditor/verify.pipeline.yml35
1 files changed, 35 insertions, 0 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index f50f79a807..1791e3228c 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -50,6 +50,41 @@ steps:
docker:
image: rubydistros/ubuntu-18.04:2.7
+- label: ":rspec: Integration :ubuntu: 20.04 :ruby: 2.7"
+ commands:
+ - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package docgen
+ - bundle exec rake spec:integration
+ expeditor:
+ executor:
+ docker:
+ image: rubydistros/ubuntu-20.04:2.7
+ privileged: true
+
+- label: ":rspec: Functional :ubuntu: 20.04 :ruby: 2.7"
+ commands:
+ - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - apt-get update -y
+ - apt-get install -y cron locales # needed for functional tests to pass
+ - cd /workdir; bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package docgen ruby_prof
+ - bundle exec rake spec:functional
+ expeditor:
+ executor:
+ docker:
+ image: rubydistros/ubuntu-20.04:2.7
+ privileged: true
+
+- label: ":rspec: Unit :ubuntu: 20.04 :ruby: 2.7"
+ commands:
+ - /workdir/scripts/bk_tests/bk_container_prep.sh
+ - bundle install --jobs=3 --retry=3 --path=vendor/bundle --without omnibus_package docgen ruby_prof
+ - bundle exec rake spec:unit
+ - bundle exec rake component_specs
+ expeditor:
+ executor:
+ docker:
+ image: rubydistros/ubuntu-20.04:2.7
+
- label: ":rspec: Integration :centos: 7 :ruby: 2.7"
commands:
- /workdir/scripts/bk_tests/bk_container_prep.sh