@@ -81,26 +81,6 @@ QEMU_DEVCONTAINER_URL="${QEMU_DEVCONTAINER_URL:-}"
8181QEMU_DEVCONTAINER_BINHOST_URL = " ${ QEMU_DEVCONTAINER_BINHOST_URL:- } "
8282QEMU_DEVCONTAINER_FILE = " ${ QEMU_DEVCONTAINER_FILE:- } "
8383
84- # -- Equinix Metal --
85- EQUINIXMETAL_PARALLEL = " ${ PARALLEL_TESTS:-4 } "
86- # Metro is a set of Equinix Metal regions
87- EQUINIXMETAL_amd64_METRO = " ${ EQUINIXMETAL_amd64_METRO:-SV } "
88- EQUINIXMETAL_arm64_METRO = " ${ EQUINIXMETAL_arm64_METRO:-DC } "
89- # Name of the Equinix Metal image
90- EQUINIXMETAL_IMAGE_NAME = " flatcar_production_packet_image.bin.bz2"
91- # Storage URL required to store user-data
92- EQUINIXMETAL_STORAGE_URL = " ${ EQUINIXMETAL_STORAGE_URL:-gs://flatcar-jenkins/mantle/packet } "
93- # Equinix Metal default AMD64 instance type
94- EQUINIXMETAL_amd64_INSTANCE_TYPE = " ${ EQUINIXMETAL_amd64_INSTANCE_TYPE:-c3.small.x86 } "
95- # Space separated list of instance types. On those instances the
96- # cl.internet kola test will be run if this test is selected to run.
97- EQUINIXMETAL_amd64_MORE_INSTANCE_TYPES = " m3.small.x86 c3.medium.x86 m3.large.x86 s3.xlarge.x86 n2.xlarge.x86"
98- # Equinix Metal default ARM64 instance type
99- EQUINIXMETAL_arm64_INSTANCE_TYPE = " c3.large.arm"
100- # Space separated list of instance types. On those instances the
101- # cl.internet kola test will be run if this test is selected to run.
102- EQUINIXMETAL_arm64_MORE_INSTANCE_TYPES = " "
103-
10484# -- PXE --
10585PXE_KERNEL_NAME = " flatcar_production_pxe.vmlinuz"
10686PXE_IMAGE_NAME = " flatcar_production_pxe_image.cpio.gz"
0 commit comments