Loading .gitlab-ci.yml +12 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ stages: - check - test - analyze - optional # print some info on the runner setup Loading Loading @@ -103,3 +104,14 @@ format: when: on_failure name: "$ARTIFACT_BASE_NAME" expose_as: "formatting patch" experiments: stage: optional tags: - linux rules: - when: manual script: - *print-common-info - *get-codec-binaries - python3 -m pytest -n auto tests/test_experiments.py Loading
.gitlab-ci.yml +12 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ stages: - check - test - analyze - optional # print some info on the runner setup Loading Loading @@ -103,3 +104,14 @@ format: when: on_failure name: "$ARTIFACT_BASE_NAME" expose_as: "formatting patch" experiments: stage: optional tags: - linux rules: - when: manual script: - *print-common-info - *get-codec-binaries - python3 -m pytest -n auto tests/test_experiments.py