Closed
Bug 1321330
Opened 9 years ago
Closed 9 years ago
we really love our --allow-software-gl-layers in the configs
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla53
People
(Reporter: jmaher, Assigned: dustin)
Details
Attachments
(1 file)
from production m-c linux marionette (https://tools.taskcluster.net/task-inspector/#D7filN9tRGmG3DQcjXXzeA/):
"command": [
"/home/worker/bin/run-task",
"--chown",
"/home/worker/workspace",
"--",
"/home/worker/bin/test-linux.sh",
"--no-read-buildbot-config",
"--installer-url=https://queue.taskcluster.net/v1/task/QS445WmxRHSEUCsYX6IlAw/artifacts/public/build/target.tar.bz2",
"--test-packages-url=https://queue.taskcluster.net/v1/task/QS445WmxRHSEUCsYX6IlAw/artifacts/public/build/target.test_packages.json",
"--allow-software-gl-layers",
"--allow-software-gl-layers",
"--allow-software-gl-layers",
"--allow-software-gl-layers",
"--allow-software-gl-layers",
"--e10s",
"--allow-software-gl-layers",
"--download-symbols=ondemand"
],
I assume it is coming from this transform:
https://dxr.mozilla.org/mozilla-central/source/taskcluster/taskgraph/transforms/tests/desktop_test.py#92
given that this occurs 6 times, would it be an educated guess to say we have 6 different kinds of desktop tests that we run the transforms on?
| Assignee | ||
Comment 1•9 years ago
|
||
If I had to guess, I'd say it was a data-aliasing error. The six is probably from 3 platforms x 2 e10s/non, each of them appending to the same list.
Assignee: nobody → dustin
Component: General → Task Configuration
| Comment hidden (mozreview-request) |
| Reporter | ||
Comment 3•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8815819 [details]
Bug 1321330: fix some aliasing issues;
https://reviewboard.mozilla.org/r/96602/#review96858
thanks for fixing this!
Attachment #8815819 -
Flags: review?(jmaher) → review+
Pushed by dmitchell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8c4f3476db84
fix some aliasing issues; r=jmaher
Comment 5•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Updated•8 years ago
|
Product: TaskCluster → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•