Commit 32b09c14 authored by Anika Treffehn's avatar Anika Treffehn
Browse files

Merge branch 'test_runner_binaries' of...

Merge branch 'test_runner_binaries' of https://forge.3gpp.org/rep/ivas-codec-pc/ivas-processing-scripts into test_runner_binaries
parents 1d981df0 63051b13
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ stages:
test_audiotools_convert:
  stage: test
  tags:
    - test_fhg_1
    - linux
  script:
    - *print-common-info
    - python3 -m pytest -n auto tests/test_audiotools_convert.py
@@ -48,7 +48,7 @@ test_audiotools_convert:
test_processing:
  stage: test
  tags:
    - test_fhg_1
    - linux
  script:
    - *print-common-info
    - *get-codec-binaries
@@ -61,7 +61,7 @@ test_processing:
lint:
  stage: analyze
  tags:
    - test_fhg_1
    - linux
  allow_failure: true
  script:
    - flake8 --max-line-length 88 --extend-ignore=E203,E501,E741
@@ -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:
    - test_fhg_1
    - linux
  allow_failure: true
  script:
    - mkdir $ARTIFACT_FOLDER