Skip to content

Commit

Permalink
workflow: Enable rhel 9.3 runner test
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywang committed May 2, 2023
1 parent e95e92a commit d9f3f80
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
workflow_dispatch:

jobs:
# runner-rhel-9-2:
# runs-on: [kite, x86_64, rhos-01, rhel-9-2, large]
# steps:
# - name: Show all environment variables
# run: printenv

runner-beaker-arm:
runs-on: [kite, aarch64, beaker, fedora-37]
runner-rhel-9-3:
runs-on: [kite, x86_64, rhos-01, rhel-9-3, large]
steps:
- name: Show all environment variables
run: printenv

# runner-beaker-arm:
# runs-on: [kite, aarch64, beaker, fedora-37]
# steps:
# - name: Show all environment variables
# run: printenv

0 comments on commit d9f3f80

Please sign in to comment.