OSBS: Use internal addr for x86_64 too
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
bc8872bf3e
commit
0b29a00f52
1 changed files with 2 additions and 2 deletions
|
@ -47,13 +47,13 @@ osbs_conf_worker_clusters:
|
|||
x86_64:
|
||||
- name: x86_64
|
||||
max_concurrent_builds: 2
|
||||
openshift_url: "https://osbs.stg.fedoraproject.org/"
|
||||
openshift_url: "https://osbs-master01.stg.phx2.fedoraproject.org:8443"
|
||||
verify_ssl: 'false'
|
||||
|
||||
aarch64:
|
||||
- name: aarch64
|
||||
max_concurrent_builds: 1
|
||||
openshift_url: "http://osbs-aarch64-master01.stg.arm.fedoraproject.org:8443/"
|
||||
openshift_url: "https://osbs-aarch64-master01.stg.arm.fedoraproject.org:8443/"
|
||||
verify_ssl: 'false'
|
||||
|
||||
osbs_platform_descriptors:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue