Chris Kay | 7c542f2 | 2022-11-18 11:42:59 +0000 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | # | ||||
3 | # Copyright (c) 2022, Arm Limited. All rights reserved. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: BSD-3-Clause | ||||
6 | # | ||||
7 | |||||
8 | # | ||||
9 | # Environmental settings for the OpenCI infrastructure. | ||||
10 | # | ||||
11 | |||||
12 | nfs_volume="${WORKSPACE:?}/nfs" | ||||
Chris Kay | 73a91b0 | 2022-12-19 16:56:51 +0000 | [diff] [blame^] | 13 | jenkins_url="http://ci.trustedfirmware.org" |
Chris Kay | 7c542f2 | 2022-11-18 11:42:59 +0000 | [diff] [blame] | 14 | tfa_downloads="https://downloads.trustedfirmware.org/tf-a" |