Skip to content

Commit

Permalink
Pin ubuntu 22.04 for minikube setup action (kserve#3994)
Browse files Browse the repository at this point in the history
Signed-off-by: Jin Dong <greenmoon55@users.noreply.github.com>
greenmoon55 authored Oct 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent dbceef3 commit 82234c0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
@@ -284,7 +284,7 @@ jobs:
if-no-files-found: error

test-predictor:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
[
kserve-image-build,
@@ -349,7 +349,7 @@ jobs:
./test/scripts/gh-actions/status-check.sh
test-transformer-explainer-mms:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
[kserve-image-build, predictor-runtime-build, explainer-runtime-build]
steps:
@@ -429,7 +429,7 @@ jobs:
./test/scripts/gh-actions/status-check.sh
test-graph:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
[
kserve-image-build,
@@ -508,7 +508,7 @@ jobs:
test-path-based-routing:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
[
kserve-image-build,
@@ -601,7 +601,7 @@ jobs:
./test/scripts/gh-actions/status-check.sh
test-qpext:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [kserve-image-build, predictor-runtime-build]
steps:
- name: Checkout source
@@ -666,7 +666,7 @@ jobs:
./test/scripts/gh-actions/status-check.sh
test-with-helm:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
[kserve-image-build]
steps:
@@ -717,7 +717,7 @@ jobs:
./test/scripts/gh-actions/status-check.sh
test-raw:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
[kserve-image-build, predictor-runtime-build]
steps:
@@ -797,7 +797,7 @@ jobs:
./test/scripts/gh-actions/status-check.sh
test-kourier:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
[kserve-image-build, predictor-runtime-build, graph-tests-images-build]
steps:
@@ -882,7 +882,7 @@ jobs:
./test/scripts/gh-actions/status-check.sh "kourier"
test-llm:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
[ kserve-image-build, predictor-runtime-build]
steps:

0 comments on commit 82234c0

Please sign in to comment.