blob: 297ad0fc07205de96800cd81ca9977c931e64e92 [file] [log] [blame]
Rupinderjit Singh385f17d2022-07-18 20:28:10 +01001#!/usr/bin/env bash
2#
3# Copyright (c) 2022, Arm Limited. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
Chris Kay4e8aaf12022-09-01 15:21:55 +01008generate_lava_job() {
Rupinderjit Singh385f17d2022-07-18 20:28:10 +01009 local model="tc2"
10
Chris Kay4e8aaf12022-09-01 15:21:55 +010011 uart="1" set_expect_variable "num_cpus" "8"
12
Rupinderjit Singh385f17d2022-07-18 20:28:10 +010013 set_run_env "ports_script" "$ci_root/model/tc-ports.awk"
Sandrine Bailleux67bf6502022-09-07 15:41:18 +020014 set_run_env "num_uarts" "3"
Chris Kay4e8aaf12022-09-01 15:21:55 +010015
16 model="$model" model_build="17" model_version="11.18" gen_model_params
Rupinderjit Singh385f17d2022-07-18 20:28:10 +010017 model="$model" gen_fvp_yaml
18}