From c1f381d394a518567a1328b691093bffccf6c0a3 Mon Sep 17 00:00:00 2001 From: morganrol Date: Wed, 19 Jan 2022 10:31:24 +0100 Subject: [PATCH] [INTEGRATION] Cleanup integration xtesting jenkins jobs We build several versions of our test dockers thanks to jenkins Since the introduction of a gate on pythonsdk, the develop xtesting dockers are not more useful The Honolulu xtesting dockers have been released, it does nto make to rebuild them daily as we do not have daily branches for Honolulu (stable -2) Issue-ID: INT-2046 Signed-off-by: morganrol Change-Id: I436a957e43049735364b2f7915e924b1326e64b1 --- jjb/integration/xtesting/integration-xtesting.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/jjb/integration/xtesting/integration-xtesting.yaml b/jjb/integration/xtesting/integration-xtesting.yaml index 083616880..65087024b 100644 --- a/jjb/integration/xtesting/integration-xtesting.yaml +++ b/jjb/integration/xtesting/integration-xtesting.yaml @@ -124,12 +124,6 @@ - 'istanbul': branch: 'istanbul' files: '' - - 'honolulu': - branch: 'honolulu' - files: '' - - 'develop': - branch: 'develop' - files: '' docker-root: '$WORKSPACE' mvn-settings: 'integration-settings' build-node: ubuntu1804-docker-8c-8g -- 2.16.6