37 lines
1.5 KiB
Diff
37 lines
1.5 KiB
Diff
|
From 85e0cea9d871be12e29c05dcbb485b051325ff98 Mon Sep 17 00:00:00 2001
|
||
|
From: Inessa Vasilevskaya <ivasilev@redhat.com>
|
||
|
Date: Thu, 28 Apr 2022 14:02:27 +0200
|
||
|
Subject: [PATCH 25/39] Pin version to 1.2.10
|
||
|
|
||
|
This version of tft github action should have the support for
|
||
|
environment_settings parameter.
|
||
|
---
|
||
|
.github/workflows/tmt-tests.yml | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/.github/workflows/tmt-tests.yml b/.github/workflows/tmt-tests.yml
|
||
|
index 2b10571d..24334978 100644
|
||
|
--- a/.github/workflows/tmt-tests.yml
|
||
|
+++ b/.github/workflows/tmt-tests.yml
|
||
|
@@ -144,7 +144,7 @@ jobs:
|
||
|
id: run_test_7to8
|
||
|
env:
|
||
|
ARTIFACTS: ${{ steps.leapp_pr_regex_match.outputs.match != '' && format('{0};{1}', steps.copr_build_leapp.outputs.copr_id, steps.copr_build.outputs.copr_id) || steps.copr_build.outputs.copr_id }}
|
||
|
- uses: sclorg/testing-farm-as-github-action@v1.2.9
|
||
|
+ uses: sclorg/testing-farm-as-github-action@v1.2.10
|
||
|
with:
|
||
|
# required
|
||
|
api_url: ${{ secrets.TF_ENDPOINT }}
|
||
|
@@ -172,7 +172,7 @@ jobs:
|
||
|
id: run_test_8to9
|
||
|
env:
|
||
|
ARTIFACTS: ${{ steps.leapp_pr_regex_match.outputs.match != '' && format('{0};{1}', steps.copr_build_leapp.outputs.copr_id, steps.copr_build.outputs.copr_id) || steps.copr_build.outputs.copr_id }}
|
||
|
- uses: sclorg/testing-farm-as-github-action@v1.2.9
|
||
|
+ uses: sclorg/testing-farm-as-github-action@v1.2.10
|
||
|
with:
|
||
|
# required
|
||
|
api_url: ${{ secrets.TF_ENDPOINT }}
|
||
|
--
|
||
|
2.35.3
|
||
|
|