diff options
author | Pascal Terjan <pterjan@mageia.org> | 2023-07-12 16:40:26 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2023-07-12 16:43:03 +0000 |
commit | 2a3b7d94abf9991517c5f2489638f43dd02442de (patch) | |
tree | 3ffa53dd99d7dd680c7829bc225943460a401919 /deployment/mga_buildsystem/manifests | |
parent | 2e114a86a0c0b86a5c6fa63d7e2e3f80798cd047 (diff) | |
download | puppet-2a3b7d94abf9991517c5f2489638f43dd02442de.tar puppet-2a3b7d94abf9991517c5f2489638f43dd02442de.tar.gz puppet-2a3b7d94abf9991517c5f2489638f43dd02442de.tar.bz2 puppet-2a3b7d94abf9991517c5f2489638f43dd02442de.tar.xz puppet-2a3b7d94abf9991517c5f2489638f43dd02442de.zip |
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.
Diffstat (limited to 'deployment/mga_buildsystem/manifests')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 4 |
1 files 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}", |