[why] LKP_SRC/lib/job.rb: lab_hosts_file = "#{ENV['CCI_REPOS']}/lab-#{@job['lab']}/hosts/#{lab_hosts_file_name}"
if CCI_REPOS not exists, can't get the lab_hosts_file
Signed-off-by: Xiao Shenwei xiaoshenwei96@163.com --- sparrow/3-code/dev-env | 1 + 1 file changed, 1 insertion(+)
diff --git a/sparrow/3-code/dev-env b/sparrow/3-code/dev-env index 4638e15..46f450d 100755 --- a/sparrow/3-code/dev-env +++ b/sparrow/3-code/dev-env @@ -58,6 +58,7 @@ cat > /etc/profile.d/compass.sh <<'EOF' export LKP_SRC=/c/lkp-tests export CCI_SRC=/c/compass-ci export REPO_SRC=/c/upstream-repos +export CCI_REPOS=/c
export PATH="$PATH:$CCI_SRC/sbin:$LKP_SRC/sbin:$LKP_SRC/bin" EOF