summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2021-10-13 11:08:09 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2022-02-09 21:19:00 +0000
commit06fd63d8ef2e45b31a58e6ed674d78c3bc677f4a (patch)
tree9ddd20c09a34dfed24259eea54ee2489db72a89e
parentc2f6f404ad3f12d38ba8ac799c5eb5b8fb146a02 (diff)
downloadqbs-06fd63d8ef2e45b31a58e6ed674d78c3bc677f4a.tar.gz
Disable Windows Baremetal tests
We no longer have access to the VM and it was shutted down. Change-Id: I5ec6f09e10b87c9a4898ee5494dc42a9d9962371 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--.github/workflows/main.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index df2fca11b..57f3c54e2 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -453,7 +453,8 @@ jobs:
runs-on: [self-hosted, windows, x64]
timeout-minutes: 30
needs: build-windows
- if: ${{ github.actor == 'rweickelt' }}
+ # baremetal VM is down, disable the workflow for now
+ if: 'false'
env:
QBS_TEST_SOURCE_ROOT: 'tests'
QT_ASSUME_STDERR_HAS_CONSOLE: 1