Commit f996b091 authored by multrus's avatar multrus
Browse files

Merge branch 'experiment_tests' of...

Merge branch 'experiment_tests' of forge.3gpp.org:ivas-codec-pc/ivas-processing-scripts into experiment_tests
parents 61141abe 474615a5
Loading
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ stages:
  - check
  - test
  - analyze
  - optional


# print some info on the runner setup
@@ -103,3 +104,15 @@ format:
    when: on_failure
    name: "$ARTIFACT_BASE_NAME"
    expose_as: "formatting patch"

experiments:
  stage: optional
  tags:
    - linux
  rules:
    - when: manual
  needs: []
  script:
    - *print-common-info
    - *get-codec-binaries
    - python3 -m pytest -n auto tests/test_experiments.py