blob: edaa68c602800ae781c499dd7e5a2301ec4c1a82 [file] [log] [blame]
Chris Kay7c542f22022-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"
Chris Kay73a91b02022-12-19 16:56:51 +000013jenkins_url="http://ci.trustedfirmware.org"
Chris Kay7c542f22022-11-18 11:42:59 +000014tfa_downloads="https://downloads.trustedfirmware.org/tf-a"
Arthur Sheeb0f6102023-07-08 09:54:57 -070015ci_env="openci"