Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -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" Loading