X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;ds=inline;f=jjb%2Fgeode%2Fapache-geode-test-coordinator.yaml;h=f93ab003de874fddc3139b3945f79defa89c2b6f;hb=HEAD;hp=a6cfb4803d804543eabaff40f962303cc343f213;hpb=d746d14a6cdbb288b6c47a4f72bc9ff5302975dc;p=infra%2Fcicd.git diff --git a/jjb/geode/apache-geode-test-coordinator.yaml b/jjb/geode/apache-geode-test-coordinator.yaml index a6cfb480..f93ab003 100644 --- a/jjb/geode/apache-geode-test-coordinator.yaml +++ b/jjb/geode/apache-geode-test-coordinator.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. @@ -22,15 +22,19 @@ 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 @@ -47,6 +51,10 @@ 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 @@ -144,10 +152,10 @@ 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