aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-run-test-short.sh
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-07 20:09:26 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-07 20:09:26 +0000
commitee4bb7fca08b26c6a2c0cfe53b8a5bcfb91c09d0 (patch)
tree8c46d298a37453ef4fa39d545eee6310dea1db92 /jjb/common/include-agl-run-test-short.sh
parent7ec5cece04ee2af16f224214e7c8e23212c08c54 (diff)
Revert "jjb/common: run-test-short-*: meaningful LAVA job names"
Revert due to issues with jobs. This reverts commit 7ec5cece04ee2af16f224214e7c8e23212c08c54. Change-Id: I3e660f27485731b13bdf1959a9f441d81a3efaf9
Diffstat (limited to 'jjb/common/include-agl-run-test-short.sh')
-rw-r--r--jjb/common/include-agl-run-test-short.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-run-test-short.sh b/jjb/common/include-agl-run-test-short.sh
index f4fbd5b7..58273b99 100644
--- a/jjb/common/include-agl-run-test-short.sh
+++ b/jjb/common/include-agl-run-test-short.sh
@@ -22,7 +22,7 @@ CREATE_ARGS+="--url ci "
[[ ! -z $GERRIT_PATCHSET_NUMBER ]] && CREATE_ARGS+="--patchset $GERRIT_PATCHSET_NUMBER "
BUILD_VERSION="AGL-gerrit-$GERRIT_CHANGE_NUMBER-$GERRIT_PATCHSET_NUMBER"
[[ -e output/repo-manifest-r.txt.sha1 ]] && BUILD_VERSION+="-$(cat output/repo-manifest-r.txt.sha1)"
-CREATE_ARGS+="--name AGL-gerrit-$GERRIT_CHANGE_NUMBER-$GERRIT_PATCHSET_NUMBER "
+CREATE_ARGS+="--name AGL-gerrit "
CREATE_ARGS+="--build-version $BUILD_VERSION "
CREATE_ARGS+="--callback-from ${LAVA_LAB} "
CREATE_ARGS+="--test all"