Skip to content

Commit 14447a8

Browse files
authored
Merge pull request #2780 from AkihiroSuda/disable-windows-ci
CI: temporarily disable Windows
2 parents d7ee843 + 52d38fc commit 14447a8

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

.github/workflows/test.yml

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -153,19 +153,22 @@ jobs:
153153
run: go test -v ./...
154154
- name: Make
155155
run: make
156-
- name: Smoke test
157-
# Make sure the path is set properly and then run limactl
158-
run: |
159-
$env:Path = 'C:\Program Files\Git\usr\bin;' + $env:Path
160-
Set-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment' -Name PATH -Value $env:Path
161-
.\_output\bin\limactl.exe start template://experimental/wsl2
162-
# TODO: run the full integration tests
163-
- name: Debug
164-
if: always()
165-
run: type C:\Users\runneradmin\.lima\wsl2\ha.stdout.log
166-
- name: Debug
167-
if: always()
168-
run: type C:\Users\runneradmin\.lima\wsl2\ha.stderr.log
156+
# FIXME: Windows CI began to fail on Oct 21, 2024.
157+
# Something seems to have changed between win22/20241006.1 and win22/20241015.1.
158+
# https://github.com/lima-vm/lima/issues/2775
159+
# - name: Smoke test
160+
# # Make sure the path is set properly and then run limactl
161+
# run: |
162+
# $env:Path = 'C:\Program Files\Git\usr\bin;' + $env:Path
163+
# Set-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment' -Name PATH -Value $env:Path
164+
# .\_output\bin\limactl.exe start template://experimental/wsl2
165+
# # TODO: run the full integration tests
166+
# - name: Debug
167+
# if: always()
168+
# run: type C:\Users\runneradmin\.lima\wsl2\ha.stdout.log
169+
# - name: Debug
170+
# if: always()
171+
# run: type C:\Users\runneradmin\.lima\wsl2\ha.stderr.log
169172

170173
integration:
171174
name: Integration tests

0 commit comments

Comments
 (0)