From 425ba185bc3046db6f5387aaef1377d6e59097cb Mon Sep 17 00:00:00 2001 From: "robert.tomczyk" Date: Wed, 27 May 2020 13:17:54 +0100 Subject: [PATCH] GEODE: Disable ApiCheckTest as it's not avaliable in geode 1.12 Change-Id: I064e000fe295fffa1de046e62c404c413c5f0c9b --- jjb/geode/apache-geode-test-coordinator.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jjb/geode/apache-geode-test-coordinator.yaml b/jjb/geode/apache-geode-test-coordinator.yaml index cfbf3381..aa07f2bd 100644 --- a/jjb/geode/apache-geode-test-coordinator.yaml +++ b/jjb/geode/apache-geode-test-coordinator.yaml @@ -102,6 +102,9 @@ - name: 'apache-geode-ApiCheckTest-jdk11' current-parameters: true git-revision: true + # Disable ApiCheck job as the ApiCheckTest was introduced + # in Geode 1.13 and it doesn't exist in geode 1.12 + disabled: true abort-all-job: true node-parameters: true - name: 'apache-geode-StressNewTest-jdk11' -- 2.25.1