Skip to content

Commit

Permalink
Restructure artifact specification
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Aug 16, 2018
1 parent ef19dee commit 49127dd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,17 @@ tasks:
command: >-
./wpt --null tests-affected | \
xargs --null ./tools/ci/ci_taskcluster.sh ${browser.name} --verify
artifacts: NULL
- name: wpt-${browser.name}-${browser.channel}-results
description: >-
Collect results for modified tests in ${browser.name}.
command: >-
./wpt --null tests-affected | \
xargs --null ./tools/ci/ci_taskcluster.sh ${browser.name}
artifacts:
public/results:
path: /home/test/artifacts
type: directory
each(operation):
taskId: {$eval: 'as_slugid(operation.name)'}
taskGroupId: {$eval: 'as_slugid("task group")'}
Expand All @@ -104,10 +109,7 @@ tasks:
payload:
image: jugglinmike/web-platform-tests:0.17
maxRunTime: 7200
artifacts:
public/results:
path: /home/test/artifacts
type: directory
artifacts: ${operation.artifacts}
command:
- /bin/bash
- --login
Expand Down

0 comments on commit 49127dd

Please sign in to comment.