Ben Hearsum (he/him)

Results 200 comments of Ben Hearsum (he/him)

As of today, all of the instances we use in Taskcluster should handle spot terminations gracefully, and publish whatever artifacts exist at the time of the shutdown.

> This _should_ be possible now because the training artifacts are being published when an instance is preempted. AIUI, as long as the task produces the training artifacts [using pretrained...

A related upstream issue is https://github.com/taskcluster/taskcluster/issues/6685

Now that we're handling spot terminations correctly I think this won't be an issue anymore. Let's leave this open for now though.

The immediate reason for this is because neither [merge-mono](https://github.com/mozilla/firefox-translations-training/blob/e309c958c12be37a089eb08305c80544eb7811fd/taskcluster/ci/merge-mono/kind.yml) nor [merge-corpus](https://github.com/mozilla/firefox-translations-training/blob/e309c958c12be37a089eb08305c80544eb7811fd/taskcluster/ci/merge-corpus/kind.yml) can be configured to use the `dataset` tasks as direct upstreams. (Ignore the `kind-dependency` in the latter...that's a historical...

Same here with: ``` Python: 3.10.7 pyoxidizer: 0.24.0 pip: 22.2 Ubuntu 22.10 ```

Looks like a pretty obvious bug in github.py that will be hit anytime is_json is false: https://github.com/graydon/bors/blob/master/github.py#L155

> > and then step 2 to be how to set up this repo with task cluster. > > To be explicit on this request. I don't know that we...

At this point, getting a graph of the relationships between the Taskgraph Kinds might be the best bet if we want a static visual similar to the existing one. (I...

@La0 discovered that this was introduced by https://github.com/mozilla/firefox-translations-training/pull/500, which I believe is the (new) longest named task that also contains the dataset name. Some adjustments in https://github.com/mozilla/firefox-translations-training/blob/main/taskcluster/translations_taskgraph/util/dataset_helpers.py ought to fix...