Compare commits

..

1 Commits

Author SHA1 Message Date
Christian Richter
03939c8116 clean up
Some checks failed
continuous-integration/drone/pr Build is failing
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-12 11:57:57 +02:00

View File

@@ -1,14 +1,14 @@
def main(ctx): def main(ctx):
return [ return [
stepPR("amd64", "motsognir"), stepPR("amd64", "motsognir"),
stepPR("arm64", "motsognir"), #stepPR("arm64", "motsognir"),
stepMergeMaster("amd64", "motsognir"), #stepMergeMaster("amd64", "motsognir"),
stepMergeMaster("arm64", "motsognir"), #stepMergeMaster("arm64", "motsognir"),
stepPR("amd64", "webtest"), stepPR("amd64", "webtest"),
stepPR("arm64", "webtest"), #stepPR("arm64", "webtest"),
stepMergeMaster("amd64", "webtest"), #stepMergeMaster("amd64", "webtest"),
stepMergeMaster("arm64", "webtest"), #stepMergeMaster("arm64", "webtest"),
] ]
@@ -32,6 +32,20 @@ def stepPR(arch, path):
"tag": "latest-%s" % (arch), "tag": "latest-%s" % (arch),
} }
}, },
{
"name": "notify-build-%s-%s" % (path, arch),
"image": "plugins/matrix",
"settings": {
"homeserver": "matrix.datenschmutz.space",
"roomid": "!KJcxsyaMGYbtaaddEZ:matrix.datenschmutz.space",
"username": {
"from_secret": "matrix-user"
},
"password": {
"from_secret": "matrix-password"
}
}
},
], ],
"trigger": { "trigger": {
"ref": [ "ref": [
@@ -66,6 +80,20 @@ def stepMergeMaster(arch, path):
} }
} }
}, },
{
"name": "notify-publish-%s-%s" % (path, arch),
"image": "plugins/matrix",
"settings": {
"homeserver": "matrix.datenschmutz.space",
"roomid": "!KJcxsyaMGYbtaaddEZ:matrix.datenschmutz.space",
"username": {
"from_secret": "matrix-user"
},
"password": {
"from_secret": "matrix-password"
}
}
},
], ],
"trigger": { "trigger": {
"ref": [ "ref": [