Skip to content

Commit 6bddfa5

Browse files
mvo5achilleas-k
authored andcommitted
github: bump fedora version in testingfarm workflows
This commit bumps the `compse:` from Fedora-40 -> Fedora-42 in testingfarm.yml. Its a bit unclear why testingfarm has both this and `plan/unit-go.fmf` where we specify ```yaml summary: Run all tests inside a VM environment provision: how: virtual image: fedora:42 ... ``` already.
1 parent 7074516 commit 6bddfa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testingfarm-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Run the tests
3434
uses: sclorg/testing-farm-as-github-action@v4
3535
with:
36-
compose: Fedora-40
36+
compose: Fedora-42
3737
tmt_plan_regex: "/plans/unit-go"
3838
api_key: ${{ secrets.TF_API_KEY }}
3939
git_url: ${{ github.event.pull_request.head.repo.clone_url }}

.github/workflows/testingfarm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Run the tests
5151
uses: sclorg/testing-farm-as-github-action@v4
5252
with:
53-
compose: Fedora-40
53+
compose: Fedora-42
5454
tmt_plan_regex: "/plans/integration"
5555
api_key: ${{ secrets.TF_API_KEY }}
5656
git_url: ${{ github.event.pull_request.head.repo.clone_url }}

0 commit comments

Comments
 (0)