blob: 11c796720eb67a9428c02b8010142b8a62136722 [file] [log] [blame]
Sandrine Bailleuxaaaffe02020-08-07 11:15:55 +02001#!/usr/bin/env bash
2#
Sandrine Bailleuxdf823892022-04-22 13:27:45 +02003# Copyright (c) 2020-2022, Arm Limited. All rights reserved.
Sandrine Bailleuxaaaffe02020-08-07 11:15:55 +02004#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
8#
9# Environmental settings for the Arm CI infrastructure.
10#
11
12nfs_volume="/arm"
13jenkins_url="http://jenkins.oss.arm.com"
14tfa_downloads="http://files.oss.arm.com/downloads/tf-a"
15
16# Source repositories.
17arm_gerrit_url="gerrit.oss.arm.com"
Sandrine Bailleuxaaaffe02020-08-07 11:15:55 +020018tf_arm_gerrit_repo="ssh://$arm_gerrit_url:29418/pdcs-platforms/ap/tf-topics.git"
19tftf_arm_gerrit_repo="ssh://$arm_gerrit_url:29418/trusted-firmware/tf-a-tests.git"
Jimmy Brisson29ca0a02020-09-22 16:15:35 -050020ci_arm_gerrit_repo="ssh://$arm_gerrit_url:29418/pdswinf/ci/pdcs-platforms/platform-ci.git"
Girish Pathak97f7ad42020-08-27 11:38:15 +010021scp_src_repo_default="${scp_src_repo_default:-http://$arm_gerrit_url/scp/firmware}"
Sandrine Bailleuxaaaffe02020-08-07 11:15:55 +020022cc_src_repo_url="${cc_src_repo_url:-https://$arm_gerrit_url/tests/lava/test-definitions.git}"
23cc_src_repo_tag="${cc_src_repo_tag:-kernel-team-workflow_2019-09-20}"
24scp_tools_src_repo_url="${scp_tools_src_repo_url:-http://$arm_gerrit_url/scp/tools-non-public}"
25tf_for_scp_tools_src_repo_url="https://gerrit.oss.arm.com/scp/test-framework"
26
Sandrine Bailleuxdf823892022-04-22 13:27:45 +020027# If not set, the scripts would download the tarball from Github every time.
28mbedtls_archive="${mbedtls_archive:-$tfa_downloads/mbedtls/mbedtls-2.28.0.tar.gz}"
Sandrine Bailleuxaaaffe02020-08-07 11:15:55 +020029
30# Arm Coverity server.
31export coverity_host="${coverity_host:-coverity.cambridge.arm.com}"
32export coverity_port="${coverity_port:-8443}"
33
34# License servers for the FVP models.
35license_path_list=(
36 "7010@cam-lic05.cambridge.arm.com"
37 "7010@cam-lic07.cambridge.arm.com"
38 "7010@cam-lic03.cambridge.arm.com"
39 "7010@cam-lic04.cambridge.arm.com"
40)