Compare commits
1 Commits
860fdade61
...
03939c8116
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
03939c8116 |
40
.drone.star
40
.drone.star
@@ -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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user