Add scalability test pipeline
This test is supposed to give user possiblity to set node number and batch size from jenkins GUI for now will not be triggerable from PRs
Change-Id: I1057f20e37d38e252e55760c9b45b4f08a59d5c9
Signed-off-by: Mohammed Boukhalfa <mohammed.boukhalfa@est.tech>
diff --git a/jjb/metal3/projects.yml b/jjb/metal3/projects.yml
index dc144ea..f89e3f3 100644
--- a/jjb/metal3/projects.yml
+++ b/jjb/metal3/projects.yml
@@ -531,3 +531,17 @@
capm3_release_branch: main
bmo_release_branch: main
schedule: "H 3 * * *"
+
+- project:
+ name: "capm3-scalability"
+ image_os:
+ - ubuntu
+ - centos
+ jobs:
+ - capm3_e2e_scalability_tests:
+ capm3_target_branch:
+ - main:
+ capm3_release_branch: main
+ bmo_release_branch: main
+ target_branches:
+ - 'main'