blob: 68ef6eb1d5e8703dc19f64c1b48b702b302a3b5f [file] [log] [blame]
Leonardo Sandovald76d1e22020-10-06 16:02:52 -05001#!/usr/bin/env bash
2#
Leonardo Sandoval850a4862021-02-16 13:56:18 -06003# Copyright (c) 2019-2021 Arm Limited. All rights reserved.
Leonardo Sandovald76d1e22020-10-06 16:02:52 -05004#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
Paul Sokolovskyee5f4c12021-11-16 13:44:07 +03008# Generate a FVP-TFTF model agnostic YAML template. Note that this template
9# is not ready to be sent to LAVA by Jenkins. So in order to produce complete
10# file, variables in {UPPERCASE} must be replaced to correct values. This
11# file also includes references to ${UPPERCASE} which are just normal shell
12# variables, replaced on spot.
Leonardo Sandovald76d1e22020-10-06 16:02:52 -050013
Chris Kay3d807882022-08-31 16:00:02 +010014ci_root="$(readlink -f "$(dirname "$0")/..")"
15source "$ci_root/utils.sh"
16
Paul Sokolovsky2d4cfdb2021-11-16 17:28:10 +030017. $(dirname $0)/gen_gerrit_meta.sh
18
Chris Kay3d807882022-08-31 16:00:02 +010019expand_template "$(dirname "$0")/lava-templates/fvp-linux.yaml"