From 5f4e8bc4e1f2ae29b96b0815cf775b1d30a340c2 Mon Sep 17 00:00:00 2001 From: Robert Shaw Date: Mon, 13 May 2024 01:01:42 +0000 Subject: [PATCH] updated build --- .github/workflows/build-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index b0fe3fbca0408..47b12647953fc 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-k8s-build + default: aws-avx512-192G-4-T4-64G build_timeout: description: "time limit for build in minutes " type: string @@ -23,11 +23,11 @@ on: Gi_per_thread: description: 'requested GiB to reserve per thread' type: string - default: "1" + default: "4" nvcc_threads: description: "number of threads nvcc build threads" type: string - default: "4" + default: "8" # test related parameters test_label_solo: description: "requested runner label (specifies instance)"