Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cuisongliu committed Nov 16, 2023
1 parent eaa57a6 commit 389d3be
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .cirun.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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"

0 comments on commit 389d3be

Please sign in to comment.