Revert "Provisioning: Add Windows 11 on ARM as non-blocking in CI"

This reverts commit 72f11e0952.

Reason for revert: WoA is not going be included in 6.7 and WoA target is blocking dd08ded0fc20f5fce10bf287d4d22ae026226717, -51 template will not work with the proxy enabled and -53 template brings error C2672 with its updated MSVC in 6.7 qtbase.

Task-number: QTQAINFRA-6111
Change-Id: I13fde01aba392b173db178bff6893b71c20ae98a
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
This commit is contained in:
Elias Toivola
2024-09-05 17:27:18 +03:00
parent 3a1f14f866
commit 578a47e1b0
68 changed files with 69 additions and 745 deletions

View File

@@ -1,6 +1,4 @@
. "$PSScriptRoot\helpers.ps1"
# Disable Windows Module Installer (Trusted Installer).
# Trusted Installe enables installation, modification, and removal of Windows updates and optional components.
# If this service is disabled, install or uninstall of Windows updates might fail for this computer.
Run-Executable "sc.exe" "config TrustedInstaller start=disabled"
sc.exe config TrustedInstaller start=disabled