-
Notifications
You must be signed in to change notification settings - Fork 107
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
COS-2748: denylist: enable iscsi iso-offline-install-iscsi.bios #1461
COS-2748: denylist: enable iscsi iso-offline-install-iscsi.bios #1461
Conversation
b87b718
to
c9a74a9
Compare
The two metal jobs failed on the iSCSI tests. |
there is nothing obvious in the logs, but we are missing the inner VM logs. I'll update the test to have the inner VM logs to debug this more |
This one should help with that |
I am unable to reproduce the failure locally |
/retest |
/test rhcos-9-build-test-metal |
/retest |
1 similar comment
/retest |
Hmm, I still see And indeed, if we look at https://storage.googleapis.com/test-platform-results/pr-logs/pull/openshift_os/1461/pull-ci-openshift-os-master-scos-9-build-test-metal/1772267143987990528/build-log.txt, we see
and 6cbe50215e2040f92342a27ab57e5f36e1c424aa is the commit just before coreos/coreos-assembler@d833492. Let's just try to retest it. /retest |
so this last run contains the console fix from cosa. However the console output is still truncated : https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/pr-logs/pull/openshift_os/1461/pull-ci-openshift-os-master-rhcos-9-build-test-metal/1772662083565916160/artifacts/test/artifacts/kola-testiso/iso-offline-install-iscsi.bios/nested_vm_console.txt It looks like the nested VM dies. Could it be that the test process is killed beause it uses too much memoy? Locally the test runs fine, the nested console log is almost 2K lines long (175 in prow) and I can see the whole boot sequence. |
We limit jobs to 3GB memory: https://github.com/openshift/release/blob/master/ci-operator/config/openshift/os/openshift-os-master.yaml#L71 If you can confirm that this is the issue then we can bump the requirement. Or skip it in Prow only. |
We need at least 4G so that would add up indeed. Likely also there's a bug in cosa where we're reporting a timeout instead of more clearly indicating that qemu exited. I squashed one of those recently-ish. |
Openshift prow have a default limit to 3GB for the kola job so reduce the memory for this test to 2GB, local testing showed no issue with this amount. See openshift/os#1461 (comment)
Openshift prow have a default limit to 3GB for the kola job so reduce the memory for this test to 2GB, local testing showed no issue with this amount. See openshift/os#1461 (comment)
Openshift prow have a default limit to 3GB for the kola job so reduce the memory for this test to 2GB, local testing showed no issue with this amount. See openshift/os#1461 (comment)
/retest |
It timed out, so I'll... /retest |
Reducing the memory allocation for the test VM didn't do it, so it's not a oom issue.. |
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since it times out, this make's sense
/lgtm
So i played some more today and was not able to find anything interesting.
|
Not sure if I'm on the right track here, but I was comparing today out of curiosity all of the Obviously the only difference is the log part where this test fails
I keep wondering when and where is the |
It's because inside those 3 hours, I was building images and doing some testing. Once the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That makes sense. Another one, which might sound crazy:
Why not to try 4h as in here. Could this work?
edit: scratch the above.
This one still /lgtm
7ce4044
to
f6db60d
Compare
/retest |
d40cef5
to
e8f6fed
Compare
The multi-arch tests are skipped in kola code and the x86 test have been working for some time now However, the iscsi test fails in prow unexpectedly so skip it here so it can run in the RHCOS jenkins pipeline at least. See openshift#1492 See coreos/coreos-assembler#3705
e8f6fed
to
d12d116
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/retitle COS-2748: denylist: enable iscsi iso-offline-install-iscsi.bios |
@jbtrystram: This pull request references COS-2748 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.16.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: c4rt0, jbtrystram, travier The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1 similar comment
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: c4rt0, jbtrystram, travier The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@jbtrystram: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@@ -23,5 +23,7 @@ | |||
osversion: | |||
- c9s | |||
|
|||
- pattern: iso-offline-install-iscsi.bios | |||
tracker: https://github.com/coreos/fedora-coreos-tracker/issues/1638 | |||
# This test is failing only in prow, so it's skipped by prow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor: a bit awkward to have a commented-out denylist entry. I think it'd be clearer to instead add the link to #1492 as a comment just above where we --denylist-test
it in ci/prow-entrypoint.sh
since that's where the denying actually happens?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was meant to be a reminder that we skip this test is prow. kola-denylist.yaml
get more eyes than ci-entrypoint I suppose.
I'm fine changing it if you have strong opinions :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a strong opinion either. :)
The multi-arch tests are skipped in kola code and
the x86 test have been working for some time now
See coreos/coreos-assembler#3705