Skip to content

Commit d03a61e

Browse files
authored
feat(run-integration-test): Add arm64 instances to kind, k3s, rke2 (#74)
1 parent 2f1efd2 commit d03a61e

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

run-integration-test/instances.yaml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,30 +36,45 @@ aks:
3636
medium: Standard_D8S_v5
3737
large: Standard_D16S_v5
3838

39-
##################################
40-
# VM based clusters (only AMD64) #
41-
##################################
39+
#######################################
40+
# VM based clusters (Some only AMD64) #
41+
#######################################
42+
43+
# Alpha Docs
44+
# https://docs.google.com/document/d/1Rl0CXds-vjbIn0w0P2sHCDu7X859uE8CQLJsIymZT6c/
4245

4346
# https://docs.replicated.com/vendor/testing-supported-clusters#kind
4447
kind:
4548
amd64:
4649
small: r1.small
4750
medium: r1.medium
4851
large: r1.large
52+
arm64:
53+
small: r1a.small
54+
medium: r1a.medium
55+
large: r1a.large
4956

5057
# https://docs.replicated.com/vendor/testing-supported-clusters#k3s
5158
k3s:
5259
amd64:
5360
small: r1.small
5461
medium: r1.medium
5562
large: r1.large
63+
arm64:
64+
small: r1a.small
65+
medium: r1a.medium
66+
large: r1a.large
5667

5768
# https://docs.replicated.com/vendor/testing-supported-clusters#rke2-beta
5869
rke2:
5970
amd64:
6071
small: r1.small
6172
medium: r1.medium
6273
large: r1.large
74+
arm64:
75+
small: r1a.small
76+
medium: r1a.medium
77+
large: r1a.large
6378

6479
# https://docs.replicated.com/vendor/testing-supported-clusters#openshift-okd
6580
okd:

0 commit comments

Comments
 (0)