diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/doctor/doctor.yaml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/jjb/doctor/doctor.yaml b/jjb/doctor/doctor.yaml index aeeb29f21..3eef01850 100644 --- a/jjb/doctor/doctor.yaml +++ b/jjb/doctor/doctor.yaml @@ -38,10 +38,6 @@ 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' jobs: - 'doctor-verify-{stream}' @@ -94,6 +90,15 @@ GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE kill-phase-on: FAILURE git-revision: true + - name: 'doctor-verify-fault_management-fuel-sample-x86_64-{stream}' + predefined-parameters: | + PROJECT=$PROJECT + GERRIT_BRANCH=$GERRIT_BRANCH + GERRIT_REFSPEC=$GERRIT_REFSPEC + GERRIT_CHANGE_NUMBER=$GERRIT_CHANGE_NUMBER + GERRIT_CHANGE_COMMIT_MESSAGE=$GERRIT_CHANGE_COMMIT_MESSAGE + kill-phase-on: FAILURE + git-revision: true - multijob: name: 'doctor-verify-congress' execution-type: PARALLEL |