Skip to content

Commit

Permalink
[NO-JIRA] Reduce QA names length
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe-perrin-sonarsource authored and sonartech committed Jan 5, 2023
1 parent b8b0efb commit 00be6e1
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ qa_task:
- <<: *POSTGRES_ADDITIONAL_CONTAINER_TEMPLATE
env:
matrix:
# QA name should not exceed 13 characters to be properly reported on wallboard by burgr
- QA_CATEGORY: Cat1
- QA_CATEGORY: Cat2
- QA_CATEGORY: Cat3
Expand All @@ -281,23 +282,23 @@ qa_task:
- QA_CATEGORY: Cat6
- QA_CATEGORY: Analysis
- QA_CATEGORY: Authorization
- QA_CATEGORY: Authentication
- QA_CATEGORY: Auth
- QA_CATEGORY: Branch1
- QA_CATEGORY: Branch2
- QA_CATEGORY: CommunityEdition
- QA_CATEGORY: CommunityEditionWithPlugins
- QA_CATEGORY: CE
- QA_CATEGORY: CE_WithPlugins
- QA_CATEGORY: ComputeEngine
- QA_CATEGORY: Dev1
- QA_CATEGORY: Dev2
- QA_CATEGORY: Enterprise
- QA_CATEGORY: EnterprisePortfolio
- QA_CATEGORY: DE1
- QA_CATEGORY: DE2
- QA_CATEGORY: EE
- QA_CATEGORY: EE_Portfolio
- QA_CATEGORY: Issues1
- QA_CATEGORY: Issues2
- QA_CATEGORY: License1
- QA_CATEGORY: License2
- QA_CATEGORY: Plugins
- QA_CATEGORY: Project
- QA_CATEGORY: QualityProfile
- QA_CATEGORY: QP
- QA_CATEGORY: Upgrade
script:
- ./private/cirrus/cirrus-qa.sh postgres
Expand Down

0 comments on commit 00be6e1

Please sign in to comment.