OSBS: explicitly enable the x86_64 cluster
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
3202e2841c
commit
f77920dd27
2 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,7 @@ _osbs_reactor_config_map:
|
|||
x86_64:
|
||||
- name: "x86_64"
|
||||
max_concurrent_builds: 2
|
||||
enabled: True
|
||||
|
||||
# aarch64:
|
||||
# - name: "aarch64"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue