Remove COE Dependency patch cherry-pick
[integration/test.git] / csit / variables / coe / coe_play.yaml
index ea95db4bbbb349118ff71f2fa81a7f37b96498bc..a8771434e80ac1558d615b59dec3a177023fbbbb 100644 (file)
       git:
         repo: 'https://git.opendaylight.org/gerrit/p/coe.git'
         dest: "{{ coe_path }}"
-    - name: Fetch COE dep patch
-      shell: git config --add user.name "vagrant" && git config --add user.email "coe@local" && git fetch https://git.opendaylight.org/gerrit/coe refs/changes/55/72855/4 && git cherry-pick FETCH_HEAD && touch /tmp/coe-patched
-      args:
-        chdir: "{{ coe_path }}"
-        creates: /tmp/coe-patched
     - name: Fetch odl-cni dependencies with dep
       shell: dep ensure -vendor-only
       args: