mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Add a decision task for try-windows-ami
This commit is contained in:
parent
7474b309b4
commit
b3ca13cc65
2 changed files with 21 additions and 8 deletions
|
@ -46,6 +46,7 @@ os.environ.update(**{k: k for k in "TASK_ID TASK_OWNER TASK_SOURCE GIT_URL GIT_S
|
|||
os.environ["GIT_REF"] = "refs/heads/auto"
|
||||
os.environ["TASKCLUSTER_ROOT_URL"] = "https://taskcluster.net"
|
||||
os.environ["TASKCLUSTER_PROXY_URL"] = "http://taskcluster"
|
||||
os.environ["NEW_AMI_WORKER_TYPE"] = "-"
|
||||
import decision_task
|
||||
|
||||
print("\n# Push:")
|
||||
|
@ -64,6 +65,9 @@ decision_task.main("github-push")
|
|||
print("\n# Daily:")
|
||||
decision_task.main("daily")
|
||||
|
||||
print("\n# Try AMI:")
|
||||
decision_task.main("try-windows-ami")
|
||||
|
||||
print("\n# PR:")
|
||||
decision_task.main("github-pull-request")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue