Skip to content

Commit

Permalink
kserve ci
Browse files Browse the repository at this point in the history
  • Loading branch information
agunapal committed Oct 23, 2023
1 parent 031f6eb commit dd2f429
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/kserve_ci_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,20 @@ jobs:
- name: Checkout TorchServe
uses: actions/checkout@v3

- name: Start minikube
- name: Setup minikube
uses: medyagh/setup-minikube@master
- name: Setup Python 3.8
uses: actions/setup-python@v4
with:
python-version: 3.8
architecture: x64
- name: Setup Java 17
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
- name: Checkout TorchServe
uses: actions/checkout@v3
- name: Checkout tools repo
uses: actions/checkout@v4
with:
repository: kserve/kserve
- name: Checkout TorchServe
uses: actions/checkout@v3
- run: pwd
- run: ls
- name: Test model running in k8s cluster with sample image data
run: ./kubernetes/kserve/tests/scripts/test_mnist.sh

0 comments on commit dd2f429

Please sign in to comment.