diff options
author | dongwenjuan <dong.wenjuan@zte.com.cn> | 2018-11-29 16:34:12 +0800 |
---|---|---|
committer | dongwenjuan <dong.wenjuan@zte.com.cn> | 2018-11-29 16:34:12 +0800 |
commit | c4730a0a8689c8eb5f8606ddebb4aa44e722f77a (patch) | |
tree | 652d500005b2b95a555437aee452446c47d67343 /jjb/doctor | |
parent | 8428109135870ffb3b29cc3f1748458ca576396e (diff) |
support fuel installer for doctor test
As currently fuel doesn't integrate with Congress, we only support sample inspector.
Change-Id: I4a3742f019bdd3c0e666ed5f18f456793a6edbc0
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Diffstat (limited to 'jjb/doctor')
-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 |