python / psf-salt

PSF infrastructure configuration
MIT License
111 stars 57 forks source link

use git not hg for PyPy #472

Closed mattip closed 3 weeks ago

mattip commented 3 weeks ago

Description

PyPy has moved to git. This will make the logs show.

Closes

See for instance https://speed.pypy.org/changes/?rev=a02837db72&exe=8&env=3 which fails to display. I no longer have permissions to access the live logs to see if this is part of the problem, but locally this fixes the page.

ewdurbin commented 3 weeks ago

@mattip re "I no longer have permissions to access the live logs to see if this is part of the problem, but locally this fixes the page.", I'm not sure why that would be, your user with the keys here grants you full access to the host running speed.pypy.org (codespeed.nyc1.psf.io)

ewdurbin commented 3 weeks ago

This is applied but that URL still errors. Can you let me know if further assistance is needed @mattip ?

mattip commented 3 weeks ago

Thanks.

I do have permissions, I just needed to remember to sudo.

The link works now. One problem was that I started uploading PyPy 3.10 results without properly setting the default branch to py3.10 on the new PyPy3.10 project, which needs to be done manually.