From 1ec86d19fa0d1f9d1020e44a5ff1d8144d09d2cf Mon Sep 17 00:00:00 2001 From: "artem.kondratiuk" <artem.kondratiuk@huawei.com> Date: Fri, 29 Jul 2022 13:35:38 +0200 Subject: [PATCH] ci: c61 hardvare variables fix There was some cases that the same variable appears more then once in the line. Only first appearence in the line was replaced. Signed-off-by: artem.kondratiuk <artem.kondratiuk@huawei.com> --- .oniro-ci/test-generic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.oniro-ci/test-generic.yaml b/.oniro-ci/test-generic.yaml index 588db07d..ab97b7d4 100644 --- a/.oniro-ci/test-generic.yaml +++ b/.oniro-ci/test-generic.yaml @@ -48,7 +48,7 @@ -e 's,@ci_pipeline_url@,'"$CI_PIPELINE_URL"',' -e 's/@build_job_id@/'"$build_job_id"'/' job_def.yaml # Update the job with device configuration - - sed -i -e 's/@BOARD_RAM_SIZE@/'"$BOARD_RAM_SIZE"'/' job_def.yaml + - sed -i -e 's/@BOARD_RAM_SIZE@/'"$BOARD_RAM_SIZE"'/g' job_def.yaml # Generate test jobs. - | set -x -- GitLab