aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-linux-test
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2019-03-25 11:04:06 -0600
committerAníbal Limón <anibal.limon@linaro.org>2019-03-25 11:07:12 -0600
commitfdeaa9362cfc60b1f9422fd3b5cc664d3c85f7d6 (patch)
tree61862e9b7e3379c3ecac3f7b32edae4fff87641c /lt-qcom-linux-test
parent3683781f8514e18d44b94d89dd1e05a8c7f54060 (diff)
lt-qcom-linux-test/submit_for_testing.sh: Set empty KERNEL CI variables
The release build comes from Linaro CI so we don't have Kernel CI variables for the builds for now LAVA templates requires to have at least empty variables. Change-Id: I215ae7a3c375e85cfdee730e0dfb12f96d4e5cb2 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
Diffstat (limited to 'lt-qcom-linux-test')
-rwxr-xr-xlt-qcom-linux-test/submit_for_testing.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/lt-qcom-linux-test/submit_for_testing.sh b/lt-qcom-linux-test/submit_for_testing.sh
index 71c11209..15ad4244 100755
--- a/lt-qcom-linux-test/submit_for_testing.sh
+++ b/lt-qcom-linux-test/submit_for_testing.sh
@@ -90,6 +90,9 @@ if [ $SEND_TESTJOB = true ]; then
elif [ ${QA_SERVER_PROJECT} = "linux-integration" ]; then
KERNELCI_JSON="$(curl -s -H "Authorization: ${QCOMLT_KERNELCI_TOKEN}" "https://api.kernelci.org/job?job=qcom-lt&git_branch=integration-linux-qcomlt&kernel=${KERNEL_VERSION}")"
export KERNEL_TREE="qcom-lt"
+ elif [[ ${QA_SERVER_PROJECT} == *"linux-release"* ]]; then
+ export KERNEL_TREE="qcom-lt"
+ export KERNELCI_JSON=""
fi
set -x