clusterfuzz icon indicating copy to clipboard operation
clusterfuzz copied to clipboard

Ensure manage_vms passes

Open jonathanmetzman opened this issue 1 year ago • 3 comments

Last one failed with

Traceback (most recent call last):
  File "/mnt/scratch0/clusterfuzz/src/python/bot/startup/run_cron.py", line 67, in <module>
    sys.exit(main())
  File "/mnt/scratch0/clusterfuzz/src/python/bot/startup/run_cron.py", line 63, in main
    return 0 if task_module.main() else 1
  File "/mnt/scratch0/clusterfuzz/src/clusterfuzz/_internal/cron/manage_vms.py", line 781, in main
    manager.update_clusters()
  File "/mnt/scratch0/clusterfuzz/src/clusterfuzz/_internal/cron/manage_vms.py", line 379, in update_clusters
    high_end_project_infos, cluster)
  File "/mnt/scratch0/clusterfuzz/src/clusterfuzz/_internal/cron/manage_vms.py", line 685, in update_project_cpus
    self.assign_hosts_to_workers(self.worker_to_assignment[cluster.name])
  File "/mnt/scratch0/clusterfuzz/src/clusterfuzz/_internal/cron/manage_vms.py", line 728, in assign_hosts_to_workers
    if host_cluster.gce_zone != worker_cluster.gce_zone:
AttributeError: 'NoneType' object has no attribute 'gce_zone'

jonathanmetzman avatar Aug 16 '24 09:08 jonathanmetzman

This LoC erroring out depends solely on the clusterfuzz-config files being loaded improperly Managed to run manage_vms locally with a debugger (unfortunately it broke before completing bc of some weird ssh error), and these LoC did not error out

image

vitorguidi avatar Aug 16 '24 20:08 vitorguidi

I landed this commit from the 3.7 branch and we are apparently through zone8 image :shrug:

vitorguidi avatar Aug 16 '24 21:08 vitorguidi

image Does not seem broken anymore

vitorguidi avatar Aug 17 '24 02:08 vitorguidi