From 5d2c8c929f85f2d24a457f183a28cce82c0391d5 Mon Sep 17 00:00:00 2001 From: Axel Spoerl Date: Fri, 11 Oct 2024 14:42:01 +0200 Subject: [PATCH] macOS pre-provisioning: Add instruction to enable VNC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit VNC access has not been enabled on macOS tier1 images. Add instruction. Task-number: QTQAINFRA-6626 Change-Id: I1824705aa49b9f5192460e87e5285976bc8176eb Reviewed-by: Tor Arne Vestbø --- coin/pre-provisioning/qtci-macos-12.0-x86_64/README | 1 + coin/pre-provisioning/qtci-macos-arm/README | 1 + 2 files changed, 2 insertions(+) diff --git a/coin/pre-provisioning/qtci-macos-12.0-x86_64/README b/coin/pre-provisioning/qtci-macos-12.0-x86_64/README index 6aee519f..14b9a062 100644 --- a/coin/pre-provisioning/qtci-macos-12.0-x86_64/README +++ b/coin/pre-provisioning/qtci-macos-12.0-x86_64/README @@ -18,6 +18,7 @@ * Download and run coin setup binaries from http://coin/coin/setup - Check /Users/qt folder for bootstrap agent * Create /etc/sudoers.d/qt with a line of qt ALL=(ALL) NOPASSWD: ALL +* Enable VNC remote access * Poweroff VM * Enlarge disk space - Parallels Control center :: VM settings :: Hardware :: Hard Disk :: 300GB diff --git a/coin/pre-provisioning/qtci-macos-arm/README b/coin/pre-provisioning/qtci-macos-arm/README index 379b8509..76eb8d96 100644 --- a/coin/pre-provisioning/qtci-macos-arm/README +++ b/coin/pre-provisioning/qtci-macos-arm/README @@ -22,6 +22,7 @@ - Check /Users/qt folder for bootstrap agent - Add COIN bootstrap agent, terminal and ssh keygen wrapper to full disk access - Add access for COIN bootstrap agent to bluetooth + - Enable VNC renmote access - Shutdown the virtual machine * Enable backtraces (https://bugreports.qt.io/browse/QTQAINFRA-5933)