Skip to content

Commit

Permalink
[Taskcluster] add a trigger branch for WebKitGTK (#19512)
Browse files Browse the repository at this point in the history
Following up on #19466.
  • Loading branch information
foolip authored Oct 4, 2019
1 parent 76e5b51 commit 67b7546
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ tasks:
event.ref == "refs/heads/triggers/chrome_dev": [{name: chrome, channel: dev}],
event.ref == "refs/heads/triggers/firefox_stable": [{name: firefox, channel: stable}],
event.ref == "refs/heads/triggers/firefox_beta": [{name: firefox, channel: beta}],
event.ref == "refs/heads/triggers/firefox_nightly": [{name: firefox, channel: nightly}]
}
event.ref == "refs/heads/triggers/firefox_nightly": [{name: firefox, channel: nightly}],
event.ref == "refs/heads/triggers/webkitgtk_minibrowser_stable": [{name: webkitgtk_minibrowser, channel: stable}]
}
each(browser):
$map:
- [testharness, 1, 15]
Expand Down

0 comments on commit 67b7546

Please sign in to comment.