Conversation
|
Skipping CI for Draft Pull Request. |
|
Testing with this scanner build in stackrox/stackrox#14774 shows e2e tests passing which were failing on master for ocp-next-candidate tests: https://prow.ci.openshift.org/pr-history/?org=stackrox&repo=stackrox&pr=14774 |
|
Where is this change coming from? Why this is considered a fix - is this expected to work? This should not be an issue in scanning v2 as we now offer the same with scanner v4, but I am curious what is the motivation for this change. |
|
@davdhacs: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
Thanks for looking at this! This is to fix the NodeInventoryTest on OCP 4.19 (example: https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/stackrox_stackrox/14774/pull-ci-stackrox-stackrox-master-ocp-next-candidate-qa-e2e-tests/1929962151737298944). I do not know enough about scanner v2 vs. v4: does the NodeInventoryTest use scanner v2 only? If we need to change the test instead of making this change in ScannerV2, then that seems better anyway. |
Ok, so I understand that the motivation is to fix a failing test. |
|
But that is a big change if OCP 4.19 does not use RHCOS anymore. Let's inform the PM |
|
Discussion in chat, https://redhat-internal.slack.com/archives/C033Z8KMZAM/p1749135523469219?thread_ts=1749130373.340809&cid=C033Z8KMZAM |
|
Cancelled - the test will be turned off |
OCP switched to using rhel baseimage nodes instead of rhcos.
before
example failure in ocp-next-candidate-qa-e2e (https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/stackrox_stackrox/14774/pull-ci-stackrox-stackrox-master-ocp-next-candidate-qa-e2e-tests/1929962151737298944):
node-inventory log:
after
example ocp-next-candidate-qa-e2e success with this change (https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/stackrox_stackrox/14774/pull-ci-stackrox-stackrox-master-ocp-next-candidate-qa-e2e-tests/1930502396882980864):
node-inventory log:
example on OCP 4.18:
before https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/stackrox_stackrox/14774/pull-ci-stackrox-stackrox-master-ocp-4-18-qa-e2e-tests/1927779159271018496
node-inventory log:
after https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/stackrox_stackrox/14774/pull-ci-stackrox-stackrox-master-ocp-4-18-qa-e2e-tests/1930502396731985920
node-inventory log:
related:
complianceAsCode change: ComplianceAsCode/content#13369
openshift-installer ticket: https://issues.redhat.com//browse/COS-3014