laurenw-arm | e78b129 | 2024-03-28 12:57:42 -0500 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | # | ||||
3 | # Copyright (c) 2024, Arm Limited. All rights reserved. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: BSD-3-Clause | ||||
6 | # | ||||
7 | |||||
8 | # | ||||
9 | # Environmental settings for the OpenCI LTS v2.10 infrastructure. | ||||
10 | # | ||||
11 | |||||
12 | nfs_volume="${WORKSPACE:?}/nfs" | ||||
13 | jenkins_url="http://ci.trustedfirmware.org" | ||||
14 | tfa_downloads="https://downloads.trustedfirmware.org/tf-a-lts-v2.10" |