CI: Update image to ubuntu 20.04

This commit is contained in:
Justin Stephenson 2022-04-19 12:45:16 -04:00
parent bab09074b3
commit e716567dfc

View file

@ -3,7 +3,7 @@ name: Cockpit Session Recording
agent: agent:
machine: machine:
type: e1-standard-2 type: e1-standard-2
os_image: ubuntu1804 os_image: ubuntu2004
blocks: blocks:
- name: "Run checks" - name: "Run checks"
@ -21,7 +21,7 @@ blocks:
- make test/common - make test/common
- make bots - make bots
jobs: jobs:
- name: Check fedora-34 - name: Check fedora-35
commands: commands:
- export TEST_OS=fedora-35 - export TEST_OS=fedora-35
- bots/image-customize -v -i cockpit-ws -i cockpit-packagekit -i `pwd`/cockpit-session-recording*.noarch.rpm -s `pwd`/test/vm.install $TEST_OS - bots/image-customize -v -i cockpit-ws -i cockpit-packagekit -i `pwd`/cockpit-session-recording*.noarch.rpm -s `pwd`/test/vm.install $TEST_OS