Loading Release-Latest.gitlab-ci.yml 0 → 100644 +57 −0 Original line number Diff line number Diff line include: - project: 'gitlab/auto-devops' file: 'Auto-DevOps.gitlab-ci.yml' ref: main ########################################################################################################## ## PIPELINE DEFINITION variables: BROWSER_PERFORMANCE_DISABLED: 1 LOAD_PERFORMANCE_DISABLED: 1 REVIEW_DISABLED: 1 ########################################################################################################## ### DISABLE RULES staging: rules: - when: never canary: rules: - when: never production: rules: - when: never production_manual: rules: - when: never .manual_rollout_template: &manual_rollout_template rules: - when: never .timed_rollout_template: &timed_rollout_template rules: - when: never ########################################################################################################## ### CHANGE RULES test: rules: - if: '$TEST_DISABLED' when: never - if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH' code_quality: rules: - if: '$CODE_QUALITY_DISABLED' when: never - if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH' Loading
Release-Latest.gitlab-ci.yml 0 → 100644 +57 −0 Original line number Diff line number Diff line include: - project: 'gitlab/auto-devops' file: 'Auto-DevOps.gitlab-ci.yml' ref: main ########################################################################################################## ## PIPELINE DEFINITION variables: BROWSER_PERFORMANCE_DISABLED: 1 LOAD_PERFORMANCE_DISABLED: 1 REVIEW_DISABLED: 1 ########################################################################################################## ### DISABLE RULES staging: rules: - when: never canary: rules: - when: never production: rules: - when: never production_manual: rules: - when: never .manual_rollout_template: &manual_rollout_template rules: - when: never .timed_rollout_template: &timed_rollout_template rules: - when: never ########################################################################################################## ### CHANGE RULES test: rules: - if: '$TEST_DISABLED' when: never - if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH' code_quality: rules: - if: '$CODE_QUALITY_DISABLED' when: never - if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH'