Skip to content

Commit 08ae89d

Browse files
committed
scripts: Reserve virtualized environments for container build jobs
1 parent ed4e86a commit 08ae89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/scripts/common/get-node.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ client:
1111
key: ${CICO_API_KEY}
1212
EOF
1313

14-
if [[ "${JOB_NAME}" =~ rpms ]]; then
14+
if [[ "${JOB_NAME}" =~ rpms|containers ]]; then
1515
POOL_MATCH="^(virt-ec2)(.*)(centos-${CENTOS_VERSION}-${OS_ARCH})$"
1616
else
1717
POOL_MATCH="^(metal-ec2)(.*)(centos-${CENTOS_VERSION}-${OS_ARCH})$"

0 commit comments

Comments
 (0)