add ccsdk-sli-northbound
[infra/cicd.git] / jjb / geode / global-template-apache-geode-test.yaml
index fcf293e66bad6ed8266dcf7b8442c0950fa7ade6..7209fb67046ad6146a05250cd0d8126d7d0bf76c 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.
           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:
@@ -89,9 +97,9 @@
           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
+      - notify-slack:
+          slack-channel: '#geode-ci'
+          notify-start: true
+          notify-success: true
+          notify-failure: true
+          notify-back-to-normal: true