From 5d1f758864acda98fdec78cf7bcc6f856c859dd8 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Tue, 9 Jun 2020 17:11:23 +0200 Subject: [PATCH] Make the task to train the group-level test selection model depend on the task to generate config/group failing together probabilities DB Given that it is needed during the evaluation of the model. --- infra/data-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/data-pipeline.yml b/infra/data-pipeline.yml index 00beed3b..95e4e9b5 100644 --- a/infra/data-pipeline.yml +++ b/infra/data-pipeline.yml @@ -986,6 +986,7 @@ tasks: dependencies: - commit-retrieval - test-group-scheduling-history-generator + - test-config_group-scheduling-history-generator payload: maxRunTime: 25200 image: mozilla/bugbug-base:${version}