Loading Release-Latest.gitlab-ci.yml +2 −39 Original line number Diff line number Diff line include: - project: 'gitlab/auto-devops' file: 'Auto-DevOps.gitlab-ci.yml' - project: 'tools/continuous-integration/auto-devops/defaults' file: 'Defaults.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: Loading Loading
Release-Latest.gitlab-ci.yml +2 −39 Original line number Diff line number Diff line include: - project: 'gitlab/auto-devops' file: 'Auto-DevOps.gitlab-ci.yml' - project: 'tools/continuous-integration/auto-devops/defaults' file: 'Defaults.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: Loading