mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Actually run Taskcluster jobs on PRs
Spawn TC jobs on the following events: - Pull request opened or reopened - New commit made in pull request Spawn TC jobs for pull requests started by anybody, not just trusted collaborators. This is safe for now as we do not provide any scopes to spawned jobs.
This commit is contained in:
parent
3a37d80931
commit
a8a7199da6
1 changed files with 5 additions and 2 deletions
|
@ -11,7 +11,10 @@ tasks:
|
|||
workerType: '{{ taskcluster.docker.workerType }}'
|
||||
extra:
|
||||
github:
|
||||
events: []
|
||||
events:
|
||||
- pull_request.opened
|
||||
- pull_request.reopened
|
||||
- pull_request.synchronize
|
||||
payload:
|
||||
maxRunTime: 3600
|
||||
image: servobrowser/servo-linux-dev
|
||||
|
@ -31,4 +34,4 @@ tasks:
|
|||
description: Run Linux tests.
|
||||
owner: '{{ event.head.user.email }}'
|
||||
source: '{{ event.head.repo.url }}'
|
||||
|
||||
allowPullRequests: public
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue