Comment 5 for bug 2060271

Revision history for this message
John A Meinel (jameinel) wrote :

If I then trigger a refresh of gh-stable:
$ juju refresh gh-stable
Added charm-hub charm "github-runner", revision 141 in channel latest/stable, to the model
no change to endpoints in space "alpha": cos-agent, debug-ssh

And internally it says:
root@juju-c9bfb2-0:~# cd /var/log/juju
root@juju-c9bfb2-0:/var/log/juju# grep -rnI "downloading "
machine-0.log:106:2024-04-05 14:37:14 INFO juju.downloader download.go:109 downloading from ch:amd64/jammy/github-runner-140
machine-0.log:111:2024-04-05 15:03:57 INFO juju.downloader download.go:109 downloading from ch:amd64/jammy/github-runner-141
unit-gh-stable-0.log:11:2024-04-05 14:37:14 INFO juju.worker.uniter.charm bundles.go:81 downloading ch:amd64/jammy/github-runner-140 from API server
unit-gh-stable-0.log:135:2024-04-05 15:03:57 INFO juju.worker.uniter.charm bundles.go:81 downloading ch:amd64/jammy/github-runner-141 from API server

(and 141 is the tip of stable)
root@juju-c9bfb2-0:/var/lib/juju/agents/unit-gh-stable-0/charm# grep "started-at" manifest.yaml
charmcraft-started-at: '2024-03-12T04:51:25.680319Z'
root@juju-c9bfb2-0:/var/lib/juju/agents/unit-gh-stable-0/charm# grep -r "Weak hash algorithm" venv/wheel
grep: venv/wheel/__pycache__/wheelfile.cpython-310.pyc: binary file matches
venv/wheel/wheelfile.py: f"Weak hash algorithm ({algorithm}) is not permitted by "

And that does have the 141 items, but
root@juju-c9bfb2-0:/var/lib/juju/agents/unit-gh-stable-0/charm# ls scripts/
build-image.sh repo_policy_compliance_service.py

Doesn't have "scripts/build-openstack-image.sh" so it cannot be 143 or 145.
That looks like 141 to me.