From 2cf2732d415dc8a368da652bf40bc8aa0f327eff Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 7 Jan 2020 00:07:44 +0000 Subject: Add aarch64 build nodes on EC2 --- deployment/mga_buildsystem/manifests/config.pp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'deployment/mga_buildsystem') diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 43df0c64..cb53429b 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -30,7 +30,7 @@ class mga_buildsystem::config { 'x86_64' => [ 'rabbit0', 'ecosse0', 'scwx861', 'rabbit1', 'ecosse1', 'scwx862', 'rabbit2', 'scwx863' ], 'armv5tl' => [ 'armlet3', 'armlet5' ], 'armv7hl' => [ 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5' ], - 'aarch64' => [ 'scwaarch641', 'scwaarch643', 'scwaarch645', 'scwaarch642', 'scwaarch644', 'scwaarch646' ], + 'aarch64' => [ 'ec2aa1-a', 'ec2aa2-a', 'ec2aa1-b', 'ec2aa2-b', 'scwaarch641', 'scwaarch643', 'scwaarch642', 'scwaarch644' ], }, build_nodes_aliases => { 'ecosse0' => "ecosse.${::domain}", @@ -44,6 +44,10 @@ class mga_buildsystem::config { 'scwaarch642' => "scwaarch64.${::domain}", 'scwaarch644' => "scwaarch643.${::domain}", 'scwaarch646' => "scwaarch645.${::domain}", + 'ec2aa1-a' => "ec2aa1.${::domain}", + 'ec2aa1-b' => "ec2aa1.${::domain}", + 'ec2aa2-a' => "ec2aa2.${::domain}", + 'ec2aa2-b' => "ec2aa2.${::domain}", }, build_src_node => 'duvel', } -- cgit v1.2.1