From 2a3b7d94abf9991517c5f2489638f43dd02442de Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 12 Jul 2023 16:40:26 +0000 Subject: Disable ociaa2 and reduce the number of parallel build on ociaa1 Our OCI Arm Accelerator credits expire tomorrow and the always free tier allows a total of 3000 OCPU hours and 18000 GB hours per month which if running continously means 4 cores and 24GB ram so I am scaling down to 1 instance of that size. --- deployment/mga_buildsystem/manifests/config.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 9ce2a08f..b5ad538b 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -28,8 +28,8 @@ class mga_buildsystem::config { build_nodes => { 'i586' => [ 'ecosse0', 'rabbit0', 'ecosse1', 'rabbit1', 'rabbit2' ], 'x86_64' => [ 'rabbit0', 'ecosse0', 'rabbit1', 'ecosse1', 'rabbit2' ], - 'armv7hl' => [ 'ociaa1-a', 'ociaa1-b', 'ociaa1-c', 'ociaa2-a', 'ociaa2-b', 'ociaa2-c'], - 'aarch64' => [ 'ociaa1-a', 'ociaa1-b', 'ociaa1-c', 'ociaa2-a', 'ociaa2-b', 'ociaa2-c'], + 'armv7hl' => [ 'ociaa1-a', 'ociaa1-b'], + 'aarch64' => [ 'ociaa1-a', 'ociaa1-b'], }, build_nodes_aliases => { 'ecosse0' => "ecosse.${::domain}", -- cgit v1.2.1