diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-12-29 11:48:49 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-12-29 11:50:08 -0800 |
commit | b5615f6b06ebf3481c4b7e0f6bc48347a657d342 (patch) | |
tree | c0d6cdf8b365c1c0cffe0227baaad25b647048b6 /.expeditor | |
parent | d0d47dfad6a006085bbe82553188eb2af77c7439 (diff) | |
download | chef-b5615f6b06ebf3481c4b7e0f6bc48347a657d342.tar.gz |
Replace Ubuntu 20.10 testing with 21.04
These containers are alpha/beta quality, but we should start testing on
this since it'll be out when Chef Infra 17 is released.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 23b0eaef81..56c1ec7016 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -409,11 +409,11 @@ steps: privileged: true single-use: true -- label: "Kitchen: Ubuntu 20.10" +- label: "Kitchen: Ubuntu 21.04" commands: - .expeditor/scripts/bk_linux_exec.sh - cd kitchen-tests - - /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-ubuntu-2010 + - /opt/omnibus-toolchain/bin/bundle exec kitchen test end-to-end-ubuntu-2104 artifact_paths: - $PWD/.kitchen/logs/kitchen.log env: |