mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-04 23:46:29 +08:00
When running Axivion analysis on virtual machine, analysis will update sourceserver_gitdir and source_server_remote_url into result database. If these are missing from configuration, analysis will use work area values for these and those does not work on dashboard. Task-number: QTQAINFRA-6262 Change-Id: I00df7eade6de1a12a6bb59cbd24374dd0cedd715 Reviewed-by: Toni Saario <toni.saario@qt.io>
34 lines
930 B
JSON
34 lines
930 B
JSON
{
|
|
"Project": {
|
|
"Git": {
|
|
"_active": true,
|
|
"sourceserver_gitdir": "/data/axivion/databases/$(env:TESTED_MODULE_COIN).git",
|
|
"sourceserver_remote_url": "ssh://codereview.qt-project.org:29418/qt/$(env:TESTED_MODULE_COIN)"
|
|
},
|
|
"Project-GlobalOptions": {
|
|
"ci_mode": {
|
|
"clean_before": false
|
|
},
|
|
"directory": "../work/qt/$(env:TESTED_MODULE_COIN)",
|
|
"ir": "$(env:IRNAME)",
|
|
"name": "qt_$(env:PACKAGE)_$(env:MODULE)_dev_$(env:TARGET_OS_COIN)"
|
|
}
|
|
},
|
|
"Results": {
|
|
"Dashboard": {
|
|
"ci_mode": {
|
|
"directory": "/data/axivion/databases"
|
|
},
|
|
"dashboard_url": "https://axivion-srv.ci.qt.io/axivion/"
|
|
}
|
|
},
|
|
"_Format": "1.0",
|
|
"_Version": "7.6.2",
|
|
"_VersionNum": [
|
|
7,
|
|
6,
|
|
2,
|
|
12725
|
|
]
|
|
}
|