Sandrine Bailleux | aaaffe0 | 2020-08-07 11:15:55 +0200 | [diff] [blame] | 1 | #!/usr/bin/env bash |
| 2 | # |
Sandrine Bailleux | df82389 | 2022-04-22 13:27:45 +0200 | [diff] [blame] | 3 | # Copyright (c) 2020-2022, Arm Limited. All rights reserved. |
Sandrine Bailleux | aaaffe0 | 2020-08-07 11:15:55 +0200 | [diff] [blame] | 4 | # |
| 5 | # SPDX-License-Identifier: BSD-3-Clause |
| 6 | # |
| 7 | |
| 8 | # |
| 9 | # Environmental settings for the Arm CI infrastructure. |
| 10 | # |
| 11 | |
| 12 | nfs_volume="/arm" |
| 13 | jenkins_url="http://jenkins.oss.arm.com" |
| 14 | tfa_downloads="http://files.oss.arm.com/downloads/tf-a" |
| 15 | |
| 16 | # Source repositories. |
| 17 | arm_gerrit_url="gerrit.oss.arm.com" |
Sandrine Bailleux | aaaffe0 | 2020-08-07 11:15:55 +0200 | [diff] [blame] | 18 | tf_arm_gerrit_repo="ssh://$arm_gerrit_url:29418/pdcs-platforms/ap/tf-topics.git" |
| 19 | tftf_arm_gerrit_repo="ssh://$arm_gerrit_url:29418/trusted-firmware/tf-a-tests.git" |
Jimmy Brisson | 29ca0a0 | 2020-09-22 16:15:35 -0500 | [diff] [blame] | 20 | ci_arm_gerrit_repo="ssh://$arm_gerrit_url:29418/pdswinf/ci/pdcs-platforms/platform-ci.git" |
Girish Pathak | 97f7ad4 | 2020-08-27 11:38:15 +0100 | [diff] [blame] | 21 | scp_src_repo_default="${scp_src_repo_default:-http://$arm_gerrit_url/scp/firmware}" |
Sandrine Bailleux | aaaffe0 | 2020-08-07 11:15:55 +0200 | [diff] [blame] | 22 | cc_src_repo_url="${cc_src_repo_url:-https://$arm_gerrit_url/tests/lava/test-definitions.git}" |
| 23 | cc_src_repo_tag="${cc_src_repo_tag:-kernel-team-workflow_2019-09-20}" |
| 24 | scp_tools_src_repo_url="${scp_tools_src_repo_url:-http://$arm_gerrit_url/scp/tools-non-public}" |
| 25 | tf_for_scp_tools_src_repo_url="https://gerrit.oss.arm.com/scp/test-framework" |
| 26 | |
Sandrine Bailleux | aaaffe0 | 2020-08-07 11:15:55 +0200 | [diff] [blame] | 27 | # Arm Coverity server. |
| 28 | export coverity_host="${coverity_host:-coverity.cambridge.arm.com}" |
| 29 | export coverity_port="${coverity_port:-8443}" |
| 30 | |
| 31 | # License servers for the FVP models. |
| 32 | license_path_list=( |
| 33 | "7010@cam-lic05.cambridge.arm.com" |
| 34 | "7010@cam-lic07.cambridge.arm.com" |
| 35 | "7010@cam-lic03.cambridge.arm.com" |
| 36 | "7010@cam-lic04.cambridge.arm.com" |
| 37 | ) |