Loading .gitlab-ci.yml +5 −6 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ stages: - check - test - analyze - optional # print some info on the runner setup Loading Loading @@ -50,7 +49,7 @@ check_for_binaries: # ------------------------------------ # test the format conversion only test_audiotools_convert: .test_audiotools_convert: stage: test tags: - linux Loading @@ -59,7 +58,7 @@ test_audiotools_convert: - 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 +71,7 @@ test_processing: # static analysis/formatting tests # ------------------------------------ lint: .lint: stage: analyze tags: - linux Loading @@ -80,7 +79,7 @@ lint: 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 @@ -106,7 +105,7 @@ format: expose_as: "formatting patch" experiments: stage: optional stage: test tags: - linux #rules: Loading Loading
.gitlab-ci.yml +5 −6 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ stages: - check - test - analyze - optional # print some info on the runner setup Loading Loading @@ -50,7 +49,7 @@ check_for_binaries: # ------------------------------------ # test the format conversion only test_audiotools_convert: .test_audiotools_convert: stage: test tags: - linux Loading @@ -59,7 +58,7 @@ test_audiotools_convert: - 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 +71,7 @@ test_processing: # static analysis/formatting tests # ------------------------------------ lint: .lint: stage: analyze tags: - linux Loading @@ -80,7 +79,7 @@ lint: 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 @@ -106,7 +105,7 @@ format: expose_as: "formatting patch" experiments: stage: optional stage: test tags: - linux #rules: Loading