diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-06-26 18:53:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-06-26 18:53:54 +0000 |
commit | 65bd1d62eeb94c3519d551925fecda902ab1e335 (patch) | |
tree | f539ad967931a59c7ee70802ab94ac85c59c00a3 | |
parent | c2cb9296949e8e8c2e5791c503197b526b6416f9 (diff) | |
parent | 964e0756f32f71358abf083619d9f8886cf477ab (diff) |
Merge "[doctor] disable un-runnable jobs"
-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}' |