Compare commits
1 Commits
55687087d5
...
782eef36b1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
782eef36b1 |
@@ -1,7 +1,5 @@
|
|||||||
def main(ctx):
|
def main(ctx):
|
||||||
return [
|
return [
|
||||||
notify(ctx),
|
|
||||||
|
|
||||||
stepPR("amd64", "motsognir"),
|
stepPR("amd64", "motsognir"),
|
||||||
stepPR("arm64", "motsognir"),
|
stepPR("arm64", "motsognir"),
|
||||||
stepMergeMaster("amd64", "motsognir"),
|
stepMergeMaster("amd64", "motsognir"),
|
||||||
@@ -16,6 +14,7 @@ def main(ctx):
|
|||||||
stepBuildWeekly("amd64", "webtest"),
|
stepBuildWeekly("amd64", "webtest"),
|
||||||
stepBuildWeekly("arm64", "webtest"),
|
stepBuildWeekly("arm64", "webtest"),
|
||||||
|
|
||||||
|
notify(ctx),
|
||||||
]
|
]
|
||||||
|
|
||||||
def notify(ctx):
|
def notify(ctx):
|
||||||
@@ -81,7 +80,7 @@ def stepPR(arch, path):
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
"depends_on": [],
|
"depends_on": ["matrix-notifications"],
|
||||||
"trigger": {
|
"trigger": {
|
||||||
"ref": [
|
"ref": [
|
||||||
"refs/pull/**",
|
"refs/pull/**",
|
||||||
|
|||||||
Reference in New Issue
Block a user