From 02a6fdbd040b8bf7dab48c62e36867dd23a2ebe6 Mon Sep 17 00:00:00 2001 From: Erik Norvell Date: Tue, 6 Feb 2024 14:33:11 +0100 Subject: [PATCH 1/2] Update removal of unsupported test cases --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63e4770c1..74f28e49d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -110,7 +110,7 @@ stages: # TODO: this needs to be updated in case the reference is updated .remove-unsupported-testcases: &remove-unsupported-testcases - - sed -i '1649,1655d' scripts/config/self_test.prm + - sed -i '1701,1707d' scripts/config/self_test.prm .apply-testv-scaling: &apply-testv-scaling -- GitLab From 67aa1aa3a2b012272aa6a9d94121cd705f4efb6a Mon Sep 17 00:00:00 2001 From: Erik Norvell Date: Tue, 6 Feb 2024 14:42:25 +0100 Subject: [PATCH 2/2] Update removal of unsupported test cases --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 74f28e49d..cd3d400dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -111,7 +111,9 @@ stages: # TODO: this needs to be updated in case the reference is updated .remove-unsupported-testcases: &remove-unsupported-testcases - sed -i '1701,1707d' scripts/config/self_test.prm - + - sed -i '1659,1661d' scripts/config/self_test.prm + - sed -i '1635,1637d' scripts/config/self_test.prm + - sed -i '1603,1605d' scripts/config/self_test.prm .apply-testv-scaling: &apply-testv-scaling - echo "Applying level scaling in scripts/testv using scale=$LEVEL_SCALING" -- GitLab