Conversation
ahal
force-pushed
the
ahal/xlowmzzzqzyy
branch
from
September 18, 2026 16:10
979d83c to
cbfc464
Compare
Contributor
Author
|
This was tested over in: (note the green mpu task) The other failures in that push are mostly due to me disabling strict hashing to point at this PR. Still investigating the |
ahal
marked this pull request as ready for review
September 18, 2026 16:16
ahal
marked this pull request as draft
September 18, 2026 18:38
ahal
force-pushed
the
ahal/xlowmzzzqzyy
branch
from
September 21, 2026 16:47
cbfc464 to
6856760
Compare
ahal
marked this pull request as ready for review
September 21, 2026 18:51
jcristau
approved these changes
Sep 22, 2026
jcristau
left a comment
Contributor
There was a problem hiding this comment.
Seems like a reasonable way to let firefox / other consumers customize what run-task does.
Sometimes consumers might want to do some additional shared setup before executing the task payload. This implements an environment variable which points to a Python script which will be executed in-process. Bug: 2066119
ahal
force-pushed
the
ahal/xlowmzzzqzyy
branch
from
September 22, 2026 13:54
089658b to
b717fe9
Compare
ahal
force-pushed
the
ahal/xlowmzzzqzyy
branch
from
September 22, 2026 16:24
b717fe9 to
4d2b119
Compare
jcristau
approved these changes
Sep 24, 2026
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sometimes consumers might want to do some additional shared setup before executing the task payload. This implements an environment variable which points to a Python script which will be executed in-process.
Bug: 2066119