From 4782a3d858eaf3a4d1bc541a9b60e8bdb041e5f7 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 8 Sep 2026 16:44:17 +0900 Subject: [PATCH] Add amazon2027.rubyci.org on the Amazon Linux 2027 preview The preview AMI ships GCC 16 and covers the compiler the next Amazon Linux will build ruby with. It receives no updates and its support ends on 2026-12-31, so the host is expected to be rebuilt at GA. Co-Authored-By: Claude Opus 5 --- dns/rubyci.org/dnsconfig.js | 1 + hosts.yml | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/dns/rubyci.org/dnsconfig.js b/dns/rubyci.org/dnsconfig.js index 68e1bd2..a3c0156 100644 --- a/dns/rubyci.org/dnsconfig.js +++ b/dns/rubyci.org/dnsconfig.js @@ -27,6 +27,7 @@ D("rubyci.org", REG_NONE, A("ubuntu2404", "18.180.242.9"), A("ubuntu-arm", "18.178.229.119"), A("ubuntu", "35.72.236.42"), + A("amazon2027", "52.69.117.212"), // Cloudflare flattens this apex CNAME; dnscontrol expresses it as ALIAS. ALIAS("@", "rubyci.org.herokudns.com."), CNAME("www", "www.rubyci.org.herokudns.com."), diff --git a/hosts.yml b/hosts.yml index 77f66ea..7a85eab 100644 --- a/hosts.yml +++ b/hosts.yml @@ -180,6 +180,13 @@ amazon2023.rubyci.org: run_list: - recipes/default.rb +amazon2027.rubyci.org: + properties: + nopasswd_sudo: true + compress: false + run_list: + - recipes/default.rb + debian12.rubyci.org: properties: nopasswd_sudo: true