Increased node count for the GKE tests in release.yml (#4748)

Followup to #4746. Tests were running out of resources.
This commit is contained in:
Alejandro Pedraza 2020-07-10 11:05:12 -05:00 committed by GitHub
parent e482ed4410
commit a30213b709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,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 }}