GEODE: Update geode job with: 95/4895/4
authorrobert.tomczyk <robert.tomczyk@est.tech>
Mon, 25 May 2020 10:05:56 +0000 (11:05 +0100)
committerrobert.tomczyk <robert.tomczyk@est.tech>
Mon, 25 May 2020 10:20:00 +0000 (11:20 +0100)
- New test job ApiCheckTest
- Providing HTML report in Jenkins
  for every Jenkins test job.

Change-Id: I93a304330acd8b20bcb86602694addcdd241e989

jjb/geode/apache-geode-test-coordinator.yaml
jjb/geode/apache-geode-test/apache-geode-acceptance-test.yaml
jjb/geode/apache-geode-test/apache-geode-api-test.yaml [new file with mode: 0644]
jjb/geode/apache-geode-test/apache-geode-distributed-test.yaml
jjb/geode/apache-geode-test/apache-geode-integration-test.yaml
jjb/geode/apache-geode-test/apache-geode-stressnew-test.yaml
jjb/geode/apache-geode-test/apache-geode-unit-test.yaml
jjb/geode/apache-geode-test/apache-geode-upgrade-test.yaml
jjb/geode/global-template-apache-geode-test.yaml

index c955bb75fd3074158f4b19249d2457be5cdc2ad0..cfbf3381c5b5cabf6646d3a7cab7904b7ff6a184 100644 (file)
               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
index 55b157f91c1fec459a8247bf0a29cdb550e4f1f8..c00eff9e0277fb0fbd238419b0685d932289a84c 100644 (file)
@@ -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 (file)
index 0000000..cda199f
--- /dev/null
@@ -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}'
index 23f85c2ae0fa41b22ea574ffc7c1905b127b1d90..9168637e710e73d8f8cebdcd0f2fc88d0ded80ce 100644 (file)
@@ -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'
index 173d71eb3f787dcecaea35f35511f77d290c2518..6fe7e72a1b90019a96359bfca4d3194d987363b9 100644 (file)
@@ -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'
index 77b6084280719a00c5b147c75d2e20a0d3d77293..fe1a16ca45daa4843b9a79e88cd2ed3c6e65003f 100644 (file)
@@ -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'
index 80246ebcb30ed987da7b4afcbc774e7305193cd8..fc9eb8f1483103f967e7ed328d9b94c239740216 100644 (file)
@@ -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'
index 8f9fd38f41e1f6c884b5aac89f4e29cd2dc6f89e..985030856ad7781f8e23b0f5499180904450bb58 100644 (file)
@@ -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'
index 4842848a8f28d7a3c6c7b9e10f01e70dc2c02c32..a1167fee0ede5f0d9e8f0b18a262905a87a54245 100644 (file)
       - 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