- git clone https://gitee.com/wu_fengguang/compass-ci.git
- cd compass-ci/container/submit
- ./build
- edit executable file: run
- add map:
$HOME/.config:/root/.config:ro
$HOME/.ssh:/root/.ssh:ro
/etc/compass-ci:/etc/compass-ci:ro
the run script have been mount these dir so, no need write here.
cd compass-ci/container/submit ./build && ln -s $PWD/run /usr/bin/submit
ok, I will fix it.
Thanks, Luan Shengde
Thanks, Shenwei
- add soft link for executable file 'run' to $PATH:
- ln -s $PWD/run /usr/bin/submit
+then you can directly use the command 'submit' to submit jobs
+it's the same as you install the lkp-tests at your localhost
2.23.0