Loading .gitlab-ci.yml +18 −0 Original line number Diff line number Diff line Loading @@ -952,6 +952,24 @@ ivas-pytest-renderer: <<: *ivas-pytest-anchor # --------------------------------------------------------------- # Various other tests # --------------------------------------------------------------- voip-be-on-merge-request: extends: - .test-job-linux-needs-testv-dir - .rules-merge-request stage: test needs: ["build-codec-linux-make"] timeout: "10 minutes" script: - *print-common-info - make clean - make -j - python3 -m pytest tests/test_be_for_jbm_neutral_dly_profile.py # --------------------------------------------------------------- # Complexity measurement jobs # --------------------------------------------------------------- Loading Loading
.gitlab-ci.yml +18 −0 Original line number Diff line number Diff line Loading @@ -952,6 +952,24 @@ ivas-pytest-renderer: <<: *ivas-pytest-anchor # --------------------------------------------------------------- # Various other tests # --------------------------------------------------------------- voip-be-on-merge-request: extends: - .test-job-linux-needs-testv-dir - .rules-merge-request stage: test needs: ["build-codec-linux-make"] timeout: "10 minutes" script: - *print-common-info - make clean - make -j - python3 -m pytest tests/test_be_for_jbm_neutral_dly_profile.py # --------------------------------------------------------------- # Complexity measurement jobs # --------------------------------------------------------------- Loading