diff options
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}' |