diff --git a/nodes/aarch64_ubuntu_24_04_android.json b/nodes/aarch64_ubuntu_24_04_android.json new file mode 100644 index 0000000..e75f927 --- /dev/null +++ b/nodes/aarch64_ubuntu_24_04_android.json @@ -0,0 +1,18 @@ +{ + "contact": { + "name": "Marc Prud'hommeaux", + "email": "swiftci@skip.tools", + "company": "Skip.tools" + }, + "node": { + "platform": "Android aarch64", + "os_version": "Ubuntu 24.04" + }, + "jobs": [ + { + "display_name": "Swift - Android (arm64) (Tools RA, Stdlib RD) (main)", + "branch": "main", + "preset": "buildbot_linux_crosscompile_android,tools=RA,stdlib=RD,build,aarch64" + } + ] +} diff --git a/nodes/x86_64_ubuntu_24_04_android.json b/nodes/x86_64_ubuntu_24_04_android.json new file mode 100644 index 0000000..a79f986 --- /dev/null +++ b/nodes/x86_64_ubuntu_24_04_android.json @@ -0,0 +1,18 @@ +{ + "contact": { + "name": "Marc Prud'hommeaux", + "email": "swiftci@skip.tools", + "company": "Skip.tools" + }, + "node": { + "platform": "Android x86_64", + "os_version": "Ubuntu 24.04" + }, + "jobs": [ + { + "display_name": "Swift - Android (Tools RA, Stdlib RD) (main)", + "branch": "main", + "preset": "buildbot_linux_crosscompile_android,tools=RA,stdlib=RD,build,x86_64" + } + ] +}