Browse Source

BUILD-2475 Cirrus-ci task name are too long (#7680)

* Define a name pattern instead of letting cirrus generating it
  That way it is more concise
* Add alias
  That way this task can still be retrieved via depend_on
tags/10.0.0.68432
Sebastien Vermeille 1 year ago
parent
commit
87159fbab9
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      .cirrus.yml

+ 2
- 0
.cirrus.yml View File

@@ -289,6 +289,8 @@ qa_task:
memory: 7Gb
additional_containers:
- <<: *POSTGRES_ADDITIONAL_CONTAINER_TEMPLATE
name: QA $QA_CATEGORY
alias: qa
env:
matrix:
# QA name should not exceed 13 characters to be properly reported on wallboard by burgr

Loading…
Cancel
Save