copr-be-dev: test c7g instance
https://lists.fedoraproject.org/archives/list/buildsys@lists.fedoraproject.org/thread/VUAOXQ3BNXDZMVFR2PJCBQYWGWOIYMPD/
This commit is contained in:
parent
e804c8ff01
commit
5023fd5142
1 changed files with 6 additions and 2 deletions
|
@ -3,9 +3,13 @@
|
||||||
echo >&2 "running: $0 $*"
|
echo >&2 "running: $0 $*"
|
||||||
echo >&2 '$'"RESALLOC_NAME: $RESALLOC_NAME"
|
echo >&2 '$'"RESALLOC_NAME: $RESALLOC_NAME"
|
||||||
|
|
||||||
# TODO: moved from i3.large to i4i.large because
|
# moved from i3.large to i4i.large because
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2144249
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2144249
|
||||||
|
|
||||||
|
# 2022-11-23, trying to move from a1.xlarge => c7g.xlarge
|
||||||
|
# (price goes up by 40%)
|
||||||
|
# https://lists.fedoraproject.org/archives/list/buildsys@lists.fedoraproject.org/thread/VUAOXQ3BNXDZMVFR2PJCBQYWGWOIYMPD/
|
||||||
|
|
||||||
cmd=(
|
cmd=(
|
||||||
/usr/bin/resalloc-aws-new
|
/usr/bin/resalloc-aws-new
|
||||||
--aws-profile default
|
--aws-profile default
|
||||||
|
@ -19,7 +23,7 @@ cmd=(
|
||||||
{% if item == 'x86_64' %}
|
{% if item == 'x86_64' %}
|
||||||
--instance-type i4i.large
|
--instance-type i4i.large
|
||||||
{% else %}
|
{% else %}
|
||||||
--instance-type a1.xlarge
|
--instance-type c7g.xlarge
|
||||||
{% endif %}
|
{% endif %}
|
||||||
--tag FedoraGroup=copr
|
--tag FedoraGroup=copr
|
||||||
--tag CoprPurpose=builder
|
--tag CoprPurpose=builder
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue