chore: Disable windows runner

This commit is contained in:
Leander Beernaert
2023-06-29 11:28:43 +02:00
parent 582afa1451
commit 552fc2700f

View File

@ -136,13 +136,13 @@ test-integration-race:
tags:
- windows-bridge
test-windows:
extends:
- .rules-branch-manual-MR-always
- .windows-base
stage: test
script:
- make test
#test-windows:
# extends:
# - .rules-branch-manual-MR-always
# - .windows-base
# stage: test
# script:
# - make test
# Stage: BUILD
@ -249,15 +249,15 @@ build-darwin-qa:
tags:
- windows-bridge
build-windows:
extends:
- .build-base
- .windows-build-setup
build-windows-qa:
extends:
- build-windows
variables:
BUILD_TAGS: "build_qa"
#build-windows:
# extends:
# - .build-base
# - .windows-build-setup
#
##build-windows-qa:
# extends:
# - build-windows
# variables:
# BUILD_TAGS: "build_qa"
#
# TODO: PUT BACK ALL THE JOBS! JUST DID THIS FOR NOW TO GET CI WORKING AGAIN...