laurenw-arm | c74b20b | 2023-07-10 15:05:43 -0500 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | # | ||||
3 | # Copyright (c) 2023, Arm Limited. All rights reserved. | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: BSD-3-Clause | ||||
6 | # | ||||
7 | |||||
8 | # | ||||
9 | # Environmental settings for the OpenCI staging infrastructure. | ||||
10 | # | ||||
11 | |||||
12 | nfs_volume="${WORKSPACE:?}/nfs" | ||||
13 | jenkins_url="http://ci.trustedfirmware.org" | ||||
Saheer Babu | 9e8ddc1 | 2025-02-10 18:25:43 +0000 | [diff] [blame] | 14 | tfa_downloads="${DOWNLOAD_SERVER_URL}/tf-a-lts-v2.8" |