From b4dbd86d686b7e869b703d6511edba62c3dc13b5 Mon Sep 17 00:00:00 2001 From: Amelia Crate Date: Mon, 30 Sep 2024 10:36:59 -0700 Subject: [PATCH 1/2] Drop trailing comma in cit-periodics-rhel --- .../GoogleCloudPlatform/gcp-guest/gcp-guest-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prow/prowjobs/GoogleCloudPlatform/gcp-guest/gcp-guest-config.yaml b/prow/prowjobs/GoogleCloudPlatform/gcp-guest/gcp-guest-config.yaml index 639bff5362..1942810b05 100644 --- a/prow/prowjobs/GoogleCloudPlatform/gcp-guest/gcp-guest-config.yaml +++ b/prow/prowjobs/GoogleCloudPlatform/gcp-guest/gcp-guest-config.yaml @@ -579,7 +579,7 @@ periodics: - "-project=gcp-guest" - "-zone=us-central1-b" # Please keep this field ordered by version order (eg 7 -> 8 -> 9). Arch should go (amd64 -> arm64). - - "-images=projects/rhel-cloud/global/images/family/rhel-8,projects/rhel-cloud/global/images/family/rhel-9,projects/rhel-cloud/global/images/family/rhel-9-arm64," + - "-images=projects/rhel-cloud/global/images/family/rhel-8,projects/rhel-cloud/global/images/family/rhel-9,projects/rhel-cloud/global/images/family/rhel-9-arm64" - "-test_projects=compute-image-test-pool-002,compute-image-test-pool-003,compute-image-test-pool-004,compute-image-test-pool-005" - "-filter=^(cvm|livemigrate|suspendresume|loadbalancer|guestagent|hostnamevalidation|imageboot|licensevalidation|network|security|hotattach|lssd|disk|packagevalidation|ssh|metadata|sql|vmspec)$" - "-set_exit_status=false" From 7ce4aee26d678cffe4755def5bdc20098ee1d237 Mon Sep 17 00:00:00 2001 From: Amelia Crate Date: Mon, 30 Sep 2024 10:56:45 -0700 Subject: [PATCH 2/2] Double parallel_count for cit-periodics-windows This should address the timeouts. --- .../GoogleCloudPlatform/gcp-guest/gcp-guest-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prow/prowjobs/GoogleCloudPlatform/gcp-guest/gcp-guest-config.yaml b/prow/prowjobs/GoogleCloudPlatform/gcp-guest/gcp-guest-config.yaml index 1942810b05..c2e78690c6 100644 --- a/prow/prowjobs/GoogleCloudPlatform/gcp-guest/gcp-guest-config.yaml +++ b/prow/prowjobs/GoogleCloudPlatform/gcp-guest/gcp-guest-config.yaml @@ -719,7 +719,7 @@ periodics: command: - "/manager" args: - - "-parallel_count=5" + - "-parallel_count=10" - "-project=gcp-guest" - "-zone=us-central1-b" # Please keep this field ordered by Server OS then client and order by OS version release within those families.