X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fgeode%2Fglobal-template-apache-geode-test.yaml;h=6fdfec893b1111b502d6ae777d6e2bc3c988abfc;hb=7002b3f00bc3cd3c1d311ad550ea884ebb1810dd;hp=fcf293e66bad6ed8266dcf7b8442c0950fa7ade6;hpb=d746d14a6cdbb288b6c47a4f72bc9ff5302975dc;p=infra%2Fcicd.git diff --git a/jjb/geode/global-template-apache-geode-test.yaml b/jjb/geode/global-template-apache-geode-test.yaml index fcf293e6..6fdfec89 100644 --- a/jjb/geode/global-template-apache-geode-test.yaml +++ b/jjb/geode/global-template-apache-geode-test.yaml @@ -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. @@ -21,7 +21,7 @@ name: 'apache-geode-{test-type}Test-jdk{java-test-version}' node: geode-ubuntu1804 - disabled: false + disabled: true concurrent: true properties: @@ -66,6 +66,14 @@ 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