Use larger workers for label and group test scheduling history generator tasks

This commit is contained in:
Marco Castelluccio 2021-03-16 10:53:06 +01:00
Родитель 56dd306800
Коммит 3990e765da
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -351,7 +351,7 @@ tasks:
deadline: { $fromNow: "4 days" }
expires: { $fromNow: "1 month" }
provisionerId: proj-bugbug
workerType: compute-small
workerType: compute-large
dependencies:
- commit-retrieval
- test-label-scheduling-history-push_data-retrieval
@ -400,7 +400,7 @@ tasks:
deadline: { $fromNow: "4 days" }
expires: { $fromNow: "1 month" }
provisionerId: proj-bugbug
workerType: compute-small
workerType: compute-large
dependencies:
- commit-retrieval
- test-group-scheduling-history-push_data-retrieval