Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ check_for_binaries: # ------------------------------------ # test the format conversion only .test_audiotools_convert: test_audiotools_convert: stage: test tags: - linux Loading @@ -81,7 +81,7 @@ experiments: script: - *print-common-info - *get-codec-binaries - python3 -m pytest tests/test_experiments.py::test_generate_test_items -n auto -x | tee log.txt - python3 -m pytest tests/test_experiments.py::test_generate_test_items -n auto | tee log.txt artifacts: paths: - experiments/selection/*/proc_output/*.log Loading @@ -90,7 +90,7 @@ experiments: expire_in: 1 week # run some test configs for item creation .test_processing: test_processing: stage: test rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' Loading Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ check_for_binaries: # ------------------------------------ # test the format conversion only .test_audiotools_convert: test_audiotools_convert: stage: test tags: - linux Loading @@ -81,7 +81,7 @@ experiments: script: - *print-common-info - *get-codec-binaries - python3 -m pytest tests/test_experiments.py::test_generate_test_items -n auto -x | tee log.txt - python3 -m pytest tests/test_experiments.py::test_generate_test_items -n auto | tee log.txt artifacts: paths: - experiments/selection/*/proc_output/*.log Loading @@ -90,7 +90,7 @@ experiments: expire_in: 1 week # run some test configs for item creation .test_processing: test_processing: stage: test rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' Loading