Hi,
On Thursday 07 December 2017 03:42 PM, Xu, Hongyu wrote:
My test-definition is in the brach dev-br1, not the master . So I point the branch in my yaml file, but it do noting ! Why?
I just tested this with the help of https://validation.linaro.org/scheduler/job/1658316
You can see https://validation.linaro.org/scheduler/job/1658316#L75 where the clone of the specific git branch happens correctly.
Looking at your job log, it looks like there is a problem in your git clone. When using ssh:// for git URL you must ensure that the machine from which you are cloning should have permissions for the specific user to clone the repository via ssh.
Thank You.