Make renovate track docker-compose files and pin synapse / element-web for playwright tests#4082
Open
Johennes wants to merge 6 commits into
Open
Make renovate track docker-compose files and pin synapse / element-web for playwright tests#4082Johennes wants to merge 6 commits into
Johennes wants to merge 6 commits into
Conversation
…b for playwright tests
Collaborator
Author
|
Props to @t3chguy for suggesting to use Renovate to handle this rather than setting up cross-repository CI. |
Contributor
|
This does not seperate the EW updates for playwright into its own renovate "task" I think it would be handy to have it split out so it can be actioned as quick as possible to detect regressions fast. (It would be a bummer if another update incompatiblity would block EW to be tested against latest EC) |
Contributor
We decided, that I will look into this. |
52eee49 to
620fa85
Compare
(this fixes the playwright tests)
620fa85 to
bf4cee9
Compare
toger5
approved these changes
Jul 10, 2026
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.
Fixes: https://github.com/element-hq/voip-internal/issues/635
We had a regression on our default branch this week caused by an upstream change on element-web's
developbranch. This was due to our Playwright tests reusing our development docker-compose file which used thedeveloptag for the element-web image.This pull request:
docker-composeat the start of the file name)latestanddeveloptags in the docker-compose file used for development (this prevents Renovate from updating them)playwright-backend-docker-compose.ymlas it just included the dev file and did nothing else