Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing to retrieve the variants.yml file #2390

Closed
suhaibmujahid opened this issue May 11, 2024 · 1 comment · Fixed by #2391
Closed

Failing to retrieve the variants.yml file #2390

suhaibmujahid opened this issue May 11, 2024 · 1 comment · Fixed by #2391
Assignees
Labels

Comments

@suhaibmujahid
Copy link
Member

2024-05-10 12:23:17,782 - CRITICAL - Uncaught exception
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/local/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/home/rm_bot/bugbot/bugbot/rules/variant_expiration.py", line 418, in <module>
    VariantExpiration().run()
  File "/home/rm_bot/bugbot/bugbot/rules/variant_expiration.py", line 98, in __init__
    self.variants = self.get_variants()
  File "/home/rm_bot/bugbot/bugbot/rules/variant_expiration.py", line 137, in get_variants
    resp.raise_for_status()
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://hg.mozilla.org/mozilla-central/raw-file/tip/taskcluster/ci/test/variants.yml
@suhaibmujahid suhaibmujahid self-assigned this May 11, 2024
@suhaibmujahid
Copy link
Member Author

From @jmaher on Matrix:

@ahal rearranged a bunch of files now it is https://searchfox.org/mozilla-central/source/taskcluster/kinds/test/variants.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant