Skip to content

Commit 4e19a60

Browse files
committed
ubuntu24.04 ci pipeline fix
Signed-off-by: shiva kumar <[email protected]>
1 parent 4c12d0f commit 4e19a60

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/precompiled.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
run: |
4646
# get driver_branch
4747
# DRIVER_BRANCH=("535" "550" "565")
48-
DRIVER_BRANCH=("535" "550")
49-
# DRIVER_BRANCH=("535")
48+
# DRIVER_BRANCH=("535" "550")
49+
DRIVER_BRANCH=("550")
5050
driver_branch_json=$(printf '%s\n' "${DRIVER_BRANCH[@]}" | jq -R . | jq -cs .)
5151
echo "driver_branch=$driver_branch_json" >> $GITHUB_OUTPUT
5252

tests/holodeck_ubuntu24.04.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ spec:
2727
kubernetes:
2828
install: true
2929
installer: kubeadm
30-
version: v1.30.0-00
31-
crictlVersion: v1.30.0-00
30+
version: v1.28.5
31+
crictlVersion: v1.28.5

0 commit comments

Comments
 (0)