Skip to content

Commit

Permalink
Start running scalability presubmits against all PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamjvs committed Apr 4, 2018
1 parent 3fc6fa4 commit d9d0f76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1772,7 +1772,7 @@ presubmits:
context: pull-kubernetes-e2e-gce-100-performance
rerun_command: "/test pull-kubernetes-e2e-gce-100-performance"
trigger: "(?m)^/test pull-kubernetes-e2e-gce-100-performance,?(\\s+|$)"
always_run: false
always_run: true
max_concurrency: 12
branches:
- master
Expand Down Expand Up @@ -2428,7 +2428,7 @@ presubmits:

- name: pull-kubernetes-kubemark-e2e-gce-big
agent: kubernetes
always_run: false
always_run: true
max_concurrency: 12
skip_branches:
- release-1.6 # not supported
Expand Down Expand Up @@ -3919,7 +3919,7 @@ presubmits:
secretName: ssh-security
trigger: (?m)^/test (all|pull-security-kubernetes-e2e-gce),?(\s+|$)
- agent: kubernetes
always_run: false
always_run: true
branches:
- master
cluster: security
Expand Down Expand Up @@ -4823,7 +4823,7 @@ presubmits:
name: auto-generated-docker-graph-volume-mount
trigger: (?m)^/test( all| pull-security-kubernetes-kubemark-e2e-gce),?(\s+|$)
- agent: kubernetes
always_run: false
always_run: true
cluster: security
context: pull-security-kubernetes-kubemark-e2e-gce-big
labels:
Expand Down

0 comments on commit d9d0f76

Please sign in to comment.