It was notoriously colliding with other system users like copr-signer
and others.
Revert "copr: test without nrpe_client_uid specified"
This reverts commit 435b71a695
.
76 lines
2.1 KiB
Text
76 lines
2.1 KiB
Text
---
|
|
_forward_src: "forward_dev"
|
|
aws_arch_subnets:
|
|
# Your requested instance type (a1.xlarge) is not supported in your requested Availability Zone (us-east-1a).
|
|
# Your requested instance type (a1.xlarge) is not supported in your requested Availability Zone (us-east-1d).
|
|
# Your requested instance type (a1.xlarge) is not supported in your requested Availability Zone (us-east-1f).
|
|
aarch64:
|
|
- subnet-0995f6a466849f4c3
|
|
- subnet-08cadf5a14b530ac4
|
|
- subnet-07b0b3168a353e3ee
|
|
x86_64:
|
|
- subnet-0995f6a466849f4c3
|
|
- subnet-08cadf5a14b530ac4
|
|
- subnet-07b0b3168a353e3ee
|
|
- subnet-09c74a3e6420a206b
|
|
- subnet-01d4e967ab5e78005
|
|
- subnet-05437ac82d63b6ef5
|
|
backend_base_url: "https://download.copr-dev.fedorainfracloud.org"
|
|
builders:
|
|
# max|spawn_concurrently|prealloc
|
|
aws:
|
|
aarch64: [2, 1, 1]
|
|
x86_64: [4, 1, 1]
|
|
aws_spot:
|
|
aarch64: [5, 2, 1]
|
|
x86_64: [5, 2, 2]
|
|
ppc64le_hypervisor_01:
|
|
ppc64le: [2, 1, 1]
|
|
ppc64le_hypervisor_02:
|
|
ppc64le: [2, 1, 1]
|
|
p09_hypervisor_01:
|
|
ppc64le: [2, 1, 1]
|
|
x86_hypervisor_01:
|
|
x86_64: [2, 1, 1]
|
|
x86_hypervisor_02:
|
|
x86_64: [2, 1, 1]
|
|
x86_hypervisor_03:
|
|
x86_64: [2, 1, 1]
|
|
x86_hypervisor_04:
|
|
x86_64: [2, 1, 1]
|
|
ibm_cloud_tokyo:
|
|
s390x: [2, 1, 1]
|
|
copr_aws_region: us-east-1
|
|
# don't forget to update ip in ./copr-keygen-stg, due to custom firewall rules
|
|
|
|
# eth0, eth1
|
|
copr_backend_ips: ["18.208.10.131", "172.30.2.207"]
|
|
|
|
copr_builder_fedora_version: 35
|
|
|
|
copr_builder_images:
|
|
aws:
|
|
aarch64: ami-01f304ecc82f34543
|
|
x86_64: ami-042faf11fcd21ca84
|
|
hypervisor:
|
|
ppc64le: copr-builder-ppc64le-20221118_171101
|
|
x86_64: copr-builder-x86_64-20221118_154104
|
|
ibm_cloud:
|
|
s390x: r022-fe38fac8-ba61-41cd-ad39-792fb85c381a
|
|
osuosl:
|
|
ppc64le: copr-builder-ppc64le-20221118_171101
|
|
|
|
copr_messaging: true
|
|
datacenter: aws
|
|
devel: true
|
|
dist_git_base_url: "copr-dist-git-dev.fedorainfracloud.org"
|
|
frontend_base_url: "https://copr.stg.fedoraproject.org"
|
|
keygen_host: "54.225.23.248"
|
|
postfix_group: copr
|
|
rpm_vendor_copr_name: Fedora Copr (devel)
|
|
services_disabled: false
|
|
root_auth_users: msuchy frostyx praiskup nikromen
|
|
|
|
aws_cloudfront_distribution: EX55ITR8LVMOH
|
|
|
|
nrpe_client_uid: 500
|