Loading .gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ stages: test_audiotools_convert: stage: test tags: - linux - test_fhg_1 script: - *print-common-info - python3 -m pytest -n auto tests/test_audiotools_convert.py Loading @@ -48,7 +48,7 @@ test_audiotools_convert: test_processing: stage: test tags: - linux - test_fhg_1 script: - *print-common-info - *get-codec-binaries Loading @@ -61,7 +61,7 @@ test_processing: lint: stage: analyze tags: - linux - test_fhg_1 allow_failure: true script: - flake8 --max-line-length 88 --extend-ignore=E203,E501,E741 Loading @@ -72,7 +72,7 @@ format: ARTIFACT_BASE_NAME: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--formatting-fix" ARTIFACT_FOLDER: "formatting-patch" tags: - linux - test_fhg_1 allow_failure: true script: - mkdir $ARTIFACT_FOLDER Loading Loading
.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ stages: test_audiotools_convert: stage: test tags: - linux - test_fhg_1 script: - *print-common-info - python3 -m pytest -n auto tests/test_audiotools_convert.py Loading @@ -48,7 +48,7 @@ test_audiotools_convert: test_processing: stage: test tags: - linux - test_fhg_1 script: - *print-common-info - *get-codec-binaries Loading @@ -61,7 +61,7 @@ test_processing: lint: stage: analyze tags: - linux - test_fhg_1 allow_failure: true script: - flake8 --max-line-length 88 --extend-ignore=E203,E501,E741 Loading @@ -72,7 +72,7 @@ format: ARTIFACT_BASE_NAME: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--formatting-fix" ARTIFACT_FOLDER: "formatting-patch" tags: - linux - test_fhg_1 allow_failure: true script: - mkdir $ARTIFACT_FOLDER Loading