From 389d3be2caa40abaf940efc38047faa075698dee Mon Sep 17 00:00:00 2001 From: cuisongliu Date: Thu, 16 Nov 2023 12:16:06 +0800 Subject: [PATCH] init commit --- .cirun.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.cirun.yml b/.cirun.yml index 40d2413..535affa 100644 --- a/.cirun.yml +++ b/.cirun.yml @@ -1,10 +1,11 @@ runners: - name: "cirun-gcp-amd64" cloud: "gcp" - machine_image: "sealos-dev:cirun-action-podman" # YOUR-PROJECT-NAME:MACHINE-IMAGE-NAME + machine_image: "sealos-dev:cirun-action-podman-centos-500g" # YOUR-PROJECT-NAME:MACHINE-IMAGE-NAME instance_type: - "e2-highmem-2" - - "e2-custom-2-16384" + - "e2-custom-4-16384" + - "e2-highmem-4" labels: - "cirun-gcp-amd64" region: @@ -14,3 +15,9 @@ runners: - "asia-east2-a" - "asia-east2-b" - "asia-east2-c" + - "us-west1-b" + - "us-west1-a" + - "us-west1-c" + - "us-west2-b" + - "us-west2-a" + - "us-west2-c"