diff options
author | dongwenjuan <dong.wenjuan@zte.com.cn> | 2018-04-09 17:20:07 +0800 |
---|---|---|
committer | dongwenjuan <dong.wenjuan@zte.com.cn> | 2018-04-09 17:20:07 +0800 |
commit | 304151b15f9d7241db8c5fea067cafe048287d84 (patch) | |
tree | 4a29f568d43e3493d4715b4da51d1240f4ee6446 | |
parent | a9f2e42e1fef796283550378ce99a7d319b8249e (diff) |
fix the default node label for doctor test
There are no nodes with the label 'not-specified'.
If the jobs which are not specified the node label will
scheduled to the label 'not-specified' and they can not be runned.
Change-Id: I7e7790be2517328fc07d02cdcdc23ee71c7df680
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
-rw-r--r-- | jjb/global/slave-params.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/jjb/global/slave-params.yml b/jjb/global/slave-params.yml index 628c13f79..5f003bf33 100644 --- a/jjb/global/slave-params.yml +++ b/jjb/global/slave-params.yml @@ -1014,9 +1014,8 @@ - 'doctor-fuel-aarch64' - 'doctor-joid-x86_64' - 'doctor-daisy-x86_64' - - 'not-specified' default-slaves: - - 'not-specified' + - 'doctor-apex-x86_64' - string: name: GIT_BASE default: https://gerrit.opnfv.org/gerrit/$PROJECT |