diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/ci-apps-verify/ci-apps-jjb.yaml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/jjb/ci-apps-verify/ci-apps-jjb.yaml b/jjb/ci-apps-verify/ci-apps-jjb.yaml index 9a079ad9..56b8ee5b 100644 --- a/jjb/ci-apps-verify/ci-apps-jjb.yaml +++ b/jjb/ci-apps-verify/ci-apps-jjb.yaml @@ -128,20 +128,20 @@ #abort-all-job: true kill-phase-on: FAILURE predefined-parameters: AGLBRANCH=master - - name: 'ci-apps-{project}-verify-dab-CIB-arm' - current-parameters: true - #abort-all-job: true - kill-phase-on: FAILURE - predefined-parameters: AGLBRANCH=dab + #- name: 'ci-apps-{project}-verify-dab-CIB-arm' + # current-parameters: true + # #abort-all-job: true + # kill-phase-on: FAILURE + # predefined-parameters: AGLBRANCH=dab #- name: 'ci-apps-{project}-verify-dab-CIB-aarch64' # does not exist in dab # current-parameters: true # #abort-all-job: true # kill-phase-on: FAILURE - - name: 'ci-apps-{project}-verify-dab-CIB-x86-64' - current-parameters: true - #abort-all-job: true - kill-phase-on: FAILURE - predefined-parameters: AGLBRANCH=dab + #- name: 'ci-apps-{project}-verify-dab-CIB-x86-64' + # current-parameters: true + # #abort-all-job: true + # kill-phase-on: FAILURE + # predefined-parameters: AGLBRANCH=dab - multijob: name: CIB-{project}-finish-success condition: SUCCESSFUL |