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.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/common/include-agl-run-test-short.sh') diff --git a/jjb/common/include-agl-run-test-short.sh b/jjb/common/include-agl-run-test-short.sh index 955d67d8..1e4a7381 100644 --- a/jjb/common/include-agl-run-test-short.sh +++ b/jjb/common/include-agl-run-test-short.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 ci " [[ ! -z $GERRIT_CHANGE_NUMBER ]] && CREATE_ARGS+="--changeid $GERRIT_CHANGE_NUMBER " [[ ! -z $GERRIT_PATCHSET_NUMBER ]] && CREATE_ARGS+="--patchset $GERRIT_PATCHSET_NUMBER " BUILD_VERSION="AGL-gerrit-$GERRIT_CHANGE_NUMBER-$GERRIT_PATCHSET_NUMBER" -- cgit 1.2.3-korg