blob: 9353726bb8e867f2194c6b9743209a37275017c1 [file] [log] [blame]
laurenw-arme78b1292024-03-28 12:57:42 -05001#!/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
12nfs_volume="${WORKSPACE:?}/nfs"
13jenkins_url="http://ci.trustedfirmware.org"
14tfa_downloads="https://downloads.trustedfirmware.org/tf-a-lts-v2.10"