Skip to content

Commit

Permalink
test(e2e): disable amd64 self-hosted runners (#11862)
Browse files Browse the repository at this point in the history
IPV6 tests seems to be broken with our self-hosted runners.
It's not clear what's the problem, it can take some time to resolve it.
We'd rather have a slower CI with queues than CI which is broken. We can
still keep arm64 tests on self-hosted runners because those do not run
IPV6.

Signed-off-by: Jakub Dyszkiewicz <[email protected]>
  • Loading branch information
jakubdyszkiewicz authored and kumahq[bot] committed Oct 29, 2024
1 parent 1d7ad60 commit 220ab03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test-distribute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ jobs:
uses: ./.github/workflows/_test.yaml
with:
FULL_MATRIX: ${{ needs.check.outputs.FULL_MATRIX }}
<<<<<<< HEAD
=======
RUNNERS_BY_ARCH: ${{ (github.event_name == 'push' || github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) && '{"amd64":"ubuntu-latest","arm64":"ubuntu-latest-arm64-kong"}' || '{"amd64":"ubuntu-latest","arm64":""}' }}
>>>>>>> 31abdd66a (test(e2e): disable amd64 self-hosted runners (#11862))
secrets: inherit
build_publish:
permissions:
Expand Down

0 comments on commit 220ab03

Please sign in to comment.