Skip to content

Commit

Permalink
Bug 1535057: Always re-fetch chromium in cron; r=aki
Browse files Browse the repository at this point in the history
We have a cron job to update the chromium, but the tasks were getting optimized
away. Force the target tasks for the cron job to always run.

Differential Revision: https://phabricator.services.mozilla.com/D23380

--HG--
extra : moz-landing-system : lando
  • Loading branch information
tomprince committed Mar 13, 2019
1 parent 660d60e commit 7086fcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
type: decision-task
treeherder-symbol: Chromium
target-tasks-method: chromium_update
optimize-target-tasks: false
run-on-projects:
- mozilla-central
when:
Expand Down

0 comments on commit 7086fcd

Please sign in to comment.