From: Taseer Date: Sun, 30 Sep 2018 14:21:54 +0000 (+0200) Subject: Change test script name X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=ea700e6ce859ac1a94294d77675a6ef214f0140a;p=releng%2Fbuilder.git Change test script name RPM and Debian have their separate setup logic. This patch changes the name from 'setup-ansible.sh' to 'setup-ansible-rpm.sh' to signify the relevancy to the system being tested, i.e RPM or Deb. Change-Id: I1f9c846083ac92aca4b9cb13a56e16ec8b1e74f3 Signed-off-by: Taseer --- diff --git a/jjb/packaging/ansible.yaml b/jjb/packaging/ansible.yaml index 6c912779a4..ca0f71e25d 100644 --- a/jjb/packaging/ansible.yaml +++ b/jjb/packaging/ansible.yaml @@ -44,7 +44,7 @@ build-timeout: '{build-timeout}' builders: - - shell: !include-raw: setup-ansible.sh + - shell: !include-raw: setup-ansible-rpm.sh - shell: !include-raw: test-ansible-rpm.sh - shell: !include-raw: test-ansible-odl-user.sh - shell: !include-raw: test-odl-logs.sh diff --git a/jjb/packaging/setup-ansible.sh b/jjb/packaging/setup-ansible-rpm.sh similarity index 100% rename from jjb/packaging/setup-ansible.sh rename to jjb/packaging/setup-ansible-rpm.sh