Skip to content

Commit

Permalink
Add scalability test prow triggers
Browse files Browse the repository at this point in the history
This commit adds the new scalability tests to prow

Signed-off-by: Huy Mai <huy.mai@est.tech>
  • Loading branch information
mquhuy committed Jan 15, 2025
1 parent d737fac commit fd0e385
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,10 @@ presubmits:
agent: jenkins
always_run: false
optional: true
# name: metal3-centos-e2e-feature-test-release-1-9-scalability
- name: metal3-centos-e2e-feature-test-release-1-9-scalability
branches:
- release-1.9
agent: jenkins
always_run: false
optional: true
7 changes: 7 additions & 0 deletions prow/config/jobs/metal3-io/cluster-api-provider-metal3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,10 @@ presubmits:
agent: jenkins
always_run: false
optional: true
# name: metal3-centos-e2e-feature-test-main-scalability
- name: metal3-centos-e2e-feature-test-main-scalability
branches:
- main
agent: jenkins
always_run: false
optional: true

0 comments on commit fd0e385

Please sign in to comment.