OSBS: disable aarch64 in prod while the networking configuration is done

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-02-23 08:17:48 +01:00
parent f6b1fc268f
commit f7c0fb49b3

View file

@ -53,11 +53,11 @@ osbs_conf_worker_clusters:
openshift_url: "https://osbs.fedoraproject.org/"
verify_ssl: 'false'
aarch64:
- name: aarch64
max_concurrent_builds: 1
openshift_url: "https://osbs-aarch64-master01.arm.fedoraproject.org:8443/"
verify_ssl: 'false'
# aarch64:
# - name: aarch64
# max_concurrent_builds: 1
# openshift_url: "https://osbs-aarch64-master01.arm.fedoraproject.org:8443/"
# verify_ssl: 'false'
osbs_platform_descriptors:
@ -65,9 +65,9 @@ osbs_platform_descriptors:
architecture: amd64
enable_v1: False
- platform: aarch64
architecture: arm64
enable_v1: False
#- platform: aarch64
# architecture: arm64
# enable_v1: False
_osbs_reactor_config_map:
version: 1
@ -77,9 +77,9 @@ _osbs_reactor_config_map:
- name: "x86_64"
max_concurrent_builds: 2
aarch64:
- name: "aarch64"
max_concurrent_builds: 1
# aarch64:
# - name: "aarch64"
# max_concurrent_builds: 1
clusters_client_config_dir: "/var/run/secrets/atomic-reactor/client-config-secret"