File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : Kubernetes Nightly Tests
2
2
3
3
on :
4
- push
5
- # workflow_dispatch:
6
- # runs everyday at 5:15am
7
- # schedule:
8
- # - cron: '15 6 * * *'
4
+ workflow_dispatch :
5
+ runs everyday at 6:15am
6
+ schedule :
7
+ - cron : ' 15 6 * * *'
9
8
10
9
jobs :
11
10
kubernetes-tests :
Original file line number Diff line number Diff line change 5
5
![ Benchmark Nightly] ( https://github.com/pytorch/serve/actions/workflows/benchmark_nightly.yml/badge.svg )
6
6
![ Docker Regression Nightly] ( https://github.com/pytorch/serve/actions/workflows/regression_tests_docker.yml/badge.svg )
7
7
![ KServe Regression Nightly] ( https://github.com/pytorch/serve/actions/workflows/kserve_cpu_tests.yml/badge.svg )
8
+ ![ Kubernetes Regression Nightly] ( https://github.com/pytorch/serve/actions/workflows/kubernetes_tests.yml/badge.svg )
8
9
9
10
TorchServe is a flexible and easy-to-use tool for serving and scaling PyTorch models in production.
10
11
You can’t perform that action at this time.
0 commit comments