Enable periodic tests for mnist & GH issue examples. (#486)

* Add a link to the E2E testing guide to the contributing page.

Related to #485 - enable periodic mnist E2E testing.
This commit is contained in:
Jeremy Lewi 2019-01-22 16:10:17 -08:00 committed by Kubernetes Prow Robot
parent 22715c4900
commit 2b0eec34c3
2 changed files with 8 additions and 0 deletions

View File

@ -80,6 +80,12 @@ Once you have identified an area for improvement, follow these steps:
Examples housed in this repo should have the following characteristics:
### Testing
Examples should have E2E tests to ensure they work as expected.
Please refer to the [E2E test guide](http://bit.ly/kf_example_testing_guide) for guidance on writing tests.
### Consistency
A good example fits in with existing examples. It follows the same conventions, has similar

View File

@ -22,6 +22,7 @@ workflows:
component: mnist
name: mnist
job_types:
- periodic
- presubmit
- postsubmit
include_dirs:
@ -32,6 +33,7 @@ workflows:
component: gis
name: gis
job_types:
- periodic
- presubmit
- postsubmit
include_dirs: