blob: d975da4f807289168acb3e0f183c3ee786cea3e6 [file] [log] [blame]
Chris Kayfa20ea92022-12-19 16:56:51 +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 staging infrastructure.
10#
11
12nfs_volume="${WORKSPACE:?}/nfs"
13jenkins_url="http://ci.staging.trustedfirmware.org"
14tfa_downloads="https://downloads.trustedfirmware.org/tf-a"