blob: 889fbaf6cd1d260a5f3058a397d8d7d01bf8ff85 [file] [log] [blame]
#!/usr/bin/env bash
#
# Copyright (c) 2022, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
#
# Environmental settings for the OpenCI infrastructure.
#
nfs_volume="${WORKSPACE:?}/nfs"
jenkins_url="http://ci.trustedfirmware.org"
tfa_downloads="https://downloads.trustedfirmware.org/tf-a"
ci_env="openci"
tfa_branch=${TF_GERRIT_BRANCH##*/}
if echo $tfa_branch | grep -q "^lts-v"; then
# LTS branch, change the download space to the respective one
tfa_downloads="https://downloads.trustedfirmware.org/tf-a-$tfa_branch"
fi