From: robert.tomczyk Date: Mon, 25 May 2020 10:05:56 +0000 (+0100) Subject: GEODE: Update geode job with: X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=refs%2Fchanges%2F95%2F4895%2F4;p=infra%2Fcicd.git GEODE: Update geode job with: - New test job ApiCheckTest - Providing HTML report in Jenkins for every Jenkins test job. Change-Id: I93a304330acd8b20bcb86602694addcdd241e989 --- diff --git a/jjb/geode/apache-geode-test-coordinator.yaml b/jjb/geode/apache-geode-test-coordinator.yaml index c955bb75..cfbf3381 100644 --- a/jjb/geode/apache-geode-test-coordinator.yaml +++ b/jjb/geode/apache-geode-test-coordinator.yaml @@ -99,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 diff --git a/jjb/geode/apache-geode-test/apache-geode-acceptance-test.yaml b/jjb/geode/apache-geode-test/apache-geode-acceptance-test.yaml index 55b157f9..c00eff9e 100644 --- a/jjb/geode/apache-geode-test/apache-geode-acceptance-test.yaml +++ b/jjb/geode/apache-geode-test/apache-geode-acceptance-test.yaml @@ -17,6 +17,8 @@ # # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= +# Job base on: +# https://github.com/apache/geode/blob/develop/ci/pipelines/shared/jinja.variables.yml - project: name: 'apache-geode-acceptance-test' diff --git a/jjb/geode/apache-geode-test/apache-geode-api-test.yaml b/jjb/geode/apache-geode-test/apache-geode-api-test.yaml new file mode 100644 index 00000000..cda199f7 --- /dev/null +++ b/jjb/geode/apache-geode-test/apache-geode-api-test.yaml @@ -0,0 +1,37 @@ +--- +# +# ============LICENSE_START======================================================= +# 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. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= +# Job base on: +# https://github.com/apache/geode/blob/develop/ci/pipelines/shared/jinja.variables.yml + +- project: + name: 'apache-geode-apicheck-test' + test-type: 'ApiCheck' + build-executor: 'apache-geode-execute-tests-macro' + + artifact-slug: 'apicheck' + gradle-task: 'geode-assembly:japicmp' + java-build-version: '8' + java-test-version: '11' + parallel-gradle: 'false' + parallel-dunit: 'false' + dunit-parallel-forks: '0' + + jobs: + - 'apache-geode-{test-type}Test-jdk{java-test-version}' diff --git a/jjb/geode/apache-geode-test/apache-geode-distributed-test.yaml b/jjb/geode/apache-geode-test/apache-geode-distributed-test.yaml index 23f85c2a..9168637e 100644 --- a/jjb/geode/apache-geode-test/apache-geode-distributed-test.yaml +++ b/jjb/geode/apache-geode-test/apache-geode-distributed-test.yaml @@ -17,6 +17,8 @@ # # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= +# Job base on: +# https://github.com/apache/geode/blob/develop/ci/pipelines/shared/jinja.variables.yml - project: name: 'apache-geode-distributed-test' diff --git a/jjb/geode/apache-geode-test/apache-geode-integration-test.yaml b/jjb/geode/apache-geode-test/apache-geode-integration-test.yaml index 173d71eb..6fe7e72a 100644 --- a/jjb/geode/apache-geode-test/apache-geode-integration-test.yaml +++ b/jjb/geode/apache-geode-test/apache-geode-integration-test.yaml @@ -17,6 +17,8 @@ # # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= +# Job base on: +# https://github.com/apache/geode/blob/develop/ci/pipelines/shared/jinja.variables.yml - project: name: 'apache-geode-integration-test' diff --git a/jjb/geode/apache-geode-test/apache-geode-stressnew-test.yaml b/jjb/geode/apache-geode-test/apache-geode-stressnew-test.yaml index 77b60842..fe1a16ca 100644 --- a/jjb/geode/apache-geode-test/apache-geode-stressnew-test.yaml +++ b/jjb/geode/apache-geode-test/apache-geode-stressnew-test.yaml @@ -17,6 +17,8 @@ # # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= +# Job base on: +# https://github.com/apache/geode/blob/develop/ci/pipelines/shared/jinja.variables.yml - project: name: 'apache-geode-stressnew-test' diff --git a/jjb/geode/apache-geode-test/apache-geode-unit-test.yaml b/jjb/geode/apache-geode-test/apache-geode-unit-test.yaml index 80246ebc..fc9eb8f1 100644 --- a/jjb/geode/apache-geode-test/apache-geode-unit-test.yaml +++ b/jjb/geode/apache-geode-test/apache-geode-unit-test.yaml @@ -17,6 +17,8 @@ # # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= +# Job base on: +# https://github.com/apache/geode/blob/develop/ci/pipelines/shared/jinja.variables.yml - project: name: 'apache-geode-unit-test' diff --git a/jjb/geode/apache-geode-test/apache-geode-upgrade-test.yaml b/jjb/geode/apache-geode-test/apache-geode-upgrade-test.yaml index 8f9fd38f..98503085 100644 --- a/jjb/geode/apache-geode-test/apache-geode-upgrade-test.yaml +++ b/jjb/geode/apache-geode-test/apache-geode-upgrade-test.yaml @@ -17,6 +17,8 @@ # # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= +# Job base on: +# https://github.com/apache/geode/blob/develop/ci/pipelines/shared/jinja.variables.yml - project: name: 'apache-geode-upgrade-test' diff --git a/jjb/geode/global-template-apache-geode-test.yaml b/jjb/geode/global-template-apache-geode-test.yaml index 4842848a..a1167fee 100644 --- a/jjb/geode/global-template-apache-geode-test.yaml +++ b/jjb/geode/global-template-apache-geode-test.yaml @@ -82,6 +82,13 @@ - 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