From 6e69c988717adb6c8811af4647e74c03a04c4c3a Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 22 Nov 2022 15:09:54 +0100 Subject: [PATCH] Move html5 out of the loop down at the end till we can debug the html5 build speed Signed-off-by: Jan-Simon Moeller Change-Id: Ia07e4e9b7da3683223b642d8ba1fa97827c37555 --- jjb/ci-AGL-verify/ci-platform-jjb.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml index 4021afee..19ebb7d6 100644 --- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml +++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml @@ -133,10 +133,6 @@ - name: 'ci-platform-{project}-verify-CIB-raspberrypi4' current-parameters: true kill-phase-on: FAILURE - - name: 'ci-platform-{project}-verify-CIB-html5-qemux86-64' - current-parameters: true - abort-all-job: false - kill-phase-on: NEVER - name: 'ci-platform-{project}-verify-CIB-flutter-qemux86-64' current-parameters: true abort-all-job: false @@ -221,6 +217,10 @@ current-parameters: true abort-all-job: false kill-phase-on: NEVER + - name: 'ci-platform-{project}-verify-CIB-html5-qemux86-64' + current-parameters: true + abort-all-job: false + kill-phase-on: NEVER publishers: - trigger-parameterized-builds: -- 2.16.6