Skip to content

Commit 798f251

Browse files
committed
tests: Use Fedora 41 to generate code coverage
Replace the Fedora 39 usage to generate code coverage with Fedora 41. This is necessary because Fedora 39 is now EOL and the tests are not executed for it anymore. Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
1 parent 922e36b commit 798f251

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packit-ci.fmf

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
- how: shell
8282
script:
8383
- yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
84-
# disable code coverage measurement everywhere except F39 and CS9
85-
- when: distro != fedora-39
84+
# disable code coverage measurement everywhere except F41 and CS9
85+
- when: distro != fedora-41
8686
environment+:
8787
KEYLIME_RUST_CODE_COVERAGE: 0
8888
discover+:

scripts/download_packit_coverage.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ PROJECT="keylime/rust-keylime"
3434

3535
# TF_JOB_DESC points to a Testing farm job that does code coverage measurement and
3636
# uploads coverage XML files to a web drive
37-
# currently we are doing that in a job running tests on Fedora-39
38-
TF_JOB_DESC="testing-farm:fedora-39-x86_64"
37+
# currently we are doing that in a job running tests on Fedora-41
38+
TF_JOB_DESC="testing-farm:fedora-41-x86_64"
3939
TF_TEST_OUTPUT="/setup/generate_upstream_rust_keylime_code_coverage.*/output.txt"
4040
TF_ARTIFACTS_URL_PREFIX="https://artifacts.dev.testing-farm.io"
4141

0 commit comments

Comments
 (0)