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