[gnome-build-meta/abderrahim/commit-refs: 2/3] ci: Remove emergency mode from the jobs
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/abderrahim/commit-refs: 2/3] ci: Remove emergency mode from the jobs
- Date: Tue, 4 Oct 2022 13:35:46 +0000 (UTC)
commit 8948011f90155ddc521e49d955fe174d566710ca
Author: Jordan Petridis <jordan centricular com>
Date: Tue Oct 4 14:18:27 2022 +0200
ci: Remove emergency mode from the jobs
Part-of: <https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/1795>
.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]