From 304151b15f9d7241db8c5fea067cafe048287d84 Mon Sep 17 00:00:00 2001 From: dongwenjuan Date: Mon, 9 Apr 2018 17:20:07 +0800 Subject: [PATCH] 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 --- jjb/global/slave-params.yml | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.16.6