Remove old dev env based periodic integration tests.
[infra/cicd.git] / jjb / geode / global-template-apache-geode-test.yaml
index 4842848a8f28d7a3c6c7b9e10f01e70dc2c02c32..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:
       - 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