From: Michael Jeanson Date: Fri, 18 Mar 2016 15:15:29 +0000 (-0400) Subject: Add tracecompass gitcache X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=a445eeaf76e9e8ed0e831130028346b5b05aa284;hp=5e9b21f22bbe42a9996bc5d1af4e91ab5feaf78b;p=lttng-ci.git Add tracecompass gitcache --- diff --git a/automation/ansible/roles/tracecompass/tasks/main.yml b/automation/ansible/roles/tracecompass/tasks/main.yml index b53e0e6..cae4e99 100644 --- a/automation/ansible/roles/tracecompass/tasks/main.yml +++ b/automation/ansible/roles/tracecompass/tasks/main.yml @@ -14,3 +14,10 @@ - include: setup-Debian.yml when: ansible_os_family == 'Debian' + +- name: checkout repo + git: repo=git://artifacts.internal.efficios.com/git/org.eclipse.tracecompass.git + dest=/home/jenkins/gitcache/org.eclipse.tracecompass.git + bare=yes + sudo: yes + sudo_user: jenkins