From 964e0756f32f71358abf083619d9f8886cf477ab Mon Sep 17 00:00:00 2001 From: Ryota MIBU Date: Fri, 8 Jun 2018 00:02:42 +0900 Subject: [PATCH] [doctor] disable un-runnable jobs 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jjb/doctor/doctor.yaml b/jjb/doctor/doctor.yaml index 1c12563a8..0d7b781a7 100644 --- a/jjb/doctor/doctor.yaml +++ b/jjb/doctor/doctor.yaml @@ -39,6 +39,12 @@ 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}' -- 2.16.6