Skip to content

Commit

Permalink
Merge pull request #34 from yih-redhat/to-rhel-96
Browse files Browse the repository at this point in the history
ci: migrate to rhel 96
  • Loading branch information
yih-redhat authored Nov 19, 2024
2 parents db712da + 1b3d4ba commit cc3f1c7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
repo_url: ${{ fromJson(steps.pr-api.outputs.data).head.repo.html_url }}
pr_number: ${{ steps.pr-num.outputs.pr_number }}

edge-rhel-95:
edge-rhel-96:
needs: pr-info
runs-on: ubuntu-latest

steps:
- name: Run the tests
uses: sclorg/testing-farm-as-github-action@main
with:
compose: RHEL-9.5.0-Nightly
compose: RHEL-9.6.0-Nightly
arch: x86_64
api_key: ${{ secrets.TF_API_KEY }}
git_url: ${{ needs.pr-info.outputs.repo_url }}
Expand All @@ -48,8 +48,8 @@ jobs:
pr_number: ${{ needs.pr-info.outputs.pr_number }}
commit_sha: ${{ needs.pr-info.outputs.sha }}
update_pull_request_status: true
tmt_context: "arch=x86_64;distro=rhel-9-5"
pull_request_status_name: "edge-rhel-9.5"
tmt_context: "arch=x86_64;distro=rhel-9-6"
pull_request_status_name: "edge-rhel-9.6"
tmt_plan_regex: edge-x86
tf_scope: private
secrets: "DOWNLOAD_NODE=${{ secrets.DOWNLOAD_NODE }};V2_QUAY_USERNAME=${{ secrets.V2_QUAY_USERNAME }};V2_QUAY_PASSWORD=${{ secrets.V2_QUAY_PASSWORD }};AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }};AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }};GOVC_URL=${{ secrets.GOVC_URL }};GOVC_USERNAME=${{ secrets.GOVC_USERNAME }};GOVC_PASSWORD=${{ secrets.GOVC_PASSWORD }}"
Expand Down

0 comments on commit cc3f1c7

Please sign in to comment.