Skip to content

Commit

Permalink
fix: singleton e2e runs in actions (#2073)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneutt authored Dec 9, 2021
1 parent 0b6d5af commit 65d0e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
KONG_LICENSE_DATA: ${{ secrets.KONG_LICENSE_DATA }}
KONG_CLUSTER_VERSION: ${{ matrix.kubernetes_version }}
ISTIO_VERSION: ${{ matrix.istio_version }}
NCPU: 2 # it was found that github actions (specifically) did not seem to perform well when spawning
# multiple kind clusters within a single job so this is hardcoded to 2 to ensure a limit of 2 clusters at any one point.
NCPU: 1 # it was found that github actions (specifically) did not seem to perform well when spawning
# multiple kind clusters within a single job, so only 1 is allowed at a time.

0 comments on commit 65d0e7d

Please sign in to comment.