Skip to content

Conversation

@yuumasato
Copy link
Member

NewTestConfig() always returns a TestConfig with ConentDir empty.

But by the time we create the TestConfig we already know the content directory that should be used, since DefineFlags() runs on TestMain().

NewTestConfig() always returns a TestConfig with ConentDir empty.

But by the time we create the TestConfig we already know the content
directory that should be used, since DefineFlags() runs on TestMain().
@openshift-ci
Copy link

openshift-ci bot commented Sep 25, 2025

@yuumasato: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-ocp4-stig 4d3b29a link true /test e2e-aws-ocp4-stig

Full PR test history. Your PR dashboard.

Details

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-sigs/prow repository. I understand the commands that are listed here.

@rhmdnd rhmdnd self-requested a review September 25, 2025 15:42
Platform: platform,
ContentImage: contentImage,
ContentDir: "", // Will be set during setup
ContentDir: contentDir,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are, so that is likely not the root cause of manual remediations not being run

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So your PR, and this PR, both probably solve content-dir for openshift/release#69497.
But don't explain why the manual remediation is not working.

@yuumasato yuumasato closed this Sep 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants