diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-05-26 19:40:30 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-05-26 19:40:30 +0200 |
commit | 4c18d62548cd1a1e01e9ac5ff1b13b58ac96bb3b (patch) | |
tree | c2fa80b91768a361b530910fe2339f6f1537e3de /jjb/common/include-agl-run-test-short-release.sh | |
parent | 2421fc8eeed7002119e269f2cc35c7d8a9072395 (diff) |
Handle nogfx targets with different crosssdk image and add new lava-tool setup
Change-Id: Ieb624d96b0901415ab2ac05d3c436fe8e135bf5e
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-agl-run-test-short-release.sh')
-rw-r--r-- | jjb/common/include-agl-run-test-short-release.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/jjb/common/include-agl-run-test-short-release.sh b/jjb/common/include-agl-run-test-short-release.sh index 11cfc5a1..df5bac81 100644 --- a/jjb/common/include-agl-run-test-short-release.sh +++ b/jjb/common/include-agl-run-test-short-release.sh @@ -11,20 +11,6 @@ set -x echo "## ${MACHINE} ##" cd $REPODIR -echo "default keyring config" -mkdir -p ~/.local/share/python_keyring/ -cat <<EOF > ~/.local/share/python_keyring/keyringrc.cfg -[backend] -default-keyring=keyring.backends.file.PlaintextKeyring -EOF - -cat <<EOF > ~/.local/token -$AGLLAVATOKEN -EOF - -lava-tool auth-add --token-file ~/.local/token https://agl-jenkins-user@porter.automotivelinux.org -rm ~/.local/token - echo "## $TESTJOBFILE ##" if [ -e $TESTJOBFILE ] ; then |