Skip to content

Commit 6b0954e

Browse files
committed
Revert to kc1.large.2 instance type for arm64
kc1.xlarge.2 is only 5 mins faster while 2x expensive.
1 parent 0df03aa commit 6b0954e

8 files changed

+16
-16
lines changed

.github/workflow.yml.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
project-id: ${{ secrets.PROJECT_ID }}
2929
availability-zone: ap-southeast-1b
3030
ecs-image-id: 93b1fc8d-ee4e-4126-950e-8f4404408acc
31-
ecs-instance-type: kc1.xlarge.2
31+
ecs-instance-type: kc1.large.2
3232
vpc-id: ${{ secrets.VPC_ID }}
3333
subnet-id: ${{ secrets.SUBNET_ID }}
3434
security-group-id: ${{ secrets.SECURITY_GROUP_ID }}
@@ -132,4 +132,4 @@ jobs:
132132
project-id: ${{ secrets.PROJECT_ID }}
133133
availability-zone: ap-southeast-1b
134134
label: ${{ needs.start-runner.outputs.label }}
135-
ecs-instance-id: ${{ needs.start-runner.outputs.ecs-instance-id }}
135+
ecs-instance-id: ${{ needs.start-runner.outputs.ecs-instance-id }}

.github/workflows/aarch64-musl_arm-musleabi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
project-id: ${{ secrets.PROJECT_ID }}
2929
availability-zone: ap-southeast-1b
3030
ecs-image-id: 93b1fc8d-ee4e-4126-950e-8f4404408acc
31-
ecs-instance-type: kc1.xlarge.2
31+
ecs-instance-type: kc1.large.2
3232
vpc-id: ${{ secrets.VPC_ID }}
3333
subnet-id: ${{ secrets.SUBNET_ID }}
3434
security-group-id: ${{ secrets.SECURITY_GROUP_ID }}
@@ -132,4 +132,4 @@ jobs:
132132
project-id: ${{ secrets.PROJECT_ID }}
133133
availability-zone: ap-southeast-1b
134134
label: ${{ needs.start-runner.outputs.label }}
135-
ecs-instance-id: ${{ needs.start-runner.outputs.ecs-instance-id }}
135+
ecs-instance-id: ${{ needs.start-runner.outputs.ecs-instance-id }}

.github/workflows/arm-musleabihf_armv5te-musleabi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
project-id: ${{ secrets.PROJECT_ID }}
2929
availability-zone: ap-southeast-1b
3030
ecs-image-id: 93b1fc8d-ee4e-4126-950e-8f4404408acc
31-
ecs-instance-type: kc1.xlarge.2
31+
ecs-instance-type: kc1.large.2
3232
vpc-id: ${{ secrets.VPC_ID }}
3333
subnet-id: ${{ secrets.SUBNET_ID }}
3434
security-group-id: ${{ secrets.SECURITY_GROUP_ID }}
@@ -132,4 +132,4 @@ jobs:
132132
project-id: ${{ secrets.PROJECT_ID }}
133133
availability-zone: ap-southeast-1b
134134
label: ${{ needs.start-runner.outputs.label }}
135-
ecs-instance-id: ${{ needs.start-runner.outputs.ecs-instance-id }}
135+
ecs-instance-id: ${{ needs.start-runner.outputs.ecs-instance-id }}

.github/workflows/armv7-musleabi_armv7-musleabihf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
project-id: ${{ secrets.PROJECT_ID }}
2929
availability-zone: ap-southeast-1b
3030
ecs-image-id: 93b1fc8d-ee4e-4126-950e-8f4404408acc
31-
ecs-instance-type: kc1.xlarge.2
31+
ecs-instance-type: kc1.large.2
3232
vpc-id: ${{ secrets.VPC_ID }}
3333
subnet-id: ${{ secrets.SUBNET_ID }}
3434
security-group-id: ${{ secrets.SECURITY_GROUP_ID }}
@@ -132,4 +132,4 @@ jobs:
132132
project-id: ${{ secrets.PROJECT_ID }}
133133
availability-zone: ap-southeast-1b
134134
label: ${{ needs.start-runner.outputs.label }}
135-
ecs-instance-id: ${{ needs.start-runner.outputs.ecs-instance-id }}
135+
ecs-instance-id: ${{ needs.start-runner.outputs.ecs-instance-id }}

.github/workflows/i586-musl_i686-musl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
project-id: ${{ secrets.PROJECT_ID }}
2929
availability-zone: ap-southeast-1b
3030
ecs-image-id: 93b1fc8d-ee4e-4126-950e-8f4404408acc
31-
ecs-instance-type: kc1.xlarge.2
31+
ecs-instance-type: kc1.large.2
3232
vpc-id: ${{ secrets.VPC_ID }}
3333
subnet-id: ${{ secrets.SUBNET_ID }}
3434
security-group-id: ${{ secrets.SECURITY_GROUP_ID }}
@@ -132,4 +132,4 @@ jobs:
132132
project-id: ${{ secrets.PROJECT_ID }}
133133
availability-zone: ap-southeast-1b
134134
label: ${{ needs.start-runner.outputs.label }}
135-
ecs-instance-id: ${{ needs.start-runner.outputs.ecs-instance-id }}
135+
ecs-instance-id: ${{ needs.start-runner.outputs.ecs-instance-id }}

.github/workflows/mips-musl_mips64-muslabi64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
project-id: ${{ secrets.PROJECT_ID }}
2929
availability-zone: ap-southeast-1b
3030
ecs-image-id: 93b1fc8d-ee4e-4126-950e-8f4404408acc
31-
ecs-instance-type: kc1.xlarge.2
31+
ecs-instance-type: kc1.large.2
3232
vpc-id: ${{ secrets.VPC_ID }}
3333
subnet-id: ${{ secrets.SUBNET_ID }}
3434
security-group-id: ${{ secrets.SECURITY_GROUP_ID }}
@@ -132,4 +132,4 @@ jobs:
132132
project-id: ${{ secrets.PROJECT_ID }}
133133
availability-zone: ap-southeast-1b
134134
label: ${{ needs.start-runner.outputs.label }}
135-
ecs-instance-id: ${{ needs.start-runner.outputs.ecs-instance-id }}
135+
ecs-instance-id: ${{ needs.start-runner.outputs.ecs-instance-id }}

.github/workflows/mips64el-muslabi64_mipsel-musl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
project-id: ${{ secrets.PROJECT_ID }}
2929
availability-zone: ap-southeast-1b
3030
ecs-image-id: 93b1fc8d-ee4e-4126-950e-8f4404408acc
31-
ecs-instance-type: kc1.xlarge.2
31+
ecs-instance-type: kc1.large.2
3232
vpc-id: ${{ secrets.VPC_ID }}
3333
subnet-id: ${{ secrets.SUBNET_ID }}
3434
security-group-id: ${{ secrets.SECURITY_GROUP_ID }}
@@ -132,4 +132,4 @@ jobs:
132132
project-id: ${{ secrets.PROJECT_ID }}
133133
availability-zone: ap-southeast-1b
134134
label: ${{ needs.start-runner.outputs.label }}
135-
ecs-instance-id: ${{ needs.start-runner.outputs.ecs-instance-id }}
135+
ecs-instance-id: ${{ needs.start-runner.outputs.ecs-instance-id }}

.github/workflows/powerpc64le-musl_x86_64-musl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
project-id: ${{ secrets.PROJECT_ID }}
2929
availability-zone: ap-southeast-1b
3030
ecs-image-id: 93b1fc8d-ee4e-4126-950e-8f4404408acc
31-
ecs-instance-type: kc1.xlarge.2
31+
ecs-instance-type: kc1.large.2
3232
vpc-id: ${{ secrets.VPC_ID }}
3333
subnet-id: ${{ secrets.SUBNET_ID }}
3434
security-group-id: ${{ secrets.SECURITY_GROUP_ID }}
@@ -132,4 +132,4 @@ jobs:
132132
project-id: ${{ secrets.PROJECT_ID }}
133133
availability-zone: ap-southeast-1b
134134
label: ${{ needs.start-runner.outputs.label }}
135-
ecs-instance-id: ${{ needs.start-runner.outputs.ecs-instance-id }}
135+
ecs-instance-id: ${{ needs.start-runner.outputs.ecs-instance-id }}

0 commit comments

Comments
 (0)