Skip to content

Commit 59a2502

Browse files
authored
Fix running TestFiveNodesAirgapUpgrade (#2157)
* Fix running TestFiveNodesAirgapUpgrade
1 parent 690ab44 commit 59a2502

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150

151151
build-current:
152152
name: Build current
153-
runs-on: embedded-cluster-2
153+
runs-on: ubuntu-latest
154154
needs:
155155
- git-sha
156156
outputs:
@@ -224,7 +224,7 @@ jobs:
224224
225225
build-previous-k0s:
226226
name: Build previous k0s
227-
runs-on: embedded-cluster-2
227+
runs-on: ubuntu-latest
228228
needs:
229229
- git-sha
230230
outputs:
@@ -333,7 +333,7 @@ jobs:
333333
334334
build-upgrade:
335335
name: Build upgrade
336-
runs-on: embedded-cluster-2
336+
runs-on: ubuntu-latest
337337
needs:
338338
- git-sha
339339
outputs:
@@ -814,6 +814,9 @@ jobs:
814814
k0s-version-previous: ${{ needs.build-previous-k0s.outputs.k0s_version }}
815815
k0s-version-previous-stable: ${{ needs.find-previous-stable.outputs.k0s_version }}
816816
version-specifier: ${{ needs.export-version-specifier.outputs.version_specifier }}
817+
github-token: ${{ secrets.GITHUB_TOKEN }}
818+
cmx-api-token: ${{ secrets.CMX_REPLICATED_API_TOKEN }}
819+
cmx-ssh-private-key: ${{ secrets.CMX_SSH_PRIVATE_KEY }}
817820

818821
# this job will validate that all the tests passed
819822
# it is used for the github branch protection rule

0 commit comments

Comments
 (0)