diff --git a/.github/workflows/centos7-openshift-tests.yaml b/.github/workflows/centos7-openshift-tests.yaml index 5e10a5c5..b03c9186 100644 --- a/.github/workflows/centos7-openshift-tests.yaml +++ b/.github/workflows/centos7-openshift-tests.yaml @@ -66,7 +66,8 @@ jobs: "api_key": "${{ secrets.TF_PUBLIC_API_KEY }}", "test": {"fmf": { "url": "https://github.com/sclorg/sclorg-testing-farm", - "ref": "main" + "ref": "main", + "name": "fedora" }}, "environments": [{ "arch": "x86_64", diff --git a/.github/workflows/centos7-tests.yaml b/.github/workflows/centos7-tests.yaml index 982956de..718a03a9 100644 --- a/.github/workflows/centos7-tests.yaml +++ b/.github/workflows/centos7-tests.yaml @@ -66,7 +66,8 @@ jobs: "api_key": "${{ secrets.TF_PUBLIC_API_KEY }}", "test": {"fmf": { "url": "https://github.com/sclorg/sclorg-testing-farm", - "ref": "main" + "ref": "main", + "name": "fedora" }}, "environments": [{ "arch": "x86_64", diff --git a/.github/workflows/fedora-tests.yaml b/.github/workflows/fedora-tests.yaml index baa75c0b..fe2d7020 100644 --- a/.github/workflows/fedora-tests.yaml +++ b/.github/workflows/fedora-tests.yaml @@ -66,7 +66,8 @@ jobs: "api_key": "${{ secrets.TF_PUBLIC_API_KEY }}", "test": {"fmf": { "url": "https://github.com/sclorg/sclorg-testing-farm", - "ref": "main" + "ref": "main", + "name": "fedora" }}, "environments": [{ "arch": "x86_64",