Commit a00861eb authored by Jan Kiene's avatar Jan Kiene
Browse files

disable all other tests to save time

parent 15389986
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ check_for_binaries:
# ------------------------------------

# test the format conversion only
test_audiotools_convert:
.test_audiotools_convert:
  stage: test
  tags:
    - linux
@@ -59,7 +59,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
@@ -72,7 +72,7 @@ test_processing:
# static analysis/formatting tests
# ------------------------------------

lint:
.lint:
  stage: analyze
  tags:
    - linux
@@ -80,7 +80,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"