From 1c84355ed08ec3b487ad8a5ed729c1f477953dc9 Mon Sep 17 00:00:00 2001 From: Drew Reed Date: Wed, 4 Jan 2023 12:35:25 +0000 Subject: [PATCH] ci: Add missing gitlab job variable Add the definition of the SEQUENCE_FILE variable to the ACS job creation template. Signed-off-by: Drew Reed --- .gitlab/ci/templates/image_build.yml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab/ci/templates/image_build.yml.j2 b/.gitlab/ci/templates/image_build.yml.j2 index 4df33b7..a19c6a9 100644 --- a/.gitlab/ci/templates/image_build.yml.j2 +++ b/.gitlab/ci/templates/image_build.yml.j2 @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Arm Limited or its affiliates. All rights reserved. +# Copyright (c) 2022-2023 Arm Limited or its affiliates. All rights reserved. # # SPDX-License-Identifier: MIT @@ -124,6 +124,7 @@ ACS-SCT{{ i + 1 }}-Test-{{ CI_JOB_NAME_SLUG }}: - Lava-Test-Prep-{{ CI_JOB_NAME_SLUG }} variables: MACHINE: "{{ MACHINE }}" + SEQUENCE_FILE: "EBBR{{ i + 1 }}" ACS-SCT{{ i + 1 }}-Test-{{ CI_JOB_NAME_SLUG }}-Complete: extends: .acs-test-results -- GitLab