From 94e5f21bc18ec755ca8c96fe8090688ec3558899 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 17 May 2021 08:55:31 +0200 Subject: [PATCH] copr-be: tag AWS resalloc instances with "aws" --- roles/copr/backend/templates/resalloc/pools.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/copr/backend/templates/resalloc/pools.yaml b/roles/copr/backend/templates/resalloc/pools.yaml index 4b202e258c..d2f097a059 100644 --- a/roles/copr/backend/templates/resalloc/pools.yaml +++ b/roles/copr/backend/templates/resalloc/pools.yaml @@ -17,6 +17,7 @@ aws_x86_64_normal_{% if devel %}dev{% else %}prod{% endif %}: - arch_armhfp_emulated - arch_s390x - arch_s390x_emulated + - aws cmd_new: "/var/lib/resallocserver/resalloc_provision/vm-aws-new --arch=x86_64" cmd_delete: "/var/lib/resallocserver/resalloc_provision/vm-aws-delete" cmd_livecheck: "/var/lib/resallocserver/resalloc_provision/vm-aws-check" @@ -35,6 +36,7 @@ aws_aarch64_normal_{% if devel %}dev{% else %}prod{% endif %}: - copr_builder - arch_aarch64 - arch_aarch64_native + - aws cmd_new: "/var/lib/resallocserver/resalloc_provision/vm-aws-new --arch=aarch64" cmd_delete: "/var/lib/resallocserver/resalloc_provision/vm-aws-delete" cmd_livecheck: "/var/lib/resallocserver/resalloc_provision/vm-aws-check"