Skip to content

Commit

Permalink
Enable TaskCluster for this fork of WPT
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Aug 23, 2018
1 parent be61008 commit 6ae38c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tasks:
# Contributors interested in configurating TaskCluster to run
# against their fork of WPT should change the `workerType` to
# "github-worker".
workerType: wpt-docker-worker
workerType: github-worker
metadata:
name: wpt-${browser.name}-${browser.channel}-${chunk[0]}-${chunk[1]}
description: >-
Expand Down Expand Up @@ -113,7 +113,7 @@ tasks:
# Contributors interested in configurating TaskCluster to run
# against their fork of WPT should change the `workerType` to
# "github-worker".
workerType: wpt-docker-worker
workerType: github-worker
metadata:
name: ${operation.name}
description: ${operation.description}
Expand Down

0 comments on commit 6ae38c9

Please sign in to comment.