b00a013533
The Fedora CI VMs often lag behind for a week. As podman and conmon get daily updates, make sure we are testing against the latest version.
28 lines
520 B
YAML
28 lines
520 B
YAML
---
|
|
- name: upgrade critical packages to the latest version
|
|
dnf:
|
|
name:
|
|
- podman
|
|
- conmon
|
|
state: latest
|
|
|
|
- include_role:
|
|
name: standard-test-source
|
|
|
|
- include_role:
|
|
name: standard-test-basic
|
|
vars:
|
|
required_packages:
|
|
- cockpit-podman
|
|
- cockpit-ws
|
|
- git
|
|
- libvirt-python3
|
|
- make
|
|
- npm
|
|
- python3
|
|
tests:
|
|
- cockpit-podman:
|
|
dir: .
|
|
run: "{{ test_script_dir | default('.') }}/browser.sh"
|
|
save-files: ["logs/*"]
|