Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move /createRoom to the event_creator worker #1128

Merged
merged 1 commit into from
Sep 6, 2021

Conversation

anoadragon453
Copy link
Member

@anoadragon453 anoadragon453 commented Sep 3, 2021

This tests that /createRoom actually works on workers, which turns out is only true after matrix-org/synapse#10757 lands.

Thus this PR shares a branch name with that PR.

The failing tests are a bug with the GHA runs, but buildkite should be passing!

@DMRobertson
Copy link
Contributor

The failing tests are a bug with the GHA runs, but buildkite should be passing!

I think I understand the problem. We're fetching

https://github.com/matrix-org/synapse/archive/refs/pull/1128/merge.tar.gz

which is an ancient commit from https://github.com/matrix-org/synapse/tree/matthew/fix-roomdir-pagination that doesn't contain the blacklist file.

We want to fetch

https://github.com/matrix-org/synapse/archive/anoa/create_room_workers_aliases/archive.tar.gz

Will have to see what the right invocation is here. But it's not ${GITHUB_REF#refs/heads/}!

@DMRobertson
Copy link
Contributor

Looks like @clokep has done the hard work for us already.

@anoadragon453 anoadragon453 merged commit 66cace3 into develop Sep 6, 2021
@anoadragon453 anoadragon453 deleted the anoa/create_room_workers_aliases branch September 6, 2021 13:37
DMRobertson pushed a commit that referenced this pull request Sep 8, 2021
In #1115 I didn't correctly handle the situation where there's a corresponding synapse/dendrite branch to fetch. #1128 fell victim to this.

Fix: reuse the shell script from matrix-org/synapse#10160, i.e. consult a wider range of GHA's environment variables.

Co-authored-by: Andrew Morgan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants