diff options
author | dongwenjuan <dong.wenjuan@zte.com.cn> | 2018-12-03 16:58:03 +0800 |
---|---|---|
committer | dongwenjuan <dong.wenjuan@zte.com.cn> | 2018-12-03 16:58:03 +0800 |
commit | 351e5623582731756fedee5c506dc5fbdc836b93 (patch) | |
tree | 08c8c537104f2b2728dd5c67f70e198cf08033d7 /jjb | |
parent | c4730a0a8689c8eb5f8606ddebb4aa44e722f77a (diff) |
remove Daisy installer for doctor test
As Daisy doesn't participate H Release
Change-Id: I79caa01c1aa2905ae65689ba2e310c4be7078636
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/doctor/doctor.yaml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/jjb/doctor/doctor.yaml b/jjb/doctor/doctor.yaml index 3eef01850..deccc32a4 100644 --- a/jjb/doctor/doctor.yaml +++ b/jjb/doctor/doctor.yaml @@ -23,7 +23,6 @@ installer: - 'apex' - 'fuel' - - 'daisy' arch: - 'x86_64' @@ -36,8 +35,6 @@ exclude: - installer: 'apex' arch: 'aarch64' - - installer: 'daisy' - arch: 'aarch64' jobs: - 'doctor-verify-{stream}' @@ -72,15 +69,6 @@ name: 'doctor-verify-sample' execution-type: PARALLEL projects: - - name: 'doctor-verify-fault_management-daisy-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 - name: 'doctor-verify-all-apex-sample-x86_64-{stream}' predefined-parameters: | PROJECT=$PROJECT |