Loading .gitlab-ci.yml +25 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,13 @@ variables: EXIT_CODE_FAIL: 1 PROCESSING_SCRIPTS_BIN_DIR: "/test-bin" TESTS_DIR_CODEC_BE_ON_MR: "tests/codec_be_on_mr_nonselection" MANUAL_PIPELINE_TYPE: description: "Type for the manual pipeline run. Use 'test-be-release' to run BE test against release codec." value: 'default' options: - 'default' - 'test-be-release' default: interruptible: true # Make all jobs by default interruptible Loading Loading @@ -1037,6 +1044,24 @@ codec-comparison-on-main-push: reports: junit: report-junit.xml # --------------------------------------------------------------- # Manual jobs # --------------------------------------------------------------- test-be-to-release: stage: test tags: - ivas-windows resource_group: ivas-be-to-release-test-resource timeout: "20 minutes" rules: - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == 'test-be-release' script: - echo "Placeholder for BE test to release" - echo "$CI_COMMIT_BRANCH" # --------------------------------------------------------------- # Scheduled jobs on main # --------------------------------------------------------------- Loading Loading
.gitlab-ci.yml +25 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,13 @@ variables: EXIT_CODE_FAIL: 1 PROCESSING_SCRIPTS_BIN_DIR: "/test-bin" TESTS_DIR_CODEC_BE_ON_MR: "tests/codec_be_on_mr_nonselection" MANUAL_PIPELINE_TYPE: description: "Type for the manual pipeline run. Use 'test-be-release' to run BE test against release codec." value: 'default' options: - 'default' - 'test-be-release' default: interruptible: true # Make all jobs by default interruptible Loading Loading @@ -1037,6 +1044,24 @@ codec-comparison-on-main-push: reports: junit: report-junit.xml # --------------------------------------------------------------- # Manual jobs # --------------------------------------------------------------- test-be-to-release: stage: test tags: - ivas-windows resource_group: ivas-be-to-release-test-resource timeout: "20 minutes" rules: - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == 'test-be-release' script: - echo "Placeholder for BE test to release" - echo "$CI_COMMIT_BRANCH" # --------------------------------------------------------------- # Scheduled jobs on main # --------------------------------------------------------------- Loading