File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ on: # yamllint disable-line rule:truthy
1616
1717jobs :
1818 create_release :
19- runs-on : zededa-ubuntu-2204
19+ runs-on : kratos
2020 outputs :
2121 release_id : ${{ steps.create_release.outputs.release_id }}
2222 upload_url : ${{ steps.create_release.outputs.upload_url }}
4141 echo "release_id=$release_id" >> "$GITHUB_OUTPUT"
4242 echo "upload_url=$upload_url" >> "$GITHUB_OUTPUT"
4343 build :
44- runs-on : zededa-ubuntu-2204
44+ runs-on : kratos
4545 needs : create_release
4646 strategy :
4747 fail-fast : false
Original file line number Diff line number Diff line change 3131 platform : nvidia-jp6
3232 - arch : amd64
3333 platform : evaluation
34- runs-on : ${{ matrix.arch == 'arm64' && 'zededa-ubuntu-2204-arm64' || 'zededa-ubuntu-2204 ' }}
34+ runs-on : ${{ matrix.arch == 'arm64' && 'zededa-ubuntu-2204-arm64' || 'kratos ' }}
3535
3636 steps :
3737 - name : Starting Report
@@ -114,7 +114,7 @@ jobs:
114114 - arch : amd64
115115 hv : k
116116 platform : generic
117- runs-on : ${{ matrix.arch == 'arm64' && 'zededa-ubuntu-2204-arm64' || 'zededa-ubuntu-2204 ' }}
117+ runs-on : ${{ matrix.arch == 'arm64' && 'zededa-ubuntu-2204-arm64' || 'kratos ' }}
118118
119119 steps :
120120 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ on: # yamllint disable-line rule:truthy
2424
2525jobs :
2626 test :
27- runs-on : zededa-ubuntu-2204
27+ runs-on : kratos
2828 env :
2929 REPO_NAME : ${{ github.event.repository.full_name }}
3030 GH_REF : ${{ github.ref }}
You can’t perform that action at this time.
0 commit comments