summaryrefslogtreecommitdiffstats
path: root/jjb/cps/cps-csit.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/cps/cps-csit.yaml')
-rw-r--r--jjb/cps/cps-csit.yaml26
1 files changed, 21 insertions, 5 deletions
diff --git a/jjb/cps/cps-csit.yaml b/jjb/cps/cps-csit.yaml
index e61ce2f5b..d57c0abe6 100644
--- a/jjb/cps/cps-csit.yaml
+++ b/jjb/cps/cps-csit.yaml
@@ -1,6 +1,6 @@
---
- project:
- name: cps-csit
+ name: cps-csit-java11
jobs:
- "{project-name}-review-verification-maven-{stream}":
mvn-goals: clean install
@@ -14,12 +14,28 @@
# project name in gerrit
project: "cps"
stream:
- - "master":
- branch: "master"
- - "jakarta":
- branch: "jakarta"
- "kohn":
branch: "kohn"
mvn-settings: "cps-settings"
robot-options: ""
branch: "master"
+- project:
+ name: cps-csit-java17
+ jobs:
+ - "{project-name}-review-verification-maven-{stream}":
+ mvn-goals: clean install
+ mvn-params: "-Dmaven.test.skip=true -Ddocker.repository.push="
+ - "{project-name}-merge-verification-maven-{stream}":
+ mvn-goals: clean install
+ mvn-params: "-Dmaven.test.skip=true -Ddocker.repository.push="
+ project-name: "cps"
+ build-node: ubuntu1804-docker-8c-8g
+ recipients: "toine.siebelink@est.tech"
+ # project name in gerrit
+ project: "cps"
+ stream:
+ - "master":
+ branch: "master"
+ mvn-settings: "cps-settings"
+ robot-options: ""
+ branch: "master"