Skip to content

Commit 9a9a614

Browse files
Merge remote-tracking branch 'remotes/from/ce/release/1.21.x' into release/1.21.x
2 parents 11c21ab + 292b9d5 commit 9a9a614

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/actions/metadata/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ runs:
166166
go_tags='ent,enterprise'
167167
version_metadata='${{ inputs.vault-version }}+ent'
168168
fi
169-
compute_build='["self-hosted","ondemand","os=linux","disk_gb=64","type=c6a.4xlarge"]'
170-
compute_build_ui='["self-hosted","ondemand","os=linux", "disk_gb=64", "type=c6a.2xlarge"]'
171-
compute_test_go='["self-hosted","ondemand","os=linux","disk_gb=64","type=c6a.2xlarge"]'
172-
compute_test_ui='["self-hosted","ondemand","os=linux","type=m6a.2xlarge"]'
169+
compute_build='["self-hosted","ondemand","os=linux","disk_gb=64","type=c6a.4xlarge;c5a.4xlarge"]'
170+
compute_build_ui='["self-hosted","ondemand","os=linux", "disk_gb=64", "type=c6a.2xlarge;c5a.2xlarge;c6a.4xlarge"]'
171+
compute_test_go='["self-hosted","ondemand","os=linux","disk_gb=64","type=c6a.2xlarge;c5a.2xlarge;c6a.4xlarge"]'
172+
compute_test_ui='["self-hosted","ondemand","os=linux","type=m6a.2xlarge;m6a.4xlarge"]'
173173
compute_small='["self-hosted","linux","small"]'
174174
else
175175
compute_build='"custom-linux-medium-vault-latest"'

0 commit comments

Comments
 (0)