From ef5a42f02b456f868befe9fbf74c726407591055 Mon Sep 17 00:00:00 2001 From: Loys Ollivier Date: Thu, 18 Jan 2018 15:06:25 +0100 Subject: jjb/common: run-test-short: Update releng-scripts usage Update the calls to releng-scripts to use the latest options. This allows to differentiate the build types, find the correct URL and run the corresponding test plans. Change-Id: I75762ec8d0a7c204b6ec898f936f59a7a9b5e488 Signed-off-by: Loys Ollivier --- jjb/common/include-agl-run-test-short-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/common/include-agl-run-test-short-release.sh') diff --git a/jjb/common/include-agl-run-test-short-release.sh b/jjb/common/include-agl-run-test-short-release.sh index 89992f85..a05506d6 100644 --- a/jjb/common/include-agl-run-test-short-release.sh +++ b/jjb/common/include-agl-run-test-short-release.sh @@ -15,7 +15,7 @@ echo "## Check version of python-jinja2: " pip show jinja2 CREATE_ARGS="" CREATE_ARGS+="--machine ${releng_device} " -CREATE_ARGS+="--url ci " +CREATE_ARGS+="--build-type release " [[ ! -z $RELEASE_BRANCH ]] && CREATE_ARGS+="--branch $RELEASE_BRANCH " [[ ! -z $RELEASE_VERSION ]] && CREATE_ARGS+="--version $RELEASE_VERSION " BUILD_VERSION="AGL-gerrit-$RELEASE_BRANCH-$RELEASE_VERSION" -- cgit 1.2.3-korg