Open eu9ene opened 4 months ago
The start-stage
system requires that one of the previous groups contains the start-stage
task. (This is a documented caveat in https://github.com/mozilla/firefox-translations-training/blob/main/docs/task-cluster.md#running-only-later-parts-of-the-pipeline (originally from https://github.com/mozilla/firefox-translations-training/pull/377)).
This is because in any case where multiple previous_group_ids
are specified, we could end up with conflicts for the same label, and end up replacing with the wrong task. (And in general, the behaviour would become non-deterministic, which is not great...)
We could conceivably fix this by allowing start_task_ids
to be specified explicitly (which we'd either use in addition to or instead of the automatically detected ones. Or perhaps we should wait until we discuss #719 more before adding more hacks here?
I'm trying to continue the pipeline after we get the results of the
evaluate-teacher-ensemble
task.By doing something like:
or
I'm getting an error:
Completed group
log1 log2
Workaround:
It reruns the evaluation again but at least schedules other things properly.