Create jenkins pipeline for k6 performance tests
- add a new jenkins job
- add a timer which run the job at 7:15 every day
- the job have the basic minimum functionality
for this drop, will be enhanced if required
Issue-Id: CPS-2200
Change-Id: I116b9659f96b66e0a4e843b618fffcde274f3b43
Signed-off-by: halil.cakal <halil.cakal@est.tech>
diff --git a/jjb/onap/cps/cps-performance-test-jobs.yaml b/jjb/onap/cps/cps-performance-test-jobs.yaml
index 06d76a7..6676742 100644
--- a/jjb/onap/cps/cps-performance-test-jobs.yaml
+++ b/jjb/onap/cps/cps-performance-test-jobs.yaml
@@ -43,3 +43,12 @@
jobs:
- 'onap-{project-name}-performance-tests-plots'
+
+- project:
+ name: cps-k6-tests
+ project: cps
+ project-name: cps
+ timer: "15 7 * * *"
+
+ jobs:
+ - 'onap-{project-name}-performance-test-k6'