[why] $GIT_SERVER will be defined in job.yaml $LKP_SERVER is ip in test-machine for upload_files
Signed-off-by: Hu XueJiao 1034502035@qq.com --- sparrow/3-code/dev-env | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/sparrow/3-code/dev-env b/sparrow/3-code/dev-env index 750738f..ac38f56 100755 --- a/sparrow/3-code/dev-env +++ b/sparrow/3-code/dev-env @@ -23,6 +23,8 @@ mkdir -p /etc/compass-ci/defaults cat > /etc/compass-ci/defaults/$server_name.yaml <<EOF SCHED_HOST: $sched_host SCHED_PORT: $sched_port +LKP_SERVER: $server_ip +GIT_SERVER: $GIT_SERVER TASKQUEUE_HOST: $sched_host OS_HTTP_HOST: $os_http_host INITRD_HTTP_HOST: $initrd_http_host