Skip to content

Commit

Permalink
chore: update to taskgraph 11 (#834)
Browse files Browse the repository at this point in the history
This includes taskcluster/taskgraph#569, which is the upstreamed version of the fix for taskcluster/taskgraph#569.
  • Loading branch information
bhearsum authored Sep 6, 2024
1 parent fe815e1 commit 603bf18
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ tasks:
features:
taskclusterProxy: true

image: mozillareleases/taskgraph:decision-v10.0.1@sha256:3a798e2aeeea2af54f3e96599b4e9543294e2dbca2f0a79c52c2f13a9db12f28
image: mozillareleases/taskgraph:decision-v11.0.0@sha256:8c57e30214c85625856479812e63212dc2873b1ffcd97467a7c93508cbb3075a
maxRunTime: 1800
onExitStatus:
retry:
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
taskcluster-taskgraph>=10.0.1
taskcluster-taskgraph>=11
8 changes: 4 additions & 4 deletions taskcluster/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --generate-hashes taskcluster/requirements.in
# pip-compile --allow-unsafe --generate-hashes taskcluster/requirements.in
#
appdirs==1.4.4 \
--hash=sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41 \
Expand Down Expand Up @@ -303,9 +303,9 @@ slugid==2.0.0 \
--hash=sha256:a950d98b72691178bdd4d6c52743c4a2aa039207cf7a97d71060a111ff9ba297 \
--hash=sha256:aec8b0e01c4ad32e38e12d609eab3ec912fd129aaf6b2ded0199b56a5f8fd67c
# via taskcluster-taskgraph
taskcluster-taskgraph==10.0.1 \
--hash=sha256:19764a1eff8156273827cbca33e8e28c6c081eed35f45544eadb19f9d1e768db \
--hash=sha256:21492da1db43ce515f50ef3e912afef1e7fe15d0f1c3c43d084b550250dbb20d
taskcluster-taskgraph==11.0.0 \
--hash=sha256:84290af026d5585fbc193c79827fd84c9b39743f2aa2bfd517805e9b949b8e7d \
--hash=sha256:f12d3e49b355188c86addb35b979ed51cb3947cf00cb51b5212c653615af6321
# via -r taskcluster/requirements.in
taskcluster-urls==13.0.1 \
--hash=sha256:5e25e7e6818e8877178b175ff43d2e6548afad72694aa125f404a7329ece0973 \
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/translations_taskgraph/actions/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def validate_pretrained_models(params):
title="Train",
symbol="train",
description="Initiate part or all of the training pipeline",
generic=False,
cb_name="train",
order=500,
context=[],
available=can_train,
Expand Down

0 comments on commit 603bf18

Please sign in to comment.