Skip to content

Commit

Permalink
add repo checkout job in runner-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywang committed Aug 30, 2023
1 parent 483d5a9 commit 070ee1c
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/runner-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
gcp-runner-fedora-38:
runs-on: [kite, x86_64, gcp, fedora-38, medium]
steps:
- uses: actions/checkout@v3
- name: Show all environment variables
run: printenv
- name: Show system info
Expand All @@ -44,18 +45,19 @@ jobs:
lscpu
free -mh
gcp-runner-fedora-37:
runs-on: [kite, x86_64, gcp, fedora-37, medium]
steps:
- name: Show all environment variables
run: printenv
- name: Show system info
run: cat /etc/os-release
- name: Show system arch
run: |
uname -a
lscpu
free -mh
# gcp-runner-fedora-37:
# runs-on: [kite, x86_64, gcp, fedora-37, medium]
# steps:
# - uses: actions/checkout@v3
# - name: Show all environment variables
# run: printenv
# - name: Show system info
# run: cat /etc/os-release
# - name: Show system arch
# run: |
# uname -a
# lscpu
# free -mh

# runner-beaker-arm:
# runs-on: [kite, aarch64, beaker, fedora-37]
Expand Down

0 comments on commit 070ee1c

Please sign in to comment.