|
39 | 39 | darwin: |
40 | 40 | name: comprehensive-e2e-darwin-${{ matrix.goarch }} |
41 | 41 | needs: authorize |
| 42 | + if: ${{ false }} # Temporary focused Windows/ARM64 WireGuard diagnostic. |
42 | 43 | runs-on: ${{ matrix.runner }} |
43 | 44 | timeout-minutes: 360 |
44 | 45 | strategy: |
@@ -120,6 +121,7 @@ jobs: |
120 | 121 | linux-native: |
121 | 122 | name: comprehensive-e2e-linux-${{ matrix.goarch }} |
122 | 123 | needs: authorize |
| 124 | + if: ${{ false }} # Temporary focused Windows/ARM64 WireGuard diagnostic. |
123 | 125 | runs-on: ${{ matrix.runner }} |
124 | 126 | timeout-minutes: 360 |
125 | 127 | strategy: |
@@ -201,6 +203,7 @@ jobs: |
201 | 203 | linux-386: |
202 | 204 | name: comprehensive-e2e-linux-386 |
203 | 205 | needs: authorize |
| 206 | + if: ${{ false }} # Temporary focused Windows/ARM64 WireGuard diagnostic. |
204 | 207 | runs-on: ubuntu-24.04 |
205 | 208 | timeout-minutes: 360 |
206 | 209 | env: |
@@ -272,12 +275,6 @@ jobs: |
272 | 275 | fail-fast: false |
273 | 276 | matrix: |
274 | 277 | include: |
275 | | - - runner: windows-2022 |
276 | | - goarch: 386 |
277 | | - server_arch: amd64 |
278 | | - - runner: windows-2022 |
279 | | - goarch: amd64 |
280 | | - server_arch: amd64 |
281 | 278 | - runner: windows-11-arm |
282 | 279 | goarch: arm64 |
283 | 280 | server_arch: arm64 |
@@ -333,9 +330,11 @@ jobs: |
333 | 330 | -target-os windows |
334 | 331 | -target-arch ${{ matrix.goarch }} |
335 | 332 | -results ./e2e-results |
336 | | - -transports mtls,wg,http |
337 | | - -implant-modes session,beacon |
| 333 | + -transports wg |
| 334 | + -implant-modes beacon |
338 | 335 | -beacon-interval 10s |
| 336 | + -command-timeout 30s |
| 337 | + -implant-debug |
339 | 338 |
|
340 | 339 | - name: Upload target coverage |
341 | 340 | if: ${{ always() }} |
@@ -417,4 +416,5 @@ jobs: |
417 | 416 | reflektor: |
418 | 417 | name: Existing Reflektor test matrix |
419 | 418 | needs: authorize |
| 419 | + if: ${{ false }} # Temporary focused Windows/ARM64 WireGuard diagnostic. |
420 | 420 | uses: ./.github/workflows/reflektor-tests.yml |
0 commit comments