Loading .gitlab-ci.yml +4 −3 Original line number Diff line number Diff line Loading @@ -74,14 +74,15 @@ test_audiotools_convert: - python3 -m pytest -n auto tests/test_audiotools_convert.py # run the test configs for the selection experiments .experiments: experiments: stage: test tags: - linux script: - *print-common-info - *get-codec-binaries - python3 -m pytest tests/test_experiments.py -n auto | tee log.txt - python3 -m pytest tests/test_experiments.py::test_generate_test_items -n auto | tee log.txt - python3 -m pytest tests/test_experiments.py::test_categories -n auto | tee log.txt artifacts: paths: - experiments/selection/*/proc_output/*.log Loading @@ -104,7 +105,7 @@ experiment-setup: 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 +4 −3 Original line number Diff line number Diff line Loading @@ -74,14 +74,15 @@ test_audiotools_convert: - python3 -m pytest -n auto tests/test_audiotools_convert.py # run the test configs for the selection experiments .experiments: experiments: stage: test tags: - linux script: - *print-common-info - *get-codec-binaries - python3 -m pytest tests/test_experiments.py -n auto | tee log.txt - python3 -m pytest tests/test_experiments.py::test_generate_test_items -n auto | tee log.txt - python3 -m pytest tests/test_experiments.py::test_categories -n auto | tee log.txt artifacts: paths: - experiments/selection/*/proc_output/*.log Loading @@ -104,7 +105,7 @@ experiment-setup: 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