Thanks Senthil. 

On 10 September 2014 16:06, Senthil Kumaran <senthil.kumaran@linaro.org> wrote:
Hi Amit,

The problem you see in this job https://validation.linaro.org/scheduler/job/159278/log_file#L_251_0 which fails to clone the git repository is due to an error in your test definition.

'git-repos' in the 'install' section of a test definition does not take parameters ie., things like the destination folder. It just takes the git repository URL. Alternatively if you want to pass various options to git, then make use of the 'steps' in 'install' section where you define everything explicitly.

I re-worked on this test definition with the above in mind - https://git.linaro.org/people/senthil.kumaran/test-definitions.git/blob/cacab9f29257c834972640c35e56b552865d6d82:/ubuntu/libhugetlbfs.yaml

It works fine on my local dev environment. I just triggered a job to showcase this - https://validation.linaro.org/scheduler/job/159707 You can see it in action when the job completes.

HTH. Thank You.
--
Senthil Kumaran
http://www.stylesen.org/
http://www.sasenthilkumaran.com/



--
Regards,
Amit Khare