aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-windows-10-x86_64/99-unset-proxy.ps1
Commit message (Collapse)AuthorAgeFilesLines
* Add script to create shared folders for testing Qt I/O with UNC pathsVolker Hilsheimer2022-07-171-1/+0
| | | | | | | | | | | | | | | | | | Once these paths exist reliably on the Windows VM running the test, and are shared, we can access them through UNC paths as \\${COMPUTERNAME}\testshare This allows us to remove dependencies to network infrastructure from those QtCore tests. The test needs to run last, as otherwise the Visual Studio installer mysteriously fails to execute. So make some space at the end of the script list. Pick-to: 6.4 Change-Id: Ie11b894f000722a7d99b2c5e279c1b0b63021003 Reviewed-by: Simo Fält <simo.falt@qt.io>
* Set proxy on Windows VMs while provisioningTony Sarajärvi2018-02-231-0/+1
Task-number: QTQAINFRA-1669 Change-Id: Ia6b5b668051642a3729d7c7c83c69d8797045847 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>