From c4730a0a8689c8eb5f8606ddebb4aa44e722f77a Mon Sep 17 00:00:00 2001
From: dongwenjuan <dong.wenjuan@zte.com.cn>
Date: Thu, 29 Nov 2018 16:34:12 +0800
Subject: 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>
---
 jjb/doctor/doctor.yaml | 13 +++++++++----
 1 file 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
-- 
cgit