Closed
Bug 1503547
Opened 5 years ago
Closed 5 years ago
Add windows indexing to searchfox
Categories
(Webtools :: Searchfox, enhancement)
Webtools
Searchfox
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kats, Assigned: kats)
References
Details
Attachments
(1 file)
Bug 1503547 - Move searchfox indexing jobs a half hour earlier to match nightly build times. r?mccr8
47 bytes,
text/x-phabricator-request
|
Details | Review |
After bug 1418415 lands we should have windows indexing jobs running on taskcluster. This allows us to download and merge the windows index data into the final searchfox index.
Assignee | ||
Comment 1•5 years ago
|
||
https://github.com/mozsearch/mozsearch/pull/162 - a couple of fixes needed for the merging to work properly
Assignee | ||
Comment 2•5 years ago
|
||
https://github.com/mozsearch/mozsearch-mozilla/pull/24 - refactoring and enabling of the windows stuff
Assignee | ||
Comment 3•5 years ago
|
||
(In case you hadn't guessed, current dev instance has this deployed)
Assignee | ||
Comment 4•5 years ago
|
||
We're also going to need to fiddle with the timing of the cron jobs. The windows indexing job on taskcluster today took 199 minutes. The jobs get triggered at 6:30 AM EDT and so the windows job would finish at ~9:50 AM EDT, while the lambda task starts at 9 AM EDT. This means the windows artifacts won't be ready in time. I definitely want to move the taskcluster cron from 6:30 AM EDT to 6:00 AM EDT because (a) the merges are done usually between 5:30 AM EDT and 6:00 AM EDT, and (b) the nightly builds are kicked off cron at 6:00 AM EDT and it makes sense to build searchfox artifacts on the same push. So that will buy us an extra half-hour, but I'll probably still need to move the lambda task down by a half hour and start at 9:30 AM EDT to ensure success.
Assignee | ||
Comment 5•5 years ago
|
||
Pushed by kgupta@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/522fe7ae8d3a Move searchfox indexing jobs a half hour earlier to match nightly build times. r=mccr8
Assignee | ||
Comment 7•5 years ago
|
||
leave-open until the mozsearch-mozilla PR is merged
Keywords: leave-open
Assignee | ||
Comment 8•5 years ago
|
||
I also changed the lambda task to start at 9:30 AM EDT
Comment 9•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/522fe7ae8d3a
Assignee | ||
Comment 10•5 years ago
|
||
Next indexing run should have Windows.
You need to log in
before you can comment on or make changes to this bug.
Description
•