A forgotten update of the Fedora 38 image

...which, among other things, apparently solved a regression in STL. The
CI has been running with this for a long time, but it wasn't present in
our Ansible config. My bad, oops.

Bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109703
Change-Id: Id4a6102614bb9fe5e1207f6b6b09d781f202a7cc
1 file changed
tree: 51142327ebc40f47be973cde9da9c17180a38e35
  1. README.md
  2. ansible.cfg
  3. doc/
  4. files/
  5. group_vars/
  6. production
  7. requirements.yml
  8. roles/
  9. site.yml
README.md

Continuous Integration (CI) Setup via Ansible

This is what is currently powering the CI infrastructure tied to our Gerrit. It's mostly about Zuul v3 with Nodepool, log storage, etc.

Note that some pieces (Gerrit itself in particular) are still deployed via Puppet for legacy reasons. That configuration is internal.

# Example: provision the Zuul server
ansible-playbook -i production site.yml -l zuul-server