From 603bf1834961e6f4133c6c4fc4d1eac0ce01f4ff Mon Sep 17 00:00:00 2001 From: "Ben Hearsum (he/him)" Date: Fri, 6 Sep 2024 09:56:06 -0400 Subject: [PATCH] chore: update to taskgraph 11 (#834) This includes https://github.com/taskcluster/taskgraph/pull/569, which is the upstreamed version of the fix for https://github.com/taskcluster/taskgraph/pull/569. --- .taskcluster.yml | 2 +- taskcluster/requirements.in | 2 +- taskcluster/requirements.txt | 8 ++++---- taskcluster/translations_taskgraph/actions/train.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index f524aa562..e868bcc16 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -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: diff --git a/taskcluster/requirements.in b/taskcluster/requirements.in index fe4802122..271256671 100644 --- a/taskcluster/requirements.in +++ b/taskcluster/requirements.in @@ -1 +1 @@ -taskcluster-taskgraph>=10.0.1 +taskcluster-taskgraph>=11 diff --git a/taskcluster/requirements.txt b/taskcluster/requirements.txt index 08dbac151..8e86a1dc9 100644 --- a/taskcluster/requirements.txt +++ b/taskcluster/requirements.txt @@ -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 \ @@ -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 \ diff --git a/taskcluster/translations_taskgraph/actions/train.py b/taskcluster/translations_taskgraph/actions/train.py index 29757a4bf..729d9cb3b 100644 --- a/taskcluster/translations_taskgraph/actions/train.py +++ b/taskcluster/translations_taskgraph/actions/train.py @@ -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,