Loading .gitlab-ci.yml +9 −3 Original line number Diff line number Diff line Loading @@ -312,6 +312,12 @@ stages: - if: $CI_PIPELINE_SOURCE == 'push' when: never .rules-pytest-to-main-or-main-pc-short: rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main-pc") - if: $CI_PIPELINE_SOURCE == 'push' when: never .rules-pytest-long: rules: - if: $PYTEST_MLD_LONG # Set by scheduled pipeline Loading Loading @@ -957,7 +963,7 @@ build-codec-linux-debugging-make: ### jobs that test flt encoder -> fx decoder ivas-pytest-compare_to_main-short-dec: extends: - .rules-pytest-to-main-short - .rules-pytest-to-main-or-main-pc-short - .test-job-linux before_script: - USE_LTV=0 Loading @@ -969,7 +975,7 @@ ivas-pytest-compare_to_main-short-dec: ivas-pytest-compare_to_main-short-dec-lev-10: extends: - .rules-pytest-to-main-short - .rules-pytest-to-main-or-main-pc-short - .test-job-linux before_script: - USE_LTV=0 Loading @@ -981,7 +987,7 @@ ivas-pytest-compare_to_main-short-dec-lev-10: ivas-pytest-compare_to_main-short-dec-lev+10: extends: - .rules-pytest-to-main-short - .rules-pytest-to-main-or-main-pc-short - .test-job-linux before_script: - USE_LTV=0 Loading Loading
.gitlab-ci.yml +9 −3 Original line number Diff line number Diff line Loading @@ -312,6 +312,12 @@ stages: - if: $CI_PIPELINE_SOURCE == 'push' when: never .rules-pytest-to-main-or-main-pc-short: rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main-pc") - if: $CI_PIPELINE_SOURCE == 'push' when: never .rules-pytest-long: rules: - if: $PYTEST_MLD_LONG # Set by scheduled pipeline Loading Loading @@ -957,7 +963,7 @@ build-codec-linux-debugging-make: ### jobs that test flt encoder -> fx decoder ivas-pytest-compare_to_main-short-dec: extends: - .rules-pytest-to-main-short - .rules-pytest-to-main-or-main-pc-short - .test-job-linux before_script: - USE_LTV=0 Loading @@ -969,7 +975,7 @@ ivas-pytest-compare_to_main-short-dec: ivas-pytest-compare_to_main-short-dec-lev-10: extends: - .rules-pytest-to-main-short - .rules-pytest-to-main-or-main-pc-short - .test-job-linux before_script: - USE_LTV=0 Loading @@ -981,7 +987,7 @@ ivas-pytest-compare_to_main-short-dec-lev-10: ivas-pytest-compare_to_main-short-dec-lev+10: extends: - .rules-pytest-to-main-short - .rules-pytest-to-main-or-main-pc-short - .test-job-linux before_script: - USE_LTV=0 Loading