From f6b38111ff0acd4b30e2f4bb05833ed40a393102 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 23 Mar 2018 15:56:28 -0700 Subject: [PATCH] openQA: try only 3 workers per aarch64 host 4 seems a bit too many (esp. since we assign 4GB per job and the hosts only have 16GiB RAM). Let's try 3. I hope there's no case where we actually *need* to run 4 tap jobs simultaneously. Signed-off-by: Adam Williamson --- inventory/host_vars/openqa-aarch64-01.qa.fedoraproject.org | 2 +- inventory/host_vars/openqa-aarch64-02.qa.fedoraproject.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/host_vars/openqa-aarch64-01.qa.fedoraproject.org b/inventory/host_vars/openqa-aarch64-01.qa.fedoraproject.org index 2aac6e3e1a..5cd1896255 100644 --- a/inventory/host_vars/openqa-aarch64-01.qa.fedoraproject.org +++ b/inventory/host_vars/openqa-aarch64-01.qa.fedoraproject.org @@ -19,4 +19,4 @@ sudoers: "{{ private }}/files/sudo/qavirt-sudoers" # and leave everything else alone. ansible_ifcfg_whitelist: ['eth0'] -openqa_workers: 4 +openqa_workers: 3 diff --git a/inventory/host_vars/openqa-aarch64-02.qa.fedoraproject.org b/inventory/host_vars/openqa-aarch64-02.qa.fedoraproject.org index c81c6570e3..7489b9c583 100644 --- a/inventory/host_vars/openqa-aarch64-02.qa.fedoraproject.org +++ b/inventory/host_vars/openqa-aarch64-02.qa.fedoraproject.org @@ -12,4 +12,4 @@ nrpe_procs_crit: 300 sudoers: "{{ private }}/files/sudo/qavirt-sudoers" -openqa_workers: 4 +openqa_workers: 3