mirror of https://github.com/kubeflow/examples.git
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:
parent
22715c4900
commit
2b0eec34c3
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue