From: Ryota MIBU Date: Thu, 7 Jun 2018 15:02:42 +0000 (+0900) Subject: [doctor] disable un-runnable jobs X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=964e0756f32f71358abf083619d9f8886cf477ab [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 --- 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}'