Loading .gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ check_for_binaries: # ------------------------------------ # test the format conversion only .test_audiotools_convert: test_audiotools_convert: stage: test tags: - linux Loading @@ -59,7 +59,7 @@ check_for_binaries: - python3 -m pytest -n auto tests/test_audiotools_convert.py # run some test configs for item creation .test_processing: test_processing: stage: test tags: - linux Loading @@ -72,7 +72,7 @@ check_for_binaries: # static analysis/formatting tests # ------------------------------------ .lint: lint: stage: analyze tags: - linux Loading @@ -80,7 +80,7 @@ check_for_binaries: script: - flake8 --max-line-length 88 --extend-ignore=E203,E501,E741 .format: format: stage: analyze variables: ARTIFACT_BASE_NAME: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--formatting-fix" Loading Loading
.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ check_for_binaries: # ------------------------------------ # test the format conversion only .test_audiotools_convert: test_audiotools_convert: stage: test tags: - linux Loading @@ -59,7 +59,7 @@ check_for_binaries: - python3 -m pytest -n auto tests/test_audiotools_convert.py # run some test configs for item creation .test_processing: test_processing: stage: test tags: - linux Loading @@ -72,7 +72,7 @@ check_for_binaries: # static analysis/formatting tests # ------------------------------------ .lint: lint: stage: analyze tags: - linux Loading @@ -80,7 +80,7 @@ check_for_binaries: script: - flake8 --max-line-length 88 --extend-ignore=E203,E501,E741 .format: format: stage: analyze variables: ARTIFACT_BASE_NAME: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--formatting-fix" Loading