Skip to content

Commit 1667c1d

Browse files
committed
ci: rollout several recent changes to CI testing
* Pass in a YAML true value as `__bootc_validation: true` using the --extra-vars option to ensure that `__bootc_validation` is treated as a boolean and not a string value. `-e "__bootc_validation: true"` You can also use JSON format: `-e '{"__bootc_validation": true}'` but YAML is simpler in this case. * Use tox-lsr version 3.11.1 * Ensure the citest bad comment works when the test was cancelled in addition to the failure case. * Update contributing.md documentation * Update number of nodes to use in testing farm, if needed * remove unnecessary ansible-lint skips Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent 721c42f commit 1667c1d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/qemu-kvm-integration-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
- { image: "fedora-42", env: "container-ansible-core-2.17" }
4242
- { image: "fedora-41-bootc", env: "container-ansible-core-2.17" }
4343
- { image: "fedora-42-bootc", env: "container-ansible-core-2.17" }
44-
- { image: "leap-15.6", env: "qemu-ansible-core-2.18" }
45-
4644

4745
env:
4846
TOX_ARGS: "--skip-tags tests::infiniband,tests::nvme,tests::scsi"
@@ -64,7 +62,6 @@ jobs:
6462
case "$image" in
6563
centos-*) platform=el; platform_version=el"${image#centos-}" ;;
6664
fedora-*) platform=fedora; platform_version="${image/-/}" ;;
67-
leap-*) platform=leap; platform_version="${image}" ;;
6865
esac
6966
supported=
7067
if yq -e '.galaxy_info.galaxy_tags[] | select(. == "'${platform_version}'" or . == "'${platform}'")' meta/main.yml; then

0 commit comments

Comments
 (0)