qt5/coin
Toni Saario b8441b17f9 Delete macOS GCA keys and dhcp lease after provisioning
This ensures that link-local IPv6 address is unique per
each VM.

Task-number: QTQAINFRA-7383
Pick-to: 6.9 6.8 6.5
Change-Id: I53434ec3a158cec09f03c96087a401ef05f47b86
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
(cherry picked from commit b8995e0ebc)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2025-09-16 05:55:48 +00:00
..
instructions coin: Add instructions to run RunCMake tests 2025-04-02 19:02:23 +02:00
platform_configs Make Windows 11 23h2 ARM tests as blocking in CI 2025-09-12 04:32:25 +00:00
pre-provisioning Add Windows 11 23h2 ARM with non-blocking tests in CI 2025-07-04 11:13:29 +03:00
provisioning Delete macOS GCA keys and dhcp lease after provisioning 2025-09-16 05:55:48 +00:00
README Provisioning: Move Visual Studio installation to pre-provisioning 2017-03-22 09:31:06 +00:00
module_config.yaml coin: Add instructions to run RunCMake tests 2025-04-02 19:02:23 +02:00

README

Continuous Integration
======================

This directory contains files used by Qt's Continuous Integration system (Coin).

pre-provisioning
----------------
Contains scripts which are used to install software to tier1 machines manually.
E.g. Visual studio installation takes too long to be included to automatic provisioning of tier2 templates.

provisioning
------------
Contains scripts that apply to different test machines in order to run automatic tests on them.
For Windows scripts, make sure that the machine has "Set-ExecutionPolicy RemoteSigned -Force" set.
(Run as admin in PowerShell)