Closed
Bug 1473286
Opened 7 years ago
Closed 7 years ago
Action task couldn't start: git@github.com :mozilla-partners/playanext doesn't exist
Categories
(Release Engineering :: Release Automation, defect)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jlorenzo, Assigned: nthomas)
Details
Attachments
(1 file)
|
60 bytes,
text/x-github-pull-request
|
jlorenzo
:
checked-in+
|
Details | Review |
This prevented 61.0.1 to start: https://tools.taskcluster.net/groups/dTdpi_rFT5udi6kw3H6vLg/tasks/DgylP9ewT_2-SLCclTex0A/runs/0/logs/public%2Flogs%2Flive_backing.log#L97
> [task 2018-07-04T09:43:24.782Z] Querying for configs in git@github.com:mozilla-partners/playanext
> [task 2018-07-04T09:43:24.862Z] Traceback (most recent call last):
> [task 2018-07-04T09:43:24.862Z] File "/builds/worker/checkouts/gecko/taskcluster/mach_commands.py", line 238, in action_callback
> [task 2018-07-04T09:43:24.862Z] test=False)
> [task 2018-07-04T09:43:24.862Z] File "/builds/worker/checkouts/gecko/taskcluster/taskgraph/actions/registry.py", line 293, in trigger_action_callback
> [task 2018-07-04T09:43:24.862Z] cb(Parameters(**parameters), graph_config, input, task_group_id, task_id, task)
> [task 2018-07-04T09:43:24.863Z] File "/builds/worker/checkouts/gecko/taskcluster/taskgraph/actions/release_promotion.py", line 367, in release_promotion_action
> [task 2018-07-04T09:43:24.863Z] partner_config = get_partner_config(partner_url_config, github_token)
> [task 2018-07-04T09:43:24.863Z] File "/builds/worker/checkouts/gecko/taskcluster/taskgraph/actions/release_promotion.py", line 119, in get_partner_config
> [task 2018-07-04T09:43:24.863Z] partner_config[kind] = get_partner_config_by_url(url, kind, github_token)
> [task 2018-07-04T09:43:24.863Z] File "/builds/worker/checkouts/gecko/taskcluster/taskgraph/util/partners.py", line 308, in get_partner_config_by_url
> [task 2018-07-04T09:43:24.863Z] partner_configs[kind][partner] = get_repack_configs(partner_url, token)
> [task 2018-07-04T09:43:24.863Z] File "/builds/worker/checkouts/gecko/taskcluster/taskgraph/util/partners.py", line 276, in get_repack_configs
> [task 2018-07-04T09:43:24.863Z] raw_configs = query_api(query, token)
> [task 2018-07-04T09:43:24.863Z] File "/builds/worker/checkouts/gecko/taskcluster/taskgraph/util/partners.py", line 191, in query_api
> [task 2018-07-04T09:43:24.863Z] raise RuntimeError("Github query error - %s", j['errors'])
> [task 2018-07-04T09:43:24.863Z] RuntimeError: (u'Github query error - %s', [{u'path': [u'repository'], u'message': u"Could not resolve to a Repository with the name 'playanext'.", u'type': u'NOT_FOUND', u'locations': [{u'column': 3, u'line': 2}]}])
| Reporter | ||
Comment 1•7 years ago
|
||
Nick fixed this in PR (which I can't access). Task was successfully rerun in https://tools.taskcluster.net/groups/dTdpi_rFT5udi6kw3H6vLg/tasks/DgylP9ewT_2-SLCclTex0A/runs/1
Attachment #8989725 -
Flags: checked-in+
| Reporter | ||
Updated•7 years ago
|
Assignee: nobody → nthomas
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 2•7 years ago
|
||
Turns out the repo was there but we didn't have perms to read it. That's been resolved now, and I've relanded the change in the manifest.
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•