OSBS: explicitly enable the x86_64 cluster

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-11-13 12:36:32 +01:00 committed by Pierre-Yves Chibon
parent 3202e2841c
commit f77920dd27
2 changed files with 3 additions and 0 deletions

View file

@ -74,6 +74,7 @@ _osbs_reactor_config_map:
x86_64:
- name: "x86_64"
max_concurrent_builds: 2
enabled: True
# aarch64:
# - name: "aarch64"

View file

@ -70,10 +70,12 @@ _osbs_reactor_config_map:
x86_64:
- name: "x86_64"
max_concurrent_builds: 2
enabled: True
aarch64:
- name: "aarch64"
max_concurrent_builds: 1
enabled: False
clusters_client_config_dir: "/var/run/secrets/atomic-reactor/client-config-secret"