mirror of https://github.com/linkerd/linkerd2.git
Use 2 nodes in cloud integration tests (#4746)
The deep integration tests started failing on GKE. Originally, this was thought to be a cleanup issue, but we have not cleaned up deep integration tests in the past. We install Linkerd once, and then run all the tests serially. In thinking it's been a while since we've run a full deep tests on GKE, we may just need more resources when running them now. This increases the node count of the GKE cluster that we run on from 1 to 2. Signed-off-by: Kevin Leimkuhler <kevin@kleimkuhler.com>
This commit is contained in:
parent
e225c46484
commit
e482ed4410
|
@ -108,6 +108,7 @@ jobs:
|
|||
preemptible: false
|
||||
create: true
|
||||
name: testing-${{ steps.install_cli.outputs.tag }}-${{ github.run_id }}
|
||||
num_nodes: 2
|
||||
- name: Run integration tests
|
||||
env:
|
||||
GITCOOKIE_SH: ${{ secrets.GITCOOKIE_SH }}
|
||||
|
|
Loading…
Reference in New Issue