X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fvariables%2Fcoe%2Fcoe_play.yaml;h=90e02d019b4319653fd816cd0fdb73d191a567cf;hb=029fd685ab7e9ad117a667523974f17c0150329f;hp=53cccd449010e543bcd27ea5b029781131718cac;hpb=90fd342d6b8920c65fed91ebfa810d65011b073f;p=integration%2Ftest.git diff --git a/csit/variables/coe/coe_play.yaml b/csit/variables/coe/coe_play.yaml index 53cccd4490..90e02d019b 100644 --- a/csit/variables/coe/coe_play.yaml +++ b/csit/variables/coe/coe_play.yaml @@ -27,10 +27,22 @@ shell: curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh args: creates: "{{ gopath }}/bin/dep" + - name: Show gerrit details + debug: + msg: + - "Fetch COE git repository https://git.opendaylight.org/gerrit/p/coe.git" + - "gerrit_branch {{ gerrit_branch }}" + - "gerrit_refspec {{ gerrit_refspec }}" - name: Fetch COE git repository git: - repo: 'https://git.opendaylight.org/gerrit/p/coe.git' + repo: "https://git.opendaylight.org/gerrit/p/coe.git" + version: "{{ gerrit_branch }}" + refspec: "{{ gerrit_refspec }}" dest: "{{ coe_path }}" + - name: List COE git repository recent patches + shell: "git --no-pager log --pretty=format:'%h %<(30)%ad %<(30)%cd %<(20,trunc)%an%d %s' -n10" + args: + chdir: "{{ coe_path }}" - name: Fetch odl-cni dependencies with dep shell: dep ensure -vendor-only args: