Set performance job to run once in a day
[infra/cicd.git] / jjb / onap / policy-common / policy-common-verify-jobs.yaml
index dd9768a205a885770c5f5f0e38702f12fb311d59..c53cf384f16327bf852dc0b6f076f6fdaed7745b 100644 (file)
@@ -1,7 +1,7 @@
 ---
 #
 # ============LICENSE_START=======================================================
-#  Copyright (C) 2018-2019 Nordix Foundation.
+#  Copyright (C) 2018-2019, 2023 Nordix Foundation.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
     project-name: policy-common
 
     stream:
-      - 'master':
+      - master:
           branch: '{stream}'
-          jdk-version: java-8
-      - 'casablanca':
+          jdk-version: java-17
+      - london:
           branch: '{stream}'
-          jdk-version: java-8
+          jdk-version: java-11
 
     jobs:
       - 'onap-{project-name}-{stream}-verify-java'