Skip to content

Commit 7347871

Browse files
committed
[GHA] Temporarily disable testing on windows-2022
As noted in #1715 testing on Windows Server 2022 in Release mode has become flaky in the last couple of days. The root cause of this has so far been elusive and the issue is not reproducible on a local Windows 11 machine. This patch temporarily disables this axis from the job matrix while investigation continues.
1 parent a52eac5 commit 7347871

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@ jobs:
230230
adapter: {name: L0, var: '-DUR_BUILD_ADAPTER_L0=ON'}
231231
- adapter: {name: L0, var: '-DUR_BUILD_ADAPTER_L0=ON'}
232232
compiler: {c: clang-cl, cxx: clang-cl}
233+
# TODO: testing is flaky on windows-2022 in Release mode
234+
- os: 'windows-2022'
235+
build_type: Release
233236

234237
build_type: [Debug, Release]
235238
compiler: [{c: cl, cxx: cl}, {c: clang-cl, cxx: clang-cl}]

0 commit comments

Comments
 (0)