X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fgeode%2Fapache-geode-test-coordinator.yaml;h=cfbf3381c5b5cabf6646d3a7cab7904b7ff6a184;hb=fe85b44b8d01164893e475f7467719f4be18e707;hp=d1366d4b28dda64cd0057a70764b18861aecffa8;hpb=dd212f7c3b443fa43a5654e05cc5e6c5eb312a43;p=infra%2Fcicd.git diff --git a/jjb/geode/apache-geode-test-coordinator.yaml b/jjb/geode/apache-geode-test-coordinator.yaml index d1366d4b..cfbf3381 100644 --- a/jjb/geode/apache-geode-test-coordinator.yaml +++ b/jjb/geode/apache-geode-test-coordinator.yaml @@ -22,8 +22,8 @@ project: 'Nordix/geode' stream: - - 'release-nordix-1.9.0': - branch: 'release-nordix/1.9.0' + - 'release-nordix-1.12.0': + branch: 'release-nordix/1.12.0' jobs: - 'apache-geode-verify-{stream}-coordinator' @@ -43,6 +43,10 @@ name: BRANCH default: '{branch}' description: JJB configured BRANCH parameter for Nordix GitHub project + - bool: + name: PUBLISH_GEODE + default: true + description: Publish Geode software to Nordix Artifactory after all tests are passed properties: - logrotate @@ -59,7 +63,7 @@ scm: - git-scm-github: - branch: '{branch}' + branch: '$BRANCH' refspec: '' wipe_workspace: true clean_before: false @@ -95,6 +99,11 @@ git-revision: true abort-all-job: true node-parameters: true + - name: 'apache-geode-ApiCheckTest-jdk11' + current-parameters: true + git-revision: true + abort-all-job: true + node-parameters: true - name: 'apache-geode-StressNewTest-jdk11' current-parameters: true git-revision: true @@ -130,11 +139,12 @@ git-revision: true abort-all-job: true node-parameters: true + enable-condition: "$PUBLISH_GEODE == true" publishers: - notify-slack: - slack-channel: '#geode' + slack-channel: '#geode-ci' notify-start: true notify-success: true notify-failure: true - notify-back-to-normal: true \ No newline at end of file + notify-back-to-normal: true