Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rpm-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
include:
- os: "fedora"
context: "Fedora"
compose: "Fedora-42"
compose: "Fedora-43"
tmt_hardware: ""
hardware: ""
- os: "centos-stream-9-plan"
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions roles/common_tools/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
- podman-docker
- pciutils
- python3
- python3.12-pytest
- python3.12-pip
- python3-pytest
- python3-pip
when: releasever > 30

- name: Install CentOS Stream 9 packages
Expand Down
6 changes: 3 additions & 3 deletions tmt-sclorg-testing-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
- golang-github-cpuguy83-md2man
- s-nail
- ansible
- python3.12
- python3.12-pytest
- python3.12-pip
- python3
- python3-pytest
- python3-pip
package_names_image_mode_c9s:
- podman-bootc
package_names_gpu_fedora:
Expand Down