Skip to content

Commit 68e59d1

Browse files
committed
set the right labels
to kratos Signed-off-by: Paul Gaiduk <paulg@zededa.com>
1 parent adcdf1b commit 68e59d1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/assets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on: # yamllint disable-line rule:truthy
1616

1717
jobs:
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 }}
@@ -41,7 +41,7 @@ jobs:
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

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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

.github/workflows/go-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on: # yamllint disable-line rule:truthy
2424

2525
jobs:
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 }}

0 commit comments

Comments
 (0)