diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2018-06-08 00:02:42 +0900 |
---|---|---|
committer | Ryota Mibu <r-mibu@cq.jp.nec.com> | 2018-06-24 08:02:27 +0000 |
commit | 964e0756f32f71358abf083619d9f8886cf477ab (patch) | |
tree | 5fd53fc6272a158f13ff2b12090d52c4521221d3 /jjb/doctor | |
parent | d2755cb7237222d0e6a0ebf88fcf2464c2708f86 (diff) |
[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
Diffstat (limited to 'jjb/doctor')
-rw-r--r-- | jjb/doctor/doctor.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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}' |