From fb1253768b41d740515a5513b1ad439b775438e9 Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Tue, 2 Apr 2024 12:59:07 +0800 Subject: [PATCH] ci: run all cs9 test on rhel9 testing farm runner Signed-off-by: Xiaofeng Wang --- .github/workflows/anaconda.yml | 4 ++-- .github/workflows/bib-image.yml | 4 ++-- .github/workflows/os-replace.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/anaconda.yml b/.github/workflows/anaconda.yml index de4375f..94c6346 100644 --- a/.github/workflows/anaconda.yml +++ b/.github/workflows/anaconda.yml @@ -113,7 +113,7 @@ jobs: - name: Run the tests uses: sclorg/testing-farm-as-github-action@v1 with: - compose: CentOS-Stream-9 + compose: RHEL-9.4.0-Nightly api_key: ${{ secrets.TF_API_KEY }} git_url: https://github.com/virt-s1/bootc-workflow-test git_ref: main @@ -152,7 +152,7 @@ jobs: - name: Run the tests uses: sclorg/testing-farm-as-github-action@v1 with: - compose: CentOS-Stream-9 + compose: RHEL-9.4.0-Nightly api_key: ${{ secrets.TF_API_KEY }} git_url: https://github.com/virt-s1/bootc-workflow-test git_ref: main diff --git a/.github/workflows/bib-image.yml b/.github/workflows/bib-image.yml index 7ce99d0..f017a43 100644 --- a/.github/workflows/bib-image.yml +++ b/.github/workflows/bib-image.yml @@ -78,7 +78,7 @@ jobs: - name: Run the tests uses: sclorg/testing-farm-as-github-action@v1 with: - compose: CentOS-Stream-9 + compose: RHEL-9.4.0-Nightly api_key: ${{ secrets.TF_API_KEY }} git_url: https://github.com/virt-s1/bootc-workflow-test git_ref: main @@ -123,7 +123,7 @@ jobs: - name: Run the tests uses: sclorg/testing-farm-as-github-action@v1 with: - compose: CentOS-Stream-9 + compose: RHEL-9.4.0-Nightly api_key: ${{ secrets.TF_API_KEY }} git_url: https://github.com/virt-s1/bootc-workflow-test git_ref: main diff --git a/.github/workflows/os-replace.yml b/.github/workflows/os-replace.yml index 8225bbb..fbac49c 100644 --- a/.github/workflows/os-replace.yml +++ b/.github/workflows/os-replace.yml @@ -118,7 +118,7 @@ jobs: - name: Run the tests uses: sclorg/testing-farm-as-github-action@v1 with: - compose: CentOS-Stream-9 + compose: RHEL-9.4.0-Nightly api_key: ${{ secrets.TF_API_KEY }} git_url: https://github.com/virt-s1/bootc-workflow-test git_ref: main @@ -165,7 +165,7 @@ jobs: - name: Run the tests uses: sclorg/testing-farm-as-github-action@v1 with: - compose: CentOS-Stream-9 + compose: RHEL-9.4.0-Nightly api_key: ${{ secrets.TF_API_KEY }} git_url: https://github.com/virt-s1/bootc-workflow-test git_ref: main @@ -199,7 +199,7 @@ jobs: - name: Run the tests uses: sclorg/testing-farm-as-github-action@v1 with: - compose: CentOS-Stream-9 + compose: RHEL-9.4.0-Nightly api_key: ${{ secrets.TF_API_KEY }} git_url: https://github.com/virt-s1/bootc-workflow-test git_ref: main