From 426ceddbcaaa9e8e78c800beacbfe3ba8a77fadc Mon Sep 17 00:00:00 2001 From: Tate Date: Wed, 3 Jan 2024 14:48:58 -0700 Subject: [PATCH] Bump slowest e2e job to larger runner to improve test times (#11681) --- integration-tests/smoke/automation_test.go_test_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/smoke/automation_test.go_test_list.json b/integration-tests/smoke/automation_test.go_test_list.json index da214a0d282..5bf941ed2ce 100644 --- a/integration-tests/smoke/automation_test.go_test_list.json +++ b/integration-tests/smoke/automation_test.go_test_list.json @@ -2,7 +2,7 @@ "tests": [ { "name": "TestAutomationBasic", - "label": "ubuntu-latest", + "label": "ubuntu-latest-32cores-128GB", "nodes": 6 }, {