Skip to content

Commit

Permalink
test on custom runner
Browse files Browse the repository at this point in the history
  • Loading branch information
agunapal committed Oct 23, 2023
1 parent d330112 commit 7c1ae15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/kserve_ci_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:

jobs:
test-model-prediction-on-k8s:
runs-on: ubuntu-latest
#runs-on: ubuntu-latest
runs-on: [self-hosted, kserve-ci]
steps:
- name: Checkout TorchServe
uses: actions/checkout@v3
Expand Down

0 comments on commit 7c1ae15

Please sign in to comment.