[doctor] disable un-runnable jobs 37/58337/3
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Thu, 7 Jun 2018 15:02:42 +0000 (00:02 +0900)
committerRyota Mibu <r-mibu@cq.jp.nec.com>
Sun, 24 Jun 2018 08:02:27 +0000 (08:02 +0000)
This patch disbles the following jobs as the labs are not working.

 - daisy@x86_64
 - fuel@x86_64

Change-Id: I69306ac1474afa0c8980ab4e2f1afa29abc789e0

jjb/doctor/doctor.yaml

index 1c12563..0d7b781 100644 (file)
         arch: 'aarch64'
       - installer: 'daisy'
         arch: 'aarch64'
+      # disabling the following tests due to limitation of PoD owners
+      # these would beenabled again once the PoDs are ready
+      - installer: 'fuel'
+        arch: 'x86_64'
+      - installer: 'daisy'
+        arch: 'x86_64'
 
     jobs:
       - 'doctor-verify-{inspector}-{stream}'