Skip to content

Commit

Permalink
Implement operator e2e (#1933)
Browse files Browse the repository at this point in the history
* Implement operator e2e

Depends-On: istio/operator#379

* Address reviewer comments
  • Loading branch information
Steven Dake authored and istio-testing committed Oct 17, 2019
1 parent 004b33c commit 242a3d6
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 0 deletions.
94 changes: 94 additions & 0 deletions prow/cluster/jobs/istio/operator/istio.operator.master.gen.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions prow/config/jobs/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
command: [make, gen-check]
modifiers: [optional]

- name: e2e
command: [entrypoint, make, e2e]
requirements: [kind]
modifiers: [optional]

- name: release
type: postsubmit
command: [entrypoint, make, docker.all]
Expand Down

0 comments on commit 242a3d6

Please sign in to comment.