-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re enabling iiso-offline-install-iscsi.bios #2816
Conversation
I assume this passes on every architecture now? |
c4b3abc
to
f736ef7
Compare
the target container seems to hang when killed after the test finish, which cause kola to timeout the test. I am investigating this and trying to fix it, but it's hard to reproduce. |
Anything in the journal logs now that we have them? I wonder if systemd in the target container isn't tearing down cleanly. One thing to try is to make the container directly run |
edit : associated console log is there |
One thing I notice here looking at the logs for at least CI here is:
which I think might be I have a suspicion that this is also the issue in the logs from #2816 (comment). The journal logs there look truncated, but stop just after that same line
I think what happened there is that Additionally, https://github.com/coreos/coreos-assembler/blob/1982e0fb3e67e157c9fa5e87abd0793d6088be8d/mantle/cmd/kola/testiso.go#L1015 should be |
yeah, good point. I added some healthcheck and updated the way the service is marked ready. I'll test that and report back !
good catch, thanks ! Fixed. |
6187602
to
be2b868
Compare
6b2a636
to
499b19d
Compare
I have found that nested virtualization does not work for other arches than x86, so the test is disabled for those arches in the kola testiso code We can re-enable this so it runs on x86 at least in the meantime Tracker issue: coreos/fedora-coreos-tracker#1657
499b19d
to
3c1ab73
Compare
Following the merge of coreos/coreos-assembler#3702