Open CFGrote opened 1 month ago
This does not happen if run live on a PC. @joshmoore, do you have any clue what may be the cause?
Though I don't know of many who are testing .omero/docker dev start_up
, I don't seeing anything wrong. I'm wondering if you are hitting some resource limit. Have you tried to check/print the logs?
Yeah, was thinking the same. I'll see if i can run a single omero command directly from the CI
Should we merge #2 with the hope of getting CI running here?
Should we merge #2 with the hope of getting CI running here?
honestly, I don't think that will change anything. Actually, #2 has become redundant after the work done today, @marimeireles planned to revoke it but probably forgot about it in the end.
Once the file exists, though, it should start running. I imagine, though, it's running on your fork, so you have sufficient visibility.
ah, now I understand. yes, it's running on my fork.
On 10/12/24 00:09, Josh Moore wrote:
Once the file exists, though, it should start running. I imagine, though, it's running on your fork, so you have sufficient visibility.
— Reply to this email directly, view it on GitHub https://github.com/German-BioImaging/omero-ontop-mappings/pull/3#issuecomment-2408181160, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADWCQR3OM5W466IN74V7NPTZ3BEB7AVCNFSM6AAAAABPXCCOQ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBYGE4DCMJWGA. You are receiving this because you authored the thread.Message ID: @.***>
-- Thanks and best regards, Carsten
InternalException: Failed to connect: Ice.ConnectionLostException:
Ah, I understand, @CFGrote. Looking at your fork reminded me: yeah, yaml line is a separate shell invocation. Since dev start_up
uses an EXIT trap, when that shell exits, everything gets spun down:
https://github.com/ome/omero-test-infra/blob/master/docker#L63
You can set NOCLEAN=true to prevent the clean up.
.... but dev
always sets NOCLEAN 😕
https://github.com/ome/omero-test-infra/blob/master/docker#L280
I thought I was doing just that in line 25 of https://github.com/CFGrote/omero-ontop-mappings/actions/runs/11299919172/workflow
It's getting late, I'll check out. :wave:
Argh. I just can't get a running omero that responds to omero cli commands issued on host system in gh CI. Kind of giving up here. @marimeireles, I suggest you take my scripts from ci_utils and put them into your docker compose. Maybe we're more lucky if data insertion, ontop and querying take place inside the container.
This PR
.omero/docker dev start_up
)Currently, the script to insert data fails with
This does not happen if run live on a PC. @joshmoore, do you have any clue what may be the cause?