buildvm: move a64 and a32 instances to f36

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-07-12 16:09:49 -07:00
parent fb335bf5f0
commit 5be3150f37
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ koji_root: "koji.fedoraproject.org/koji"
koji_server_url: "https://koji.fedoraproject.org/kojihub"
koji_topurl: "https://kojipkgs.fedoraproject.org/"
koji_weburl: "https://koji.fedoraproject.org/koji"
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/35/Server/aarch64/os/
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/36/Server/aarch64/os/
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora
lvm_size: 140000
max_cpu: "{{ num_cpus }}"

View file

@ -20,7 +20,7 @@ koji_root: "koji.fedoraproject.org/koji"
koji_server_url: "https://koji.fedoraproject.org/kojihub"
koji_topurl: "https://kojipkgs.fedoraproject.org/"
koji_weburl: "https://koji.fedoraproject.org/koji"
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/35/Server/armhfp/os/
ks_repo: http://10.3.163.35/pub/fedora/linux/releases/36/Server/armhfp/os/
ks_url: http://10.3.163.35/repo/rhel/ks/kvm-fedora-armv7
lvm_size: 140000
max_cpu: "{{ num_cpus }}"