ci: add scheduled job to update Envoy weekly#2282
Merged
Conversation
We're currently 2.5 weeks behind, and there are a significant number of breaking changes to account for. This would be easier to manage if we kept the updates smaller. Signed-off-by: JP Simard <jp@jpsim.com>
Augustyniak
approved these changes
May 17, 2022
Contributor
Augustyniak
left a comment
There was a problem hiding this comment.
One idea that comes to my mind is that we could in theory assign it to a current EM on-call person (we have a rotation) but that could overcomplicate things and I think that having this job as an automated thing is a big improvements on its own. Thank you for working on this.
Contributor
Author
|
Assigning this and other PRs to the maintainer currently on rotation would be great, same with the bump_support_rotation PRs. I'll do that as a follow-up. |
jpsim
added a commit
that referenced
this pull request
May 17, 2022
…rash-in-provisionaldispatcher-again * origin/main: tools: use `bazelw` bazel wrapper in `vscode_compdb.sh` (#2284) ci: add scheduled job to update Envoy weekly (#2282) docs: update python packages to work with Python 3.10 (#2286) test: adding a cancel test, cleaning up copy-paste code (#2283) Signed-off-by: JP Simard <jp@jpsim.com>
Contributor
Author
As promised: #2288 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We're currently 2.5 weeks behind, and there are a significant number of breaking changes to account for.
This would be easier to manage if we kept the updates smaller.