aiidateam / aiida-core

The official repository for the AiiDA code
https://aiida-core.readthedocs.io
Other
411 stars 184 forks source link

Not from forked to trigger full docker CI of Fix/6448/s6 notification polling check #6475

Open unkcpz opened 2 weeks ago

unkcpz commented 2 weeks ago

see #6469, this is to trigger the push to ghcr.io

danielhollas commented 2 weeks ago

@unkcpz very strange that the docker.yml workflow was not triggered here.But in any case I've just triggered it via workflow dispatch.

https://github.com/aiidateam/aiida-core/actions/runs/9500519783

unkcpz commented 2 weeks ago

Thanks @danielhollas

@sphuber can you test run with the built image

docker run --rm -it ghcr.io/aiidateam/aiida-core-with-services:fix-6448-s6-notification-polling-check bash
sphuber commented 2 weeks ago

Thanks @danielhollas

@sphuber can you test run with the built image

docker run --rm -it ghcr.io/aiidateam/aiida-core-with-services:fix-6448-s6-notification-polling-check bash

I get the same problem:

s6-rc: info: service postgresql-init successfully started
s6-rc: info: service postgresql: starting
waiting for server to start.... done
server started
s6-rc: info: service postgresql successfully started
Error:
RabbitMQ on node rabbit@localhost is not running or has not fully booted yet (check with is_booting)
s6-rc: info: service postgresql-prepare successfully started
Error:
RabbitMQ on node rabbit@localhost is not running or has not fully booted yet (check with is_booting)
 completed with 0 plugins.

it hangs there. So maybe it is a problem with my setup? I am running wsl2 which may have its peculiarities. Not sure.

danielhollas commented 1 week ago

Hmm, I am not sure why the Docker Images workflow from docker.yml is not getting triggered on this branch. I've created a new PR #6479 and it is working as expected there.