From ad77a6b3eb5209bc7e13028d1bd06fe785d5b196 Mon Sep 17 00:00:00 2001 From: Riku Voipio Date: Fri, 12 Oct 2018 16:00:31 +0300 Subject: obs-worker: add missing host_vars While checking what else is in directories but not commited - the obs host configs Change-Id: Ib4bdddb53e9401697d0619ed4e5dc15a79c2823b Signed-off-by: Riku Voipio Reviewed-on: https://review.linaro.org/28745 Reviewed-by: Kelley Spoon Reviewed-by: Benjamin Copeland --- host_vars/aarch64_08 | 5 +++++ host_vars/armhf-01 | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 host_vars/aarch64_08 create mode 100644 host_vars/armhf-01 diff --git a/host_vars/aarch64_08 b/host_vars/aarch64_08 new file mode 100644 index 00000000..e8eab2c0 --- /dev/null +++ b/host_vars/aarch64_08 @@ -0,0 +1,5 @@ +OBS_IP: 64.28.99.162 +OBS_JOBS: 64 +OBS_PORT: 5454 +OBS_TMPFS: 80000 + diff --git a/host_vars/armhf-01 b/host_vars/armhf-01 new file mode 100644 index 00000000..f7e54f2b --- /dev/null +++ b/host_vars/armhf-01 @@ -0,0 +1,5 @@ +OBS_IP: 64.28.99.162 +OBS_JOBS: 4 +OBS_PORT: 5454 +OBS_TMPFS: 0 +# scaleway: yes -- cgit v1.2.3