Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mozilla/translations
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b3897c135a34fabb18e4f6ca1d2808dcc66cce0a
Choose a base ref
..
head repository: mozilla/translations
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 67acfcf37530f67d9a60ec984e72be6b138ac682
Choose a head ref
Original file line number Diff line number Diff line change
@@ -16,7 +16,6 @@

from taskgraph import MAX_DEPENDENCIES
from taskgraph.transforms.base import TransformSequence
from taskgraph.util.treeherder import add_suffix

transforms = TransformSequence()

4 changes: 2 additions & 2 deletions taskcluster/translations_taskgraph/transforms/docker_image.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
#
# This is almost a pure clone of upstream Taskgraph's `docker_image` transform,
# but with an extended expiration time for PRs. It should be removed after
# but with an extended expiration time for PRs. It should be removed after
# https://github.com/taskcluster/taskgraph/issues/393 is fixed.

import json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
#
# This transform sequence injects worker-specific environment variables
# (such as those that dependent on the number and type of GPUs a worker has)
# into task definitions. This avoids the need to discover this information at