Strip include-raw prefix for script files 43/61243/2
authorAnil Belur <abelur@linuxfoundation.org>
Mon, 7 Aug 2017 06:23:56 +0000 (16:23 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 10 Aug 2017 00:19:14 +0000 (10:19 +1000)
Prefixing script files with `include-raw-` make the file name longer
and also not a standard to be followed.

Change-Id: I17f58cd8f93c5a6f5bf703cdcb15d24fc5043b56
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
jjb/netvirt/cleanup-docker.sh [moved from jjb/netvirt/include-raw-cleanup-docker.sh with 100% similarity]
jjb/netvirt/netvirt-full-integration.yaml
jjb/netvirt/openstack-ci.sh [moved from jjb/netvirt/include-raw-openstack-ci.sh with 100% similarity]
jjb/netvirt/setup-docker.sh [moved from jjb/netvirt/include-raw-setup-docker.sh with 100% similarity]

index 911e0eb0870ec2e78a0b4084a4f85bbee7855b6e..47bf01dd8b1a2daa18ccc8a18c4bdd8380ecf6be 100644 (file)
           OVS_VERSION: '{OVS_VERSION}'
           maven-version: '{maven-version}'
           stream: '{stream}'
-      - shell: !include-raw-escape: include-raw-setup-docker.sh
+      - shell: !include-raw-escape: setup-docker.sh
       - inject:
           properties-file: env.properties
       - run-netvirt-sfc-it:
           OVS_VERSION: '{OVS_VERSION}'
           maven-version: '{maven-version}'
           stream: '{stream}'
-      - shell: !include-raw-escape: include-raw-cleanup-docker.sh
+      - shell: !include-raw-escape: cleanup-docker.sh
 
 - job-template:
     name: 'netvirt-daily-full-integration-{stream}'