aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Update submodules on '5.14' in qt/qt5Qt Submodule Update Bot2020-01-148-0/+0
| | | | | | | | | | | | | | | Change-Id: I7cb77e9e0c3cca65ca7dd723b5775f89ce9e71fd Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * | Use internal mirror repositories for Ubuntu docker containersDimitrios Apostolou2020-01-1323-72/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Depending on different external URLs makes our provisioning scripts flaky, because they can fail if any one of the external servers goes down. In this patch * the docker images qt_ubuntu_16.04 and qt_ubuntu_18.04 are being built first, they apt-get from the internal ubuntu mirror * all the existing docker images have been rebased to these two images, so they inherit this behavior * images that fetch files from the internet have been modified to not do the fetching themselves; insted URLs are fetched in advance using "DownloadURL" which accepts internal mirrored URLs, and the downloaded files are ADDed to the images with a local copy * previously existing git clone commands have been modified to fetch internally mirrored tarballs Task-number: QTQAINFRA-3343 Change-Id: Ic4640a4f7776e38623edba90f0eba7cb68631223 Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| * | Do not try to double-install docker-ce-cliDimitrios Apostolou2020-01-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | That happened because docker-ce* was installing both docker-ce and docker-ce-cli, so apt was printing a warning. Change-Id: I0cad82243c8c3d5c0b9f26fc7b24673268259aa4 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
| * | Update submodules on '5.14' in qt/qt5Qt Submodule Update Bot2020-01-131-0/+0
| | | | | | | | | | | | | | | Change-Id: Idb52a57c9c72c1424629a9ae2ed06584b5b8d068 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * | Update submodules on '5.14' in qt/qt5Qt Submodule Update Bot2020-01-112-0/+0
| | | | | | | | | | | | | | | Change-Id: Id5f66e3cb581fd880851fb61d901060a8232be2e Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * | Update submodules on '5.14' in qt/qt5Qt Submodule Update Bot2020-01-117-0/+0
| | | | | | | | | | | | | | | Change-Id: I5b18577a73d6c807ef3dd6a849e849594d016ffa Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * | Update submodules on '5.14' in qt/qt5Qt Submodule Update Bot2020-01-106-0/+0
| | | | | | | | | | | | | | | Change-Id: Ieac8e850bd8a6692a6ae71af6ad6160d6b7a5cd5 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * | Remove unused scriptDimitrios Apostolou2020-01-101-3/+0
| | | | | | | | | | | | | | | Change-Id: Ic3c57966c78fd8158a2467956fd31eaa4374412d Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| * | Update submodules on '5.14' in qt/qt5Qt Submodule Update Bot2020-01-095-0/+0
| |/ | | | | | | | | Change-Id: I4bd71f764c88db41229a068753b59255905f4381 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '5.14' in qt/qt5Qt Submodule Update Bot2020-01-074-0/+0
| | | | | | | | | | Change-Id: Ia736aeb90faaee12600944d54376db1876809bc0 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '5.14' in qt/qt5Qt Submodule Update Bot2020-01-063-0/+0
| | | | | | | | | | Change-Id: I58a16e8a9ff1d1ca307c22ce012a6a9e088ef09f Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Provisioning: Update Xcode to 11.3 for macOS 10.14Heikki Halmet2020-01-042-4/+3
| | | | | | | | | | | | Task-number: QTQAINFRA-3189 Change-Id: If16062254b33579b14f141d1db4aca2ad1e23afb Reviewed-by: Liang Qi <liang.qi@qt.io>
| * Enable a no-gui build on Ubuntu 18.04 for 5.14Liang Qi2020-01-041-0/+5
| | | | | | | | | | | | Task-number: QTQAINFRA-3406 Change-Id: Idb3e828f851fe00e76b0f3db1badb336062cd20a Reviewed-by: Liang Qi <liang.qi@qt.io>
| * Update submodules on '5.14' in qt/qt5Qt Submodule Update Bot2020-01-046-0/+0
| | | | | | | | | | Change-Id: Ibbf7352f6dc6fd2ce5601c2d0be2811b5e84c101 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Install QEMU from .deb package from internal cacheAssam Boudjelthia2020-01-031-27/+59
| | | | | | | | | | | | | | | | | | | | | | QEMU cloning and building with each provisioning takes time, thus installing it from a prebuilt installable package can save lots of time in provisioning. Task-number: QTQAINFRA-3396 Change-Id: I3e9b0fedeecb6ddbae3997742827552ce9419399 Reviewed-by: Dimitrios Apostolou <jimis@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
| * Update submodules on '5.14' in qt/qt5Qt Submodule Update Bot2020-01-035-0/+0
| | | | | | | | | | Change-Id: Ic2c372266dcb55741918dfc756328aae9cc72008 Reviewed-by: Liang Qi <liang.qi@qt.io>
| * Update submodules on '5.14' in qt/qt5Qt Submodule Update Bot2020-01-021-0/+0
| | | | | | | | | | Change-Id: I483e96010677a18ac89577cb35f72d42e2544853 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '5.14' in qt/qt5Qt Submodule Update Bot2019-12-293-0/+0
| | | | | | | | | | Change-Id: Id466f85a6e2f1e79ec35836be1ea7f9ca4216666 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '5.14' in qt/qt5Qt Submodule Update Bot2019-12-261-0/+0
| | | | | | | | | | Change-Id: Ic3b07bb0ffca1ec66adc762238a61f613bb24ee0 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '5.14' in qt/qt5Qt Submodule Update Bot2019-12-226-0/+0
| | | | | | | | | | Change-Id: I835657ea69a413b2c08073cdf565140642987f70 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '5.14' in qt/qt5Qt Submodule Update Bot2019-12-2014-0/+0
| | | | | | | | | | Change-Id: If43145e8009a9a6a278a57aebf3dff91a928c9c8 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update enterprise license agreement v4.2.1Jani Heikkinen2019-12-181-959/+1005
| | | | | | | | | | | | Task-number: QTBUG-80661 Change-Id: Icc3a1408b104ad2f08cd6959ee4bcb8da2fb69cf Reviewed-by: Lars Knoll <lars.knoll@qt.io>
| * Update submodules on '5.14' in qt/qt5Qt Submodule Update Bot2019-12-1741-0/+0
| | | | | | | | | | Change-Id: I0cbcbc227db09a2d6fad6390d00ef95148edbcd7 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '5.14' in qt/qt5Qt Submodule Update Bot2019-12-153-0/+0
| | | | | | | | | | Change-Id: I47e1f77b3953df5defdc14b7f200bdd0c46191c3 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Update submodules on '5.14' in qt/qt5Qt Submodule Update Bot2019-12-152-0/+0
| | | | | | | | | | Change-Id: I0fbad0d790ea54f08bd71c8a558646e4c0711294 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * Merge remote-tracking branch 'origin/5.14.0' into 5.14Liang Qi2019-12-142-913/+1285
| |\ | | | | | | | | | Change-Id: I5c3bfd31d2489bcf1a44f694532afbe92b9d3074
| | * Update submodules on '5.14.0' in qt5v5.14.0-rc2v5.14.0Qt Submodule Update Bot2019-12-083-0/+0
| | | | | | | | | | | | | | | Change-Id: Ic2d754b6f873b051472b3fd9ff2b8e7ee27d7dfb Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| | * Update QT LICENSE AGREEMENT Agreement version 4.2 in qt5 rootJani Heikkinen2019-12-062-913/+1285
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There seems to be own copy of QT LICENSE AGREEMENT in qt5 root as well. That's why we need to update it to currently used version (4.2). At same time let's remove version from file name to make update easier in the future Task-number: QTBUG-80485 Change-Id: I286390a0754dcba79927f4d74abaf06d761bedc1 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
| | * Update submodules on '5.14.0' in qt5Qt Submodule Update Bot2019-12-0611-0/+0
| | | | | | | | | | | | | | | Change-Id: I814b6e4b94291414b1a8e227095d2742de175985 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| | * Update submodules on '5.14.0' in qt5v5.14.0-rc1Qt Submodule Update Bot2019-12-035-0/+0
| | | | | | | | | | | | | | | Change-Id: I8b4b971563492f853f802337af7489e2d6323362 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| | * Update submodules on '5.14.0' in qt5Jani Heikkinen2019-12-0135-0/+0
| | | | | | | | | | | | | | | | | | | | | Update submodules on '5.14.0' in qt5 Change-Id: Ifd79795cba5a9b58f7c89e35f75f6fc6a4e57950 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| | * Merge remote-tracking branch 'origin/5.14' into 5.14.0Jani Heikkinen2019-11-2747-49/+118
| | |\ | | | | | | | | | | | | Change-Id: Ied8894925be2d31333b99638b480b950128d2e22
| | * | Adjust submodule branchesKari Oikarinen2019-11-141-42/+42
| | | |
| * | | Update submodules on '5.14' in qt/qt5Qt Submodule Update Bot2019-12-1441-0/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I778e48468a05708269960018a3e70e45f7295149 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
| * | | Remove SLES 12 provisioning scripts, as the platforms is already removedTony Sarajärvi2019-12-1015-505/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I52ded9be93b65b74ac4d42434f82a44831e3ec48 Reviewed-by: Liang Qi <liang.qi@qt.io>
| * | | Provisioning: New Tier1 image for Windows 10 x86_64Heikki Halmet2019-12-1011-31/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change will upgrade Visual studios to the latest ones. Also MSVC 2019 build tools are installed for RTA. MSVC 2019 version 16.3.10 MSVC 2017 version 15.9.17 MSVC 2019 build tools version 16.3.10 Task-number: QTQAINFRA-3389 Change-Id: Ic21645f96f8d4e6abc38951bd6bab519b4864418 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* | | | Remove 'TP' status from submodulesJani Heikkinen2020-02-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From Qt 5.15 -> - QtQuick3D will be officially supported - QtLottie will be officially supported - QtQuickTimeline will be officially supported Task-number: QTBUG-81818 Task-number: QTBUG-81834 Task-number: QTBUG-81922 Change-Id: I5e6efd5ccaf0bb25c83c9b88cc6cc2f8146993e2 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* | | | Update submodules on '5.15' in qt/qt5Qt Submodule Update Bot2020-02-139-0/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I3b32b99876b25e76319a4ed90770c54256649958 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* | | | Update submodules on '5.15' in qt/qt5v5.15.0-alpha1Qt Submodule Update Bot2020-02-128-0/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I558493f1e9f079824cd1a0e3752dbd1e498c6a27 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* | | | Update submodules on '5.15' in qt/qt5Qt Submodule Update Bot2020-02-115-0/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I9b97f5ba649f7deb44c27080f8e5ea7f06ee0df6 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | | | Update submodules on '5.15' in qt/qt5Qt Submodule Update Bot2020-02-0740-0/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: Ib241a47a09ff3a86e3bc1c942e266269e0854950 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* | | | Update qtwebengineJani Heikkinen2020-02-041-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update QtWebengine for Qt 5.15 Alpha: We need to have 4455081eabc8610112d1cce56a6f6fc64c0be236 in alpha Task-number: QTBUG-81128 Change-Id: I0030bb44bbb24813e6bb57d8c4b05c83defb6d57 Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* | | | Update submodules on '5.15' in qt/qt5Qt Submodule Update Bot2020-02-0440-0/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I9852c8b494db112d0db24f4d14e355c169b3fecf Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* | | | Update submodules on '5.15' in qt/qt5Qt Submodule Update Bot2020-01-285-0/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I0efd7bb24f4cc36c39ff8ef08083fcca235c9e93 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* | | | Update submodules on '5.15' in qt/qt5Qt Submodule Update Bot2020-01-2627-0/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I089e1ccd046ff13407656a53d2d3b1026cf4b16b Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* | | | Update submodules on '5.15' in qt/qt5Qt Submodule Update Bot2020-01-1511-0/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic2818ff944b945fad346ea5f4de96368c25c6413 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* | | | Update submodules on '5.15' in qt/qt5Qt Submodule Update Bot2020-01-121-0/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I5a22e3929eaefa4efe1cbfc3eed10954bc32e2c7 Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* | | | Update submodules on '5.15' in qt/qt5Qt Submodule Update Bot2020-01-117-0/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I5def23e806a8193bb20c4444c8c4a800bbbdbf0c Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* | | | Update submodules on '5.15' in qt/qt5Qt Submodule Update Bot2020-01-1010-0/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I9965f7277a859698cbbc70f66f1a352cab63436a Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
* | | | Remove WatchOS and tvOS from the CITony Sarajärvi2020-01-061-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTQAINFRA-3430 Change-Id: I3e6696db80312cbc14373ad623291e58017c6083 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>