blob: 24da27b29dd8e92881e609fb907a6a7b1e660d35 [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 staging infrastructure.
#
nfs_volume="${WORKSPACE:?}/nfs"
jenkins_url="http://ci.staging.trustedfirmware.org"
tfa_downloads="https://downloads.trustedfirmware.org/tf-a"
ci_env="openci_staging"
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