Loading .gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,10 @@ stages: - cp -r $SCRIPTS_DIR/scripts . - cp -r $SCRIPTS_DIR/tests . # TODO: this needs to be updated in case the reference is updated .remove-unsupported-testcases: &remove-unsupported-testcases - sed -i '1629,1635d' scripts/config/self_test.prm # --------------------------------------------------------------- # Job templates # --------------------------------------------------------------- Loading Loading @@ -107,6 +111,7 @@ ivas-pytest-mld-enc-dec: script: - *print-common-info - *update-scripts-repo - *remove-unsupported-testcases - *mld-test-setup-codec ### run pytest Loading Loading @@ -146,6 +151,7 @@ ivas-pytest-mld-enc-dec: script: - *print-common-info - *update-scripts-repo - *remove-unsupported-testcases - *mld-test-setup-codec ### run pytest Loading Loading
.gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,10 @@ stages: - cp -r $SCRIPTS_DIR/scripts . - cp -r $SCRIPTS_DIR/tests . # TODO: this needs to be updated in case the reference is updated .remove-unsupported-testcases: &remove-unsupported-testcases - sed -i '1629,1635d' scripts/config/self_test.prm # --------------------------------------------------------------- # Job templates # --------------------------------------------------------------- Loading Loading @@ -107,6 +111,7 @@ ivas-pytest-mld-enc-dec: script: - *print-common-info - *update-scripts-repo - *remove-unsupported-testcases - *mld-test-setup-codec ### run pytest Loading Loading @@ -146,6 +151,7 @@ ivas-pytest-mld-enc-dec: script: - *print-common-info - *update-scripts-repo - *remove-unsupported-testcases - *mld-test-setup-codec ### run pytest Loading