add attach lkp-tests to the container when run the container to submit jobs.
[why] enable user edit code or job file(s) to submit jobs.
user can edit the code or job file file according to their requires.
Signed-off-by: Luan Shengde shdluan@163.com --- container/submit/submit | 1 + 1 file changed, 1 insertion(+)
diff --git a/container/submit/submit b/container/submit/submit index 6236892..ada05f9 100755 --- a/container/submit/submit +++ b/container/submit/submit @@ -13,6 +13,7 @@ cmd=( --name=submit-$USER-$data_suffix -it -v /etc/compass-ci:/etc/compass-ci:ro + -v $LKP_SRC:/root/lkp-tests:ro -v $HOME/.config:/root/.config:ro -v $HOME/.ssh:/root/.ssh:rw submit