[POLICY] Move all PF master jobs to java17 environment
[ci-management.git] / jjb / policy / policy-csit-jobs.yaml
index ee37054..993a1fb 100644 (file)
@@ -1,47 +1,48 @@
+---
 - job-template:
-    name: '{project-name}-{stream}-project-csit-{functionality}'
-    disabled: '{disabled}'
+    name: "{project-name}-{stream}-project-csit-{functionality}"
+    disabled: false
     project-type: freestyle
-    build-node: 'ubuntu1804-docker-8c-8g'
-    node: '{build-node}'
-    recipients: ''
-    java-version: 'openjdk11'
+    build-node: "ubuntu1804-docker-8c-8g"
+    node: "{build-node}"
+    recipients: ""
+    java-version: "openjdk17"
     python-version: python3
 
     properties:
       - lf-infra-properties:
-          project: '{project}'
-          build-days-to-keep: '{build-days-to-keep}'
+          project: "{project}"
+          build-days-to-keep: "{build-days-to-keep}"
 
     parameters:
       - infra-parameters:
-          project: '{project}'
-          branch: '{branch}'
-          refspec: 'refs/heads/{branch}'
-          artifacts: '{archive-artifacts}'
+          project: "{project}"
+          branch: "{branch}"
+          refspec: "refs/heads/{branch}"
+          artifacts: "{archive-artifacts}"
       - integration-test-options:
-          test-options: '{functionality}'
+          test-options: "{functionality}"
 
     scm:
       - gerrit-trigger-scm:
-          refspec: '$GERRIT_REFSPEC'
-          choosing-strategy: 'default'
-          submodule-recursive: '{submodule-recursive}'
+          refspec: "$GERRIT_REFSPEC"
+          choosing-strategy: "default"
+          submodule-recursive: "{submodule-recursive}"
 
     wrappers:
       - lf-infra-wrappers:
-          build-timeout: '{build-timeout}'
-          jenkins-ssh-credential: '{jenkins-ssh-credential}'
+          build-timeout: "{build-timeout}"
+          jenkins-ssh-credential: "{jenkins-ssh-credential}"
 
     triggers:
-      - timed: '@daily'
+      - timed: "@daily"
       - reverse:
-          jobs: '{obj:trigger_jobs}'
+          jobs: "{obj:trigger_jobs}"
 
     builders:
       - lf-infra-pre-build
       - lf-update-java-alternatives:
-          java-version: '{java-version}'
+          java-version: "{java-version}"
       - integration-run-project-test
 
     publishers:
           pass-if: 100.0
       - lf-infra-publish
       - email:
-          recipients: '{recipients}'
+          recipients: "{recipients}"
           notify-every-unstable-build: false
           send-to-individuals: true
 
 - job-template:
-    name: '{project-name}-{stream}-project-csit-verify-{functionality}'
-    disabled: '{disabled}'
+    name: "{project-name}-{stream}-project-csit-verify-{functionality}"
+    disabled: false
 
     project-type: freestyle
-    build-node: 'ubuntu1804-docker-8c-8g'
-    node: '{build-node}'
-    recipients: ''
-    java-version: 'openjdk11'
+    build-node: "ubuntu1804-docker-8c-8g"
+    node: "{build-node}"
+    recipients: ""
+    java-version: "openjdk17"
     python-version: python3
 
     properties:
       - lf-infra-properties:
-          project: '{project}'
-          build-days-to-keep: '{build-days-to-keep}'
+          project: "{project}"
+          build-days-to-keep: "{build-days-to-keep}"
 
     parameters:
       - infra-parameters:
-          project: '{project}'
-          branch: '{branch}'
-          refspec: 'refs/heads/{branch}'
-          artifacts: '{archive-artifacts}'
+          project: "{project}"
+          branch: "{branch}"
+          refspec: "refs/heads/{branch}"
+          artifacts: "{archive-artifacts}"
       - integration-test-options:
-          test-options: '{functionality}'
+          test-options: "{functionality}"
 
     scm:
       - gerrit-trigger-scm:
-          refspec: '$GERRIT_REFSPEC'
-          choosing-strategy: 'gerrit'
-          submodule-recursive: '{submodule-recursive}'
+          refspec: "$GERRIT_REFSPEC"
+          choosing-strategy: "gerrit"
+          submodule-recursive: "{submodule-recursive}"
 
     wrappers:
       - lf-infra-wrappers:
-          build-timeout: '{build-timeout}'
-          jenkins-ssh-credential: '{jenkins-ssh-credential}'
+          build-timeout: "{build-timeout}"
+          jenkins-ssh-credential: "{jenkins-ssh-credential}"
 
     triggers:
       - gerrit-trigger-patch-submitted:
-          server: '{server-name}'
-          project: '{project}'
-          branch: '{branch}'
-          files: '**/csit/**'
+          server: "{server-name}"
+          project: "{project}"
+          branch: "{branch}"
+          files: "**/csit/**"
 
     builders:
       - lf-infra-pre-build
       - lf-update-java-alternatives:
-          java-version: '{java-version}'
+          java-version: "{java-version}"
       - integration-run-project-test
 
     publishers:
           pass-if: 100.0
       - lf-infra-publish
       - email:
-          recipients: '{recipients}'
+          recipients: "{recipients}"
           notify-every-unstable-build: false
           send-to-individuals: true
-
-- job-template:
-      name: '{project-name}-{stream}-project-k8s-csit-{functionality}'
-      disabled: '{disabled}'
-      project-type: freestyle
-      build-node: 'ubuntu1804-docker-8c-8g'
-      node: '{build-node}'
-      recipients: ''
-      java-version: 'openjdk11'
-      python-version: python3
-
-      properties:
-          - lf-infra-properties:
-                project: '{project}'
-                build-days-to-keep: '{build-days-to-keep}'
-
-      parameters:
-          - infra-parameters:
-                project: '{project}'
-                branch: '{branch}'
-                refspec: 'refs/heads/{branch}'
-                artifacts: '{archive-artifacts}'
-          - integration-test-options:
-                test-options: '{functionality}'
-
-      scm:
-          - gerrit-trigger-scm:
-                refspec: '$GERRIT_REFSPEC'
-                choosing-strategy: 'default'
-                submodule-recursive: '{submodule-recursive}'
-
-      wrappers:
-          - lf-infra-wrappers:
-                build-timeout: '{build-timeout}'
-                jenkins-ssh-credential: '{jenkins-ssh-credential}'
-
-      triggers:
-          - timed: '@daily'
-          - reverse:
-                jobs: '{obj:trigger_jobs}'
-
-      builders:
-          - lf-infra-pre-build
-          - lf-update-java-alternatives:
-                java-version: '{java-version}'
-          - integration-run-project-k8s-test
-
-      publishers:
-          - integration-project-robot:
-                unstable-if: 0.0
-                pass-if: 100.0
-          - lf-infra-publish
-          - email:
-                recipients: '{recipients}'
-                notify-every-unstable-build: false
-                send-to-individuals: true
-
-
-- job-template:
-      name: '{project-name}-{stream}-project-k8s-csit-verify-{functionality}'
-      disabled: '{disabled}'
-
-      project-type: freestyle
-      build-node: 'ubuntu1804-docker-8c-8g'
-      node: '{build-node}'
-      recipients: ''
-      java-version: 'openjdk11'
-      python-version: python3
-
-      properties:
-          - lf-infra-properties:
-                project: '{project}'
-                build-days-to-keep: '{build-days-to-keep}'
-
-      parameters:
-          - infra-parameters:
-                project: '{project}'
-                branch: '{branch}'
-                refspec: 'refs/heads/{branch}'
-                artifacts: '{archive-artifacts}'
-          - integration-test-options:
-                test-options: '{functionality}'
-
-      scm:
-          - gerrit-trigger-scm:
-                refspec: '$GERRIT_REFSPEC'
-                choosing-strategy: 'gerrit'
-                submodule-recursive: '{submodule-recursive}'
-
-      wrappers:
-          - lf-infra-wrappers:
-                build-timeout: '{build-timeout}'
-                jenkins-ssh-credential: '{jenkins-ssh-credential}'
-
-      triggers:
-          - gerrit-trigger-patch-submitted:
-                server: '{server-name}'
-                project: '{project}'
-                branch: '{branch}'
-                files: '**/csit/**'
-
-      builders:
-          - lf-infra-pre-build
-          - lf-update-java-alternatives:
-                java-version: '{java-version}'
-          - integration-run-project-k8s-test
-
-      publishers:
-          - integration-project-robot:
-                unstable-if: 0.0
-                pass-if: 100.0
-          - lf-infra-publish
-          - email:
-                recipients: '{recipients}'
-                notify-every-unstable-build: false
-                send-to-individuals: true