1
0
Fork 0

Bug 1632427 - Define artifact_prefix in browsertime task (#10151)

master
Johan Lorenzo 2020-04-24 15:19:19 +02:00 committed by GitHub
parent 956bf01cd5
commit b7f650e31b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -20,6 +20,8 @@ only-for-abis:
- arm64-v8a
job-defaults:
attributes:
artifact_prefix: public/test_info
dependencies:
geckoview-nightly: geckoview-nightly
notify:

View File

@ -64,10 +64,6 @@ def run_visual_metrics(config, jobs):
'extract': True
}]
# Set the artifact prefix for the browsertime results
job.setdefault('attributes', {})
job['attributes']['artifact_prefix'] = 'public/test_info'
# vismet runs on Linux but we want to have it displayed
# alongside the job it was triggered by to make it easier for
# people to find it back.