gecko-dev/testing/taskcluster/tasks/test.yml
Dustin J. Mitchell 1e0fe863f4 Bug 1238663: remove unused scopes; r=wcosta
--HG--
extra : commitid : JdBJqB3PrTy
extra : rebase_source : 6a8f2ea0a9adf0a4cd9bcf70c22a910bdbc88447
extra : amend_source : e5d3d707b949afc825f8714da77fbb5a1dc4b422
2016-01-11 18:10:40 +00:00

42 lines
1.1 KiB
YAML

# This task is the base for most tests in gecko.
task:
created: '{{now}}'
deadline: '{{#from_now}}24 hours{{/from_now}}'
metadata:
source: '{{source}}'
owner: mozilla-taskcluster-maintenance@mozilla.com
tags:
createdForUser: {{owner}}
workerType: b2gtest
provisionerId: aws-provisioner-v1
schedulerId: task-graph-scheduler
scopes:
- 'docker-worker:feature:allowPtrace'
payload:
image: '{{#docker_image}}tester{{/docker_image}}'
maxRunTime: 3600
env:
MOZILLA_BUILD_URL: '{{build_url}}'
MOZHARNESS_URL: '{{mozharness_url}}'
# All builds share a common artifact directory for ease of uploading.
artifacts:
'public/logs/':
type: directory
path: '/home/worker/workspace/build/upload/logs/'
expires: '{{#from_now}}1 year{{/from_now}}'
'public/test_info/':
type: directory
path: '/home/worker/workspace/build/blobber_upload_dir/'
expires: '{{#from_now}}1 year{{/from_now}}'
extra:
chunks:
total: 1
current: {{chunk}}
treeherder:
groupSymbol: tc
groupName: Submitted by taskcluster