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 c955bb7..cfbf338 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 55b157f..c00eff9 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 0000000..cda199f
--- /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 23f85c2..9168637 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 173d71e..6fe7e72 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 77b6084..fe1a16c 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 80246eb..fc9eb8f 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 8f9fd38..9850308 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 4842848..a1167fe 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