From 7f0e2576a0f3e6d2c8646ba2898f2a619045152d Mon Sep 17 00:00:00 2001 From: Andy Linfoot <78757007+andy-neuma@users.noreply.github.com> Date: Fri, 10 May 2024 13:39:40 -0400 Subject: [PATCH] switch to k8s runners (#231) SUMMARY: * switch build phase to GCP k8s cluster TEST PLAN: runs on remote push Co-authored-by: andy-neuma --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 6f018f6f233c8..0fee152825309 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -15,7 +15,7 @@ on: build_label: description: "requested runner label (specifies instance)" type: string - default: "gcp-build-static" + default: gcp-k8s-build build_timeout: description: "time limit for build in minutes " type: string