aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2018-04-23 12:06:25 +0100
committerVishal Bhoj <vishal.bhoj@linaro.org>2018-04-23 11:26:19 +0000
commit3860ed038bd97ad2c1f99d9df1d8e73de3554290 (patch)
treef1b88ffda75cd7454e4bd0ca1eedbad1727d8081
parent3378b2473f1b50b37ca9796327d729bfdc659b5f (diff)
android-lcr: fix the qa-reports group in submission script
Change-Id: I9920feff8f183b08b394c34c697f63100b43a2b9 Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
-rwxr-xr-xandroid-lcr/common/submit_for_testing.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-lcr/common/submit_for_testing.sh b/android-lcr/common/submit_for_testing.sh
index b11fa40258..47afd51947 100755
--- a/android-lcr/common/submit_for_testing.sh
+++ b/android-lcr/common/submit_for_testing.sh
@@ -69,7 +69,7 @@ python ${SCRIPT_PATH}/submit_for_testing.py \
--build-number ${BUILD_NUMBER} \
--lava-server ${LAVA_SERVER} \
--qa-server ${QA_SERVER} \
- --qa-server-team lmg \
+ --qa-server-team lcr \
--qa-server-project ${QA_SERVER_PROJECT} \
--git-commit ${BUILD_NUMBER} \
--quiet \