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

Broken CI #172

Closed
knikolla opened this issue Jul 31, 2024 · 0 comments · Fixed by #173
Closed

Broken CI #172

knikolla opened this issue Jul 31, 2024 · 0 comments · Fixed by #173
Assignees

Comments

@knikolla
Copy link
Collaborator

Currently several jobs are broken. Both the openstack and openshift jobs, with the former failing with the following

Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.9.19/x64/bin/coldfront", line 8, in <module>
    sys.exit(manage())
  File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/coldfront/__init__.py", line 11, in manage
    execute_from_command_line(sys.argv)
  File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
    utility.execute()
  File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/django/core/management/__init__.py", line 395, in execute
    django.setup()
  File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/django/apps/registry.py", line 122, in populate
    app_config.ready()
  File "/home/runner/work/coldfront-plugin-cloud/coldfront-plugin-cloud/src/coldfront_plugin_cloud/apps.py", line 8, in ready
    import coldfront_plugin_cloud.signals
  File "/home/runner/work/coldfront-plugin-cloud/coldfront-plugin-cloud/src/coldfront_plugin_cloud/signals.py", line 6, in <module>
    from coldfront_plugin_cloud.tasks import (activate_allocation,
  File "/home/runner/work/coldfront-plugin-cloud/coldfront-plugin-cloud/src/coldfront_plugin_cloud/tasks.py", line 9, in <module>
    from coldfront_plugin_cloud import (attributes,
  File "/home/runner/work/coldfront-plugin-cloud/coldfront-plugin-cloud/src/coldfront_plugin_cloud/openshift.py", line 8, in <module>
    from simplejson.errors import JSONDecodeError
ModuleNotFoundError: No module named 'simplejson'
@knikolla knikolla mentioned this issue Aug 1, 2024
@knikolla knikolla self-assigned this Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant