Use CI job for only synapse guest module

Also remove jobs for E2E & changeset, which aren't set up in this repo
This commit is contained in:
Andrew Ferrazzutti
2025-02-05 15:21:53 -05:00
parent 124068294e
commit 88f098a2f7
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ The module is not published to a python registry, but we provide a docker contai
spec:
+ # The init container copies the module to he `synapse-modules` volume
+ initContainers:
+ - image: ghcr.io/nordeck/synapse-guest-module:<version>
+ - image: ghcr.io/element-hq/synapse-guest-module:<version>
+ name: install-guest-module
+ volumeMounts:
+ - mountPath: /modules
@@ -8,3 +8,6 @@ known_first_party = [
"synapse_guest_module",
"tests"
]
known_third_party = [
"synapse"
]