blob: 6904cff52984b94e064953f70877817baeb7f92f [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"
Saheer Babu9e8ddc12025-02-10 18:25:43 +000014tfa_downloads="${DOWNLOAD_SERVER_URL}/tf-a"