summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikolaj Izdebski <mizdebsk@redhat.com>2017-05-02 03:02:35 +0000
committerMikolaj Izdebski <mizdebsk@redhat.com>2017-05-02 03:02:42 +0000
commit130eb1463041f74485a9a9b0c4b28d3e022e2cd6 (patch)
tree5497c90e3ebe3dd898baf67c2db80d874b749994
parent2744ca0da08213a51089ca0b4c17bdac31e0d967 (diff)
downloadansible-130eb1463041f74485a9a9b0c4b28d3e022e2cd6.tar.gz
ansible-130eb1463041f74485a9a9b0c4b28d3e022e2cd6.tar.xz
ansible-130eb1463041f74485a9a9b0c4b28d3e022e2cd6.zip
Add s390x to build_arches in prod only
-rw-r--r--roles/koschei/backend/templates/config-backend.cfg.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/koschei/backend/templates/config-backend.cfg.j2 b/roles/koschei/backend/templates/config-backend.cfg.j2
index e2668604a..672c694ee 100644
--- a/roles/koschei/backend/templates/config-backend.cfg.j2
+++ b/roles/koschei/backend/templates/config-backend.cfg.j2
@@ -28,7 +28,7 @@ config = {
"load_threshold": 1,
{% else %}
"max_builds": 60,
- "build_arches": ['i386', 'x86_64', 'armhfp', 'aarch64', 'ppc64', 'ppc64le'],
+ "build_arches": ['i386', 'x86_64', 'armhfp', 'aarch64', 'ppc64', 'ppc64le', 's390x'],
"load_threshold": 0.65,
{% endif %}
"task_priority": 30,