Unify jjb naming
[infra/cicd.git] / jjb / geode / global-template-apache-geode-test.yaml
index 1acb6cc7f7ec9578000731cbe9768c676fe3f9f1..6fdfec893b1111b502d6ae777d6e2bc3c988abfc 100644 (file)
@@ -21,7 +21,7 @@
     name: 'apache-geode-{test-type}Test-jdk{java-test-version}'
 
     node: geode-ubuntu1804
-    disabled: false
+    disabled: true
     concurrent: true
 
     properties:
           name: JAVA_TEST_VERSION
           default: '{java-test-version}'
           description: 'Java version use during test execution'
+      - string:
+          name: TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX
+          default: 'registry.nordix.org/docker-hub-proxy/'
+          description: 'Docker Hub proxy location for geode test containers required for AcceptanceTest'
+      - bool:
+          name: TEST_USING_DOCKER
+          default: false
+          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.
 
     scm:
       - git-scm-github:
     builders:
       - '{build-executor}'
 
-#    publishers:
-#      - notify-slack:
-#          slack-channel: '#geode'
+    publishers:
+      - workspace-cleanup:
+          clean-if:
+            - failure: false
+      - html-publisher:
+          name: "{test-type} HTML Report"
+          dir: "geode/build/reports/combined"
+          files: "index.html"
+          keep-all: false
+          allow-missing: true
+          link-to-last-build: false
+      - notify-slack:
+          slack-channel: '#geode-ci'
+          notify-start: true
+          notify-success: true
+          notify-failure: true
+          notify-back-to-normal: true