diff options
-rw-r--r-- | jjb/airship/airship.yaml | 2 | ||||
-rw-r--r-- | jjb/airship/cntt.yaml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/jjb/airship/airship.yaml b/jjb/airship/airship.yaml index b679f3ebb..16a971e6c 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -367,6 +367,7 @@ - job-template: name: 'airship-{tag}-daily' + disabled: true project-type: multijob triggers: - timed: '@daily' @@ -531,6 +532,7 @@ - job-template: name: 'airship-{tag}-gate' + disabled: true project-type: multijob triggers: - airship-patchset-created: diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml index a32f9e551..ee5a7e38e 100644 --- a/jjb/airship/cntt.yaml +++ b/jjb/airship/cntt.yaml @@ -394,6 +394,7 @@ - job-template: name: 'cntt-{tag}-daily' + disabled: true project-type: multijob triggers: - timed: '@daily' @@ -581,6 +582,7 @@ - job-template: name: 'cntt-{tag}-gate' project-type: multijob + disabled: true triggers: - cntt-patchset-created: branch: '{branch}' |