Skip to content

Commit 59700ec

Browse files
committed
Kubernetes nightly tests workflow
1 parent ff0fa47 commit 59700ec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/kubernetes_tests.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: Kubernetes Nightly Tests
22

33
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 * * *'
98

109
jobs:
1110
kubernetes-tests:

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
![Benchmark Nightly](https://github.com/pytorch/serve/actions/workflows/benchmark_nightly.yml/badge.svg)
66
![Docker Regression Nightly](https://github.com/pytorch/serve/actions/workflows/regression_tests_docker.yml/badge.svg)
77
![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)
89

910
TorchServe is a flexible and easy-to-use tool for serving and scaling PyTorch models in production.
1011

0 commit comments

Comments
 (0)