File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 5454 echo "kernel_flavors=$kernel_flavors_json" >> $GITHUB_OUTPUT
5555
5656 # get ubuntu distributions
57- DIST=("ubuntu22.04" "ubuntu24.04")
57+ # DIST=("ubuntu22.04" "ubuntu24.04")
58+ DIST=("ubuntu22.04")
5859 dist_json=$(printf '%s\n' "${DIST[@]}" | jq -R . | jq -cs .)
5960 echo "dist=$dist_json" >> $GITHUB_OUTPUT
6061
@@ -273,12 +274,12 @@ jobs:
273274
274275 # step added to skip azure e2e tests and publish the image
275276 # FIXME -- remove step once azure kernel upgrade starts working
276- - name : Skip azure e2e
277- run : |
278- if [[ "${KERNEL_VERSION}" == *-azure ]]; then
279- echo "e2e test for azure flavor skipped, as kernel upgrade AWS => azure is not supported"
280- exit 0
281- fi
277+ # - name: Skip azure e2e
278+ # run: |
279+ # if [[ "${KERNEL_VERSION}" == *-azure ]]; then
280+ # echo "e2e test for azure flavor skipped, as kernel upgrade AWS => azure is not supported"
281+ # exit 0
282+ # fi
282283
283284 - name : Install GitHub CLI
284285 run : |
You can’t perform that action at this time.
0 commit comments