--- a/testing/web-platform/tests/.taskcluster.yml
+++ b/testing/web-platform/tests/.taskcluster.yml
@@ -1,77 +1,889 @@
-version: 1
-policy:
- pullRequests: collaborators
+# GENERATED FILE DO NOT EDIT
+# To regenerate this file run ./wpt make-tasks
+allowPullRequests: collaborators
tasks:
- $if: tasks_for == "github-push"
- then:
- $if: event.ref == "refs/heads/master"
- then:
- $flattenDeep:
- $map: [{name: firefox, channel: nightly}, {name: chrome, channel: dev}]
- each(browser):
- $map:
- - [testharness, 1, 15]
- - [testharness, 2, 15]
- - [testharness, 3, 15]
- - [testharness, 4, 15]
- - [testharness, 5, 15]
- - [testharness, 6, 15]
- - [testharness, 7, 15]
- - [testharness, 8, 15]
- - [testharness, 9, 15]
- - [testharness, 10, 15]
- - [testharness, 11, 15]
- - [testharness, 12, 15]
- - [testharness, 13, 15]
- - [testharness, 14, 15]
- - [testharness, 15, 15]
- - [reftest, 1, 10]
- - [reftest, 2, 10]
- - [reftest, 3, 10]
- - [reftest, 4, 10]
- - [reftest, 5, 10]
- - [reftest, 6, 10]
- - [reftest, 7, 10]
- - [reftest, 8, 10]
- - [reftest, 9, 10]
- - [reftest, 10, 10]
- - [wdspec, 1, 1]
- each(chunk):
- taskId: {$eval: 'as_slugid(browser.name + browser.channel + chunk[0] + str(chunk[1]))'}
- taskGroupId: {$eval: 'as_slugid("task group")'}
- created: {$fromNow: ''}
- deadline: {$fromNow: '24 hours'}
- provisionerId: aws-provisioner-v1
- # Contributors interested in configurating TaskCluster to run
- # against their fork of WPT should change the `workerType` to
- # "github-worker".
- workerType: wpt-docker-worker
- metadata:
- name: wpt-${browser.name}-${browser.channel}-${chunk[0]}-${chunk[1]}
- description: >-
- A subset of WPT's "${chunk[0]}" tests (chunk number ${chunk[1]}
- of ${chunk[2]}), run in the ${browser.channel} release of
- ${browser.name}.
- owner: ${event.pusher.email}
- source: ${event.repository.url}
- payload:
- image: gsnedders/web-platform-tests:0.13
- maxRunTime: 7200
- artifacts:
- public/results:
- path: /home/test/artifacts
- type: directory
- command:
- - /bin/bash
- - --login
- - -c
- - "~/start.sh ${event.repository.url} ${event.ref[len('refs/heads/'):]} ${event.after} ${browser.name}-${browser.channel} &&
- cd ~/web-platform-tests &&
- ./tools/ci/ci_taskcluster.sh ${browser.name} ${chunk[0]} ${chunk[1]} ${chunk[2]}"
- else: []
- # > NOTE: A well-designed template should produce `tasks: []` for any
- # > unrecognized `task_for` values; this allows later expansion of this
- # > service to handle more events.
- #
- # https://docs.taskcluster.net/docs/reference/integrations/taskcluster-github/docs/taskcluster-yml-v1
- else: []
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-reftest-1, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome reftest 1 10"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-reftest-2, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome reftest 2 10"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-reftest-3, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome reftest 3 10"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-reftest-4, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome reftest 4 10"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-reftest-5, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome reftest 5 10"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-reftest-6, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome reftest 6 10"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-reftest-7, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome reftest 7 10"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-reftest-8, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome reftest 8 10"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-reftest-9, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome reftest 9 10"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-reftest-10, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome reftest 10 10"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-wdspec-1, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome wdspec 1 1"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-testharness-1, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome testharness 1 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-testharness-2, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome testharness 2 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-testharness-3, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome testharness 3 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-testharness-4, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome testharness 4 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-testharness-5, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome testharness 5 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-testharness-6, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome testharness 6 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-testharness-7, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome testharness 7 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-testharness-8, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome testharness 8 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-testharness-9, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome testharness 9 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-testharness-10, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome testharness 10 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-testharness-11, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome testharness 11 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-testharness-12, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome testharness 12 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-testharness-13, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome testharness 13 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-testharness-14, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome testharness 14 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-chrome-dev-testharness-15, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} chrome-dev &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ chrome testharness 15 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-reftest-1, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox reftest 1 10"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-reftest-2, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox reftest 2 10"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-reftest-3, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox reftest 3 10"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-reftest-4, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox reftest 4 10"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-reftest-5, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox reftest 5 10"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-reftest-6, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox reftest 6 10"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-reftest-7, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox reftest 7 10"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-reftest-8, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox reftest 8 10"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-reftest-9, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox reftest 9 10"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-reftest-10, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox reftest 10 10"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-wdspec-1, owner: '{{ event.head.user.email
+ }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox wdspec 1 1"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-testharness-1, owner: '{{
+ event.head.user.email }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox testharness 1 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-testharness-2, owner: '{{
+ event.head.user.email }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox testharness 2 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-testharness-3, owner: '{{
+ event.head.user.email }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox testharness 3 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-testharness-4, owner: '{{
+ event.head.user.email }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox testharness 4 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-testharness-5, owner: '{{
+ event.head.user.email }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox testharness 5 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-testharness-6, owner: '{{
+ event.head.user.email }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox testharness 6 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-testharness-7, owner: '{{
+ event.head.user.email }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox testharness 7 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-testharness-8, owner: '{{
+ event.head.user.email }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox testharness 8 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-testharness-9, owner: '{{
+ event.head.user.email }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox testharness 9 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-testharness-10, owner: '{{
+ event.head.user.email }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox testharness 10 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-testharness-11, owner: '{{
+ event.head.user.email }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox testharness 11 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-testharness-12, owner: '{{
+ event.head.user.email }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox testharness 12 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-testharness-13, owner: '{{
+ event.head.user.email }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox testharness 13 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-testharness-14, owner: '{{
+ event.head.user.email }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox testharness 14 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+- extra:
+ github:
+ branches: [master]
+ events: [push]
+ metadata: {description: '', name: wpt-firefox-nightly-testharness-15, owner: '{{
+ event.head.user.email }}', source: '{{ event.head.repo.url }}'}
+ payload:
+ artifacts:
+ public/results: {path: /home/test/artifacts, type: directory}
+ command: [/bin/bash, --login, -c, ">-\n ~/start.sh {{event.head.repo.url}}\
+ \ {{ event.head.repo.branch }} {{event.head.sha}} firefox-nightly &&\n \
+ \ cd ~/web-platform-tests &&\n ./tools/ci/ci_taskcluster.sh\
+ \ firefox testharness 15 15"]
+ image: gsnedders/web-platform-tests:0.13
+ maxRunTime: 7200
+ provisionerId: aws-provisioner-v1
+ workerType: wpt-docker-worker
+version: 0