[gnome-build-meta/abderrahim/remove-refs: 2/2] ci: Remove emergency mode from the jobs




commit 124dd65bacdebf7c53b83447fe7d888e4c8bf914
Author: Jordan Petridis <jordan centricular com>
Date:   Tue Oct 4 14:18:27 2022 +0200

    ci: Remove emergency mode from the jobs

 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 66630586f..70415a420 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,7 +87,7 @@ default:
 
 .deploy-rules:
   rules:
-  - if: $EMERGENCY || $BST_TRACK_TAGS != "false"
+  - if: $BST_TRACK_TAGS != "false"
     when: never
   - if: $CI_COMMIT_REF_NAME == "master"
   - if: $CI_COMMIT_REF_NAME =~ /^gnome-\d\d$/ && $CI_PIPELINE_SOURCE != "schedule"
@@ -316,7 +316,7 @@ s3-image:
   - aws s3 ls --recursive --human-readable s3://gnome-build-meta/
 
   rules:
-  - if: $EMERGENCY || $BST_TRACK_TAGS != "false"
+  - if: $BST_TRACK_TAGS != "false"
     when: never
   - if: $CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "schedule"
   - if: $CI_COMMIT_TAG
@@ -328,7 +328,7 @@ openh264-x86_64:
   needs: []
   allow_failure: true
   rules:
-  - if: $EMERGENCY || $BST_TRACK_TAGS != "false"
+  - if: $BST_TRACK_TAGS != "false"
     when: never
   - if: $CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "schedule"
     when: manual
@@ -351,7 +351,7 @@ s3-image-static:
     artifacts: false
   allow_failure: true
   rules:
-  - if: $EMERGENCY || $BST_TRACK_TAGS != "false"
+  - if: $BST_TRACK_TAGS != "false"
     when: never
   - if: $CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "schedule"
     when: manual


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]