From 87159fbab9897cddd208732e3ea7c4ee10ff970a Mon Sep 17 00:00:00 2001 From: Sebastien Vermeille Date: Mon, 27 Feb 2023 17:36:25 +0100 Subject: [PATCH] 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 --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 966cd9ea769..0c5d418fe89 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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 -- 2.39.5