Compare commits
1 Commits
1d5ea8c719
...
cdc23d6f26
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cdc23d6f26 |
@@ -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"),
|
||||||
@@ -15,7 +13,8 @@ def main(ctx):
|
|||||||
stepMergeMaster("arm64", "webtest"),
|
stepMergeMaster("arm64", "webtest"),
|
||||||
stepBuildWeekly("amd64", "webtest"),
|
stepBuildWeekly("amd64", "webtest"),
|
||||||
stepBuildWeekly("arm64", "webtest"),
|
stepBuildWeekly("arm64", "webtest"),
|
||||||
|
|
||||||
|
notify(ctx),
|
||||||
]
|
]
|
||||||
|
|
||||||
def notify(ctx):
|
def notify(ctx):
|
||||||
|
|||||||
Reference in New Issue
Block a user