Skip to content

Commit

Permalink
Enable Prow e2e tests by default (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
woop authored May 1, 2020
1 parent ea4e2b0 commit b636e6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ presubmits:

- name: test-end-to-end
decorate: true
always_run: true
spec:
containers:
- image: maven:3.6-jdk-11
Expand All @@ -155,6 +156,7 @@ presubmits:

- name: test-end-to-end-redis-cluster
decorate: true
always_run: true
spec:
containers:
- image: maven:3.6-jdk-11
Expand Down

0 comments on commit b636e6c

Please sign in to comment.