blob: a6332dd5bff233375128b2ace53670cfd6e688a2 [file] [log] [blame]
Chris Kay3a0b71d2022-11-18 11:42:59 +00001#!/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
12nfs_volume="${WORKSPACE:?}/nfs"
13jenkins_url="http://review.trustedfirmware.org"
14tfa_downloads="https://downloads.trustedfirmware.org/tf-a"