Skip to content

Commit

Permalink
Schedule tests in Taskcluster
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Nov 3, 2018
1 parent 47402ea commit 9057744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tasks:
$map:
$flatten:
$match: {
True: [{name: firefox, channel: nightly}, {name: chrome, channel: dev}],
event.ref == "refs/heads/master": [{name: firefox, channel: nightly}, {name: chrome, channel: dev}],
event.ref == "refs/heads/epochs/daily": [{name: firefox, channel: stable}, {name: chrome, channel: stable}],
event.ref == "refs/heads/epochs/weekly": [{name: firefox, channel: beta}, {name: chrome, channel: beta}]
Expand Down

0 comments on commit 9057744

Please sign in to comment.