joid: Disable jobs 99/64299/1
authorFatih Degirmenci <fdegir@gmail.com>
Wed, 31 Oct 2018 10:01:44 +0000 (11:01 +0100)
committerFatih Degirmenci <fdegir@gmail.com>
Wed, 31 Oct 2018 10:02:54 +0000 (11:02 +0100)
This change disables JOID jobs to keep build queue shorter than it is now.
They can be enabled back once its situation is clarified.

Change-Id: I5acdb60e5a827899fd86084a949e940d69b0a7ac
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
jjb/joid/joid-daily-jobs.yaml
jjb/joid/joid-verify-jobs.yaml

index 46ba1d2..1766d61 100644 (file)
     fraser: &fraser
       stream: fraser
       branch: 'stable/{stream}'
-      disabled: false
+      disabled: true
       gs-pathname: '/{stream}'
     master: &master
       stream: master
       branch: '{stream}'
-      disabled: false
+      disabled: true
       gs-pathname: ''
     # -------------------------------
     # POD, INSTALLER, AND BRANCH MAPPING
index 95ab052..d7cdec6 100644 (file)
       - master:
           branch: '{stream}'
           gs-pathname: ''
-          disabled: false
+          disabled: true
       - fraser: &fraser
           branch: 'stable/{stream}'
           gs-pathname: '/{stream}'
-          disabled: false
+          disabled: true
     #####################################
     # patch verification phases
     #####################################