envoyproxy/envoy

Add (daily/weekly) CI for supported release branches

Open

#20 035 ouverte le 18 févr. 2022

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)C++ (5 373 forks)batch import
area/buildarea/cienhancementhelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

Description

description

A recurring issue we have is that there are some parts of CI that are not pinned, and are subject to change.

This can lead to bit-rot on release branches. Mostly these are just CI issues, but sometimes flag incompatibilities that should be addressed.

Currently this effects stable maintainers and backporters around the time of releases, who then have to figure what is breaking/broke to land their PRs

It would be very helpful if we were to add some CI that tests these branches regularly, and potentially alerts maintainers one way or another as issues arise.

Guide contributeur