openzfs / zfs-buildbot

The OpenZFS Buildbot Configuration
http://build.zfsonlinux.org
BSD 2-Clause "Simplified" License
25 stars 29 forks source link

Use latest AMIs #1

Open behlendorf opened 8 years ago

behlendorf commented 8 years ago

One of the limitations of the buildbot infrastructure is that to keep current the master.cfg must be updated manually as new AMIs are published. The buildbot documentation described ami filters as the solution to this issue. We should investigating using them in our master.cfg, see:

http://docs.buildbot.net/latest/manual/cfg-buildslaves-ec2.html

Conan-Kudo commented 6 years ago

This is something I'm definitely interested in working on, because it's a royal pain to keep things up to date without an interruption of service which causes all kinds of problems.

behlendorf commented 4 years ago

A version of this functionality has been added for the FreeBSD AMIs and we should consider extending it for Linux. See commit 2263ee93dfd670f06e416430cdb6dbfe498d3e97 for details.

Conan-Kudo commented 4 years ago

@behlendorf I've been working off and on in wiring up buildbot to receive the latest AMI ID from Fedora infrastructure for Fedora images. I'm also trying to figure out a way to get that info for CentOS too.