Please setup `mozilla/crash-ping-ingest` with taskcluster
Categories
(Release Engineering :: Firefox-CI Administration, task)
Tracking
(Not tracked)
People
(Reporter: afranchuk, Assigned: jcristau)
References
(Blocks 3 open bugs, )
Details
Attachments
(1 file)
This repo should be set up very similarly to afranchuk/process-top-crashes
. Originally I was going to make a bug to essentially convert that configuration to this new repo, however I'd like to have both active for a bit to not break some downstream things that rely on the old repo while transitioning.
Specifically, mozilla/crash-ping-ingest
should be set up to run on firefox-ci with access to its own secrets store and with cron support.
Comment 1•1 month ago
|
||
Assignee | ||
Updated•1 month ago
|
Comment 2•1 month ago
|
||
Authored by https://github.com/jcristau
https://github.com/mozilla-releng/fxci-config/commit/729eb297128e1e0d48fed66125c63aa91ce639a4
[main] Bug 1940195 - add crash-ping-ingest project
Reporter | ||
Comment 3•1 month ago
|
||
Should the cron jobs be running? It doesn't look like they've run yet.
Assignee | ||
Comment 4•1 month ago
|
||
It's running, but failing: https://firefox-ci-tc.services.mozilla.com/tasks/UwXewD5DQQOcMBUbhBsbwQ/runs/0/logs/public/logs/live.log
Assignee | ||
Comment 5•1 month ago
|
||
Was https://github.com/mozilla/crash-ping-ingest/blob/ef44de8ea3632c37c402c7fa1df7e31db6811bde/taskcluster/kinds/process/kind.yml#L63 meant to be routes
instead of scopes
?
Reporter | ||
Comment 6•1 month ago
|
||
Ah, yes. How did you locate that task? I thought I'd see the decision task in the index but it wasn't there.
Assignee | ||
Comment 7•1 month ago
|
||
I went to https://firefox-ci-tc.services.mozilla.com/hooks/project-releng/cron-task-mozilla-crash-ping-ingest and looked for the task that ran at 0200Z, opened its log (https://firefox-ci-tc.services.mozilla.com/tasks/KE2a-frCRvmh6bvwAZeB4A/runs/0/logs/public/logs/live_backing.log), which lists UwXewD5DQQOcMBUbhBsbwQ as the decision task. Failed tasks typically don't get indexed, so that's a pretty roundabout way to go unfortunately...
Reporter | ||
Comment 8•1 month ago
|
||
Ah right. I expected the decision task to succeed in most cases, but I guess in this case if it can't successfully start the other tasks that counts as a failure.
Description
•