From e70a1086205bfe9f8056b2446900ef5f3a17b33c Mon Sep 17 00:00:00 2001 From: Ivan Shvedunov <ivan4th@gmail.com> Date: Thu, 11 Jul 2024 17:20:12 +0000 Subject: [PATCH] Scale down systests (#6127) ------- ## 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. --- .github/workflows/systest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/systest.yml b/.github/workflows/systest.yml index 493eb09972..a31d1744de 100644 --- a/.github/workflows/systest.yml +++ b/.github/workflows/systest.yml @@ -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