From c7e7ee8b1bce386691770d171efbea61c6eeb572 Mon Sep 17 00:00:00 2001
From: Dmitriy Safronov <zimniy@cyberbrain.pw>
Date: Mon, 19 Feb 2024 01:31:17 +0400
Subject: [PATCH] include defaults

Signed-off-by: Dmitriy Safronov <zimniy@cyberbrain.pw>
---
 Release-Latest.gitlab-ci.yml | 41 ++----------------------------------
 1 file changed, 2 insertions(+), 39 deletions(-)

diff --git a/Release-Latest.gitlab-ci.yml b/Release-Latest.gitlab-ci.yml
index 550c54d..9d1e3de 100644
--- a/Release-Latest.gitlab-ci.yml
+++ b/Release-Latest.gitlab-ci.yml
@@ -1,47 +1,10 @@
 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:
-- 
GitLab