Merge "Update plots: Clean up k6 test suite"
[infra/cicd.git] / jjb / geode / apache-geode-test-coordinator.yaml
index a6cfb4803d804543eabaff40f962303cc343f213..f93ab003de874fddc3139b3945f79defa89c2b6f 100644 (file)
@@ -1,7 +1,7 @@
 ---
 #
 # ============LICENSE_START=======================================================
-#  Copyright (C) 2018-2022 Nordix Foundation.
+#  Copyright (C) 2018-2019 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: 'Nordix/geode'
 
     stream:
+      - 'release-nordix-1.15.1':
+          branch: 'release-nordix/1.15.1'
+          test_using_docker: false
       - 'release-nordix-1.14.0':
           branch: 'release-nordix/1.14.0'
+          test_using_docker: true
     jobs:
       - 'apache-geode-verify-{stream}-coordinator'
 
 - job-template:
     name: 'apache-geode-verify-{stream}-coordinator'
     project-type: multijob
-    disabled: false
+    disabled: true
     concurrent: true
     node: geode-ubuntu1804
 
           name: PUBLISH_GEODE
           default: true
           description: Publish Geode software to Nordix Artifactory after all tests are passed
+      - bool:
+          name: TEST_USING_DOCKER
+          default: '{test_using_docker}'
+          description: Geode versions prior to 1.15 were using a docker for executing parallel testing. Please set it to 'no' when building version 1.15 onwards.
 
     properties:
       - logrotate
               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