Skip to content

Commit

Permalink
Scale down systests (#6127)
Browse files Browse the repository at this point in the history
-------

## Motivation

Systests are flaking often and are not passing for #6003 despite no obvious performance-related changes in this PR.
The reason appears to be the tests requiring too much CPU.
  • Loading branch information
ivan4th committed Jul 11, 2024
1 parent 982e517 commit e70a108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/systest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
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 e70a108

Please sign in to comment.