Commit 3f334159 authored by Jan Kiene's avatar Jan Kiene
Browse files

disable other tests for speed

parent 83b7268a
Loading
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@ stages:
  - check
  - test
  - analyze
  - optional


# print some info on the runner setup
@@ -50,7 +49,7 @@ check_for_binaries:
# ------------------------------------

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

lint:
.lint:
  stage: analyze
  tags:
    - linux
@@ -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"
@@ -106,7 +105,7 @@ format:
    expose_as: "formatting patch"

experiments:
  stage: optional
  stage: test
  tags:
    - linux
  #rules: