Skip to content
Snippets Groups Projects
Commit 362eee47 authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

Disable storage-usage for now, because of its random failures


Signed-off-by: default avatarDylan Aïssi <dylan.aissi@collabora.com>
parent 1acaa82b
No related branches found
No related tags found
1 merge request!132Reduce size of cache file to avoid OOM issue
Pipeline #462484 canceled
......@@ -39,6 +39,11 @@ variables:
cache at this step to unblock dashboard updates.
See https://phabricator.apertis.org/T9440
value: "no"
SKIP_STORAGE_USAGE:
description: |
The storage-usage job randomly fails. Disable it for now.
See https://phabricator.apertis.org/T9403
value: "yes"
stages:
......@@ -290,6 +295,8 @@ storage-usage:
- storage.yaml
timeout: 3h
rules:
- if: $SKIP_STORAGE_USAGE == "yes"
when: never
- if: $TRIGGER_FROM_JOB
when: never
- if: $CI_PIPELINE_SOURCE != "merge_request_event"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment