From 7be0cd19a855b59e86dccdeaa0338012df82e483 Mon Sep 17 00:00:00 2001 From: Nim Jayawardena Date: Mon, 18 Dec 2023 12:26:49 -0500 Subject: [PATCH] fix: Add gcb skaffold profile to loadgenerator module (#2305) --- skaffold.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/skaffold.yaml b/skaffold.yaml index dc436504a3d..7bb3b068ad1 100644 --- a/skaffold.yaml +++ b/skaffold.yaml @@ -69,7 +69,7 @@ profiles: diskSizeGb: 300 machineType: N1_HIGHCPU_32 timeout: 4000s -# "debug" profile replaces the default Dockerfile in cartservice with Dockerfile.debug, +# "debug" profile replaces the default Dockerfile in cartservice with Dockerfile.debug, # which enables debugging via skaffold. # # This profile is used by default when running skaffold debug. @@ -105,3 +105,10 @@ manifests: - ./kubernetes-manifests/loadgenerator.yaml deploy: kubectl: {} +profiles: +- name: gcb + build: + googleCloudBuild: + diskSizeGb: 300 + machineType: N1_HIGHCPU_32 + timeout: 4000s