Skip to content

Commit

Permalink
Scale down systests
Browse files Browse the repository at this point in the history
Use cluster size 20 instead of 30 and increase timeout to 75 min from
60. We should try to increase cluster size again once we figure out
the reason for performance regression in systests.
  • Loading branch information
ivan4th committed Jul 11, 2024
1 parent 6a247ab commit f36d5e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/systest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ jobs:
go-version-file: "go.mod"

- name: Run tests
timeout-minutes: 60
timeout-minutes: 75
env:
test_id: systest-${{ steps.vars.outputs.sha_short }}
label: sanity
storage: premium-rwo=10Gi
node_selector: cloud.google.com/gke-nodepool=systemtest
size: 30
size: 20
bootstrap: 4m
level: ${{ inputs.log_level }}
clusters: 4
Expand Down

0 comments on commit f36d5e5

Please sign in to comment.