stork
stork copied to clipboard
remove test results mount from stork integration test container
What type of PR is this? integration-test
What this PR does / why we need it:
- Stork integration tests on OCP are failing when running stork-integration test pod as the test tries to create the
testresultsdirectory but does not have adequate permissions - The solution is to run the test pod with privileged security context
- But since we don't use the testresults directory any more (jenkins is now configured to not store that artifact) we can remove this from the stork-integration test pod spec and still make it work for OCP
- This way we can also avoid having to run the stork-integration test pod with privileged mode
Does this PR change a user-facing CRD or CLI?: no
Is a release note needed?: no
Does this change need to be cherry-picked to a release branch?: no
Can one of the admins verify this patch?