Fix infra merge jjb job.
[infra/cicd.git] / jjb / geode / apache-geode-test-coordinator.yaml
index c955bb75fd3074158f4b19249d2457be5cdc2ad0..a6cfb4803d804543eabaff40f962303cc343f213 100644 (file)
@@ -1,7 +1,7 @@
 ---
 #
 # ============LICENSE_START=======================================================
-#  Copyright (C) 2018-2019 Nordix Foundation.
+#  Copyright (C) 2018-2022 Nordix Foundation.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -22,8 +22,8 @@
     project: 'Nordix/geode'
 
     stream:
-      - 'release-nordix-1.12.0':
-          branch: 'release-nordix/1.12.0'
+      - 'release-nordix-1.14.0':
+          branch: 'release-nordix/1.14.0'
     jobs:
       - 'apache-geode-verify-{stream}-coordinator'
 
               git-revision: true
               abort-all-job: true
               node-parameters: true
+# Disable ApiCheck job as the ApiCheckTest was introduced
+# in Geode 1.13 and it doesn't exist in geode 1.12
+#            - name: 'apache-geode-ApiCheckTest-jdk11'
+#              current-parameters: true
+#              git-revision: true
+#              disabled: true
+#              abort-all-job: true
+#              node-parameters: true
             - name: 'apache-geode-StressNewTest-jdk11'
               current-parameters: true
               git-revision: true
               node-parameters: true
               enable-condition: "$PUBLISH_GEODE == true"
 
-    publishers:
-      - notify-slack:
-          slack-channel: '#geode-ci'
-          notify-start: true
-          notify-success: true
-          notify-failure: true
-          notify-back-to-normal: true
+    publishers:
+      - notify-slack:
+          slack-channel: '#geode-ci'
+          notify-start: true
+          notify-success: true
+          notify-failure: true
+          notify-back-to-normal: true