Hi Hongyu,
On Friday 08 December 2017 08:31 AM, Xu, Hongyu wrote:
I am sure I have permissions for the specific user to clone the repository via ssh (git clone ssh://1680141@10.5.20.24:29418/sw_test/test-definitions -b hxt-dev-br1) . I can run the test pass if I didn't point out the "branch:", please see the attachment log!
Good to know you have necessary permissions for ssh:// clones.
I saw your job log : https://validation.linaro.org/scheduler/job/1658316#L75 I found it used the '-b' parameter when run the 'git clone':
This was implemented in LAVA V2 via https://review.linaro.org/#/c/21120/ which is post 2017.7.
So if need do some special configure or the lava version bug?
From your job log I can see you are using lava-dispatcher version: 2017.7-1~bpo9+1 which will not have this feature implemented. I suggest to use lava-dispatcher version > 2017.9 to get this feature working.
Thank You.