Technical Meeting 2026-05-27 #4541
liamfallon
started this conversation in
Community meetings
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Agenda
Attendance
Minutes
@CsatariGergely will chair this meeting next week.
Force Pushing to git
Porch pulls the latest, does some local operations, and then pushes again. If the git repo has changed in the meantime this is a problem for Porch. However, if any non-porch related changes are in other parts of the repo then they could get corrupted. At the moment when it pushes, it tries to do a rebase if there are changes and retries the push. If push-draft-to-git is on and the push fails and you continue to propose, git can get corrupted. Force pushing the approved PR is the only way to clear this.
This may be easier to deal with in the CRD implementation because it will be an asynchronous operation. If there is an existing push-render going on, then the next one gets requeued.
We can investigate solutions that allow push-draft-to-git to work with "force-push off" in both 1.5 and in the CRD version. Currently "push-draft-to-git" doesn't work correctly if "force-push" is off. This seems to be a bug in 1.5.
2026-05-27: No update yet @rendre-greyling
Deprecation timeline for the Porch v1alpha1 API
Flaky e2e tests
Copilot pickiness
## Github performance
Inactive PRs
PRs that have gone "stale", that there has been no action on for a period of 4 weeks should be closed with a comment stating that the PR can be reopened at any time by the author if they feel they want to.
PRs to be reviewed
(Meeting did not get to this agenda point)
Porch
porchctlimprovements porch#554: On hold, PR 541 must be merged firstkpt
2026-05-27: WASM support is experimental, we should just mention that in the documentation and not mention WASM support further. @Catalin-Stratulat-Ericsson will raise a PR to add a statement on WASM support that it's experimental.
krm-functions-catalog
All reactions