Zelalem | 1af7a7b | 2020-08-04 17:34:32 -0500 | [diff] [blame^] | 1 | #!/bin/bash |
2 | # | ||||
3 | # Copyright (c) 2019-2020, Arm Limited. All rights reserved. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: BSD-3-Clause | ||||
6 | # | ||||
7 | export GERRIT_URL=${GERRIT_URL:-https://gerrit.oss.arm.com} | ||||
8 | export TEST_DEFINITIONS_REPO=${TEST_DEFINITIONS_REPO:-${GERRIT_URL}/tests/lava/test-definitions.git} | ||||
9 | export TEST_DEFINITIONS_REFSPEC=${TEST_DEFINITIONS_REFSPEC:-tools-coverage-workflow_2020-05-27} |