Loading .gitlab-ci.yml +6 −6 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ stages: check_for_binaries: stage: check tags: - linux - ericsson-linux-scripts script: - *print-common-info - python3 -m pytest tests/test_binaries_present.py Loading @@ -68,7 +68,7 @@ check_for_binaries: test_audiotools_convert: stage: test tags: - linux - ericsson-linux-scripts script: - *print-common-info - python3 -m pytest -n auto tests/test_audiotools_convert.py Loading @@ -77,7 +77,7 @@ test_audiotools_convert: experiments: stage: test tags: - linux - ericsson-linux-scripts script: - *print-common-info - *get-codec-binaries Loading @@ -91,7 +91,7 @@ test_processing: - if: $CI_PIPELINE_SOURCE == 'push' when: never tags: - linux - ericsson-linux-scripts script: - *print-common-info - *get-codec-binaries Loading @@ -105,7 +105,7 @@ lint: stage: analyze needs: [] tags: - linux - ericsson-linux-scripts allow_failure: true script: - flake8 --max-line-length 88 --extend-ignore=E203,E501,E741 Loading @@ -117,7 +117,7 @@ format: ARTIFACT_BASE_NAME: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--formatting-fix" ARTIFACT_FOLDER: "formatting-patch" tags: - linux - ericsson-linux-scripts allow_failure: true script: - mkdir $ARTIFACT_FOLDER Loading Loading
.gitlab-ci.yml +6 −6 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ stages: check_for_binaries: stage: check tags: - linux - ericsson-linux-scripts script: - *print-common-info - python3 -m pytest tests/test_binaries_present.py Loading @@ -68,7 +68,7 @@ check_for_binaries: test_audiotools_convert: stage: test tags: - linux - ericsson-linux-scripts script: - *print-common-info - python3 -m pytest -n auto tests/test_audiotools_convert.py Loading @@ -77,7 +77,7 @@ test_audiotools_convert: experiments: stage: test tags: - linux - ericsson-linux-scripts script: - *print-common-info - *get-codec-binaries Loading @@ -91,7 +91,7 @@ test_processing: - if: $CI_PIPELINE_SOURCE == 'push' when: never tags: - linux - ericsson-linux-scripts script: - *print-common-info - *get-codec-binaries Loading @@ -105,7 +105,7 @@ lint: stage: analyze needs: [] tags: - linux - ericsson-linux-scripts allow_failure: true script: - flake8 --max-line-length 88 --extend-ignore=E203,E501,E741 Loading @@ -117,7 +117,7 @@ format: ARTIFACT_BASE_NAME: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--formatting-fix" ARTIFACT_FOLDER: "formatting-patch" tags: - linux - ericsson-linux-scripts allow_failure: true script: - mkdir $ARTIFACT_FOLDER Loading