Skip to content

Commit 91e9736

Browse files
committed
ci: focus Windows arm64 WireGuard diagnostics
1 parent 5ea7f87 commit 91e9736

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/comprehensive-e2e.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
darwin:
4040
name: comprehensive-e2e-darwin-${{ matrix.goarch }}
4141
needs: authorize
42+
if: ${{ false }} # Temporary focused Windows/ARM64 WireGuard diagnostic.
4243
runs-on: ${{ matrix.runner }}
4344
timeout-minutes: 360
4445
strategy:
@@ -120,6 +121,7 @@ jobs:
120121
linux-native:
121122
name: comprehensive-e2e-linux-${{ matrix.goarch }}
122123
needs: authorize
124+
if: ${{ false }} # Temporary focused Windows/ARM64 WireGuard diagnostic.
123125
runs-on: ${{ matrix.runner }}
124126
timeout-minutes: 360
125127
strategy:
@@ -201,6 +203,7 @@ jobs:
201203
linux-386:
202204
name: comprehensive-e2e-linux-386
203205
needs: authorize
206+
if: ${{ false }} # Temporary focused Windows/ARM64 WireGuard diagnostic.
204207
runs-on: ubuntu-24.04
205208
timeout-minutes: 360
206209
env:
@@ -272,12 +275,6 @@ jobs:
272275
fail-fast: false
273276
matrix:
274277
include:
275-
- runner: windows-2022
276-
goarch: 386
277-
server_arch: amd64
278-
- runner: windows-2022
279-
goarch: amd64
280-
server_arch: amd64
281278
- runner: windows-11-arm
282279
goarch: arm64
283280
server_arch: arm64
@@ -333,9 +330,11 @@ jobs:
333330
-target-os windows
334331
-target-arch ${{ matrix.goarch }}
335332
-results ./e2e-results
336-
-transports mtls,wg,http
337-
-implant-modes session,beacon
333+
-transports wg
334+
-implant-modes beacon
338335
-beacon-interval 10s
336+
-command-timeout 30s
337+
-implant-debug
339338
340339
- name: Upload target coverage
341340
if: ${{ always() }}
@@ -417,4 +416,5 @@ jobs:
417416
reflektor:
418417
name: Existing Reflektor test matrix
419418
needs: authorize
419+
if: ${{ false }} # Temporary focused Windows/ARM64 WireGuard diagnostic.
420420
uses: ./.github/workflows/reflektor-tests.yml

0 commit comments

Comments
 (0)