Skip to content

Commit

Permalink
Enable periodic tests for mnist & GH issue examples. (kubeflow#486)
Browse files Browse the repository at this point in the history
* Add a link to the E2E testing guide to the contributing page.

Related to kubeflow#485 - enable periodic mnist E2E testing.
  • Loading branch information
jlewi authored and k8s-ci-robot committed Jan 23, 2019
1 parent 22715c4 commit 2b0eec3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions prow_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ workflows:
component: mnist
name: mnist
job_types:
- periodic
- presubmit
- postsubmit
include_dirs:
Expand All @@ -32,6 +33,7 @@ workflows:
component: gis
name: gis
job_types:
- periodic
- presubmit
- postsubmit
include_dirs:
Expand Down

0 comments on commit 2b0eec3

Please sign in to comment.