matrix-org / complement

Matrix compliance test suite
Apache License 2.0
61 stars 50 forks source link

Build tag configuration duplicated in many places #185

Open clokep opened 3 years ago

clokep commented 3 years ago

Currently the build tags get duplicated in a handful of places:

Note that the build tags are homeserver specific (and might vary based on the version of the homeserver).

It would be great if complement was able to know which build tags to use somehow by inspecting a file or the homeserver capabilities. This would help avoid the various configs above getting out of sync.

Additionally we should probably:

clokep commented 3 years ago

Remove the unused pipeline for Synapse.

See matrix-org/pipelines#170.

kegsay commented 3 years ago

You've done a lot of work on this from what I can see - at what point would you say that this issue is complete?

clokep commented 3 years ago

You've done a lot of work on this from what I can see - at what point would you say that this issue is complete?

I think the main pain point still exists -- you need to specify the attributes in CI for both Synapse, Complement and locally for the complement.sh script. So this is no-where near done.

kegsay commented 2 years ago

What is the state of this @clokep over a year later?