Skip to content

Commit

Permalink
merge pre/post submit prow hooks
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Moskalenko <moskalenko.alexey@gmail.com>
  • Loading branch information
pyalex committed Apr 28, 2021
1 parent 3929cbd commit 8e5c0e4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .prow.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
presubmits:
- name: test-end-to-end-gcp-presubmit
- name: test-end-to-end-gcp
decorate: true
always_run: true
max_concurrency: 1
Expand All @@ -23,7 +23,7 @@ presubmits:
- name: service-account
secret:
secretName: feast-service-account
- name: test-end-to-end-aws-presubmit
- name: test-end-to-end-aws
decorate: true
always_run: true
max_concurrency: 1
Expand Down Expand Up @@ -61,7 +61,7 @@ presubmits:
- name: service-account
secret:
secretName: feast-service-account
- name: test-end-to-end-sparkop-presubmit
- name: test-end-to-end-sparkop
decorate: true
always_run: true
max_concurrency: 1
Expand Down Expand Up @@ -91,7 +91,7 @@ presubmits:
secretName: feast-service-account


#- name: test-end-to-end-azure-presubmit
#- name: test-end-to-end-azure
# decorate: true
# always_run: true
# max_concurrency: 1
Expand Down Expand Up @@ -150,7 +150,7 @@ presubmits:
# secretName: feast-service-account

postsubmits:
- name: test-end-to-end-gcp-postsubmit
- name: test-end-to-end-gcp
decorate: true
always_run: true
max_concurrency: 1
Expand All @@ -177,7 +177,7 @@ postsubmits:
secret:
secretName: feast-service-account

- name: test-end-to-end-aws-postsubmit
- name: test-end-to-end-aws
decorate: true
always_run: true
max_concurrency: 1
Expand Down Expand Up @@ -218,7 +218,7 @@ postsubmits:
secret:
secretName: feast-service-account

- name: test-end-to-end-sparkop-postsubmit
- name: test-end-to-end-sparkop
decorate: true
always_run: true
max_concurrency: 1
Expand Down Expand Up @@ -249,7 +249,7 @@ postsubmits:
secret:
secretName: feast-service-account

#- name: test-end-to-end-azure-postsubmit
#- name: test-end-to-end-azure
# decorate: true
# always_run: true
# max_concurrency: 1
Expand Down

0 comments on commit 8e5c0e4

Please sign in to comment.