mirror of
git://code.qt.io/qt/qt5.git
synced 2025-12-21 07:28:21 +08:00
Replace hard coded branch value with environment variable
Axvion analysis will be run also in release branches and this prevents results to be mixed between brnaches. Task-number: QTQAINFRA-7599 Pick-to: 6.11 6.10 6.8 Change-Id: I5766d234bce2054d0dc6999ae1cac3f05c197d0e Reviewed-by: Aku Pietikäinen <aku.pietikainen@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"directory": "../work/qt/$(env:TESTED_MODULE_COIN)",
|
||||
"ir": "$(env:IRNAME)",
|
||||
"name": "qt_$(env:PACKAGE)_$(env:MODULE)_dev_$(env:TARGET_OS_COIN)"
|
||||
"name": "qt_$(env:PACKAGE)_$(env:MODULE)_(env:TESTED_MODULE_BRANCH_COIN)_$(env:TARGET_OS_COIN)"
|
||||
},
|
||||
"VCSIntegration": {
|
||||
"vcs_mapping": {
|
||||
|
||||
Reference in New Issue
Block a user