Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gaba
fenix
Commits
b7f650e3
Unverified
Commit
b7f650e3
authored
Apr 24, 2020
by
Johan Lorenzo
Committed by
GitHub
Apr 24, 2020
Browse files
Bug 1632427 - Define artifact_prefix in browsertime task (#10151)
parent
956bf01c
Changes
2
Hide whitespace changes
Inline
Side-by-side
taskcluster/ci/browsertime/kind.yml
View file @
b7f650e3
...
...
@@ -20,6 +20,8 @@ only-for-abis:
-
arm64-v8a
job-defaults
:
attributes
:
artifact_prefix
:
public/test_info
dependencies
:
geckoview-nightly
:
geckoview-nightly
notify
:
...
...
taskcluster/fenix_taskgraph/transforms/visual_metrics.py
View file @
b7f650e3
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment