Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func NewTestConfig() *TestConfig {
Product: product,
Platform: platform,
ContentImage: contentImage,
ContentDir: "", // Will be set during setup
ContentDir: contentDir,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
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
Copy Markdown
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.

LogDir: logDir,
InstallOperator: installOperator,
BypassRemediations: bypassRemediations,
Expand Down