tadayosi opened a new pull request, #3863: URL: https://github.com/apache/camel-k/pull/3863
<!-- Description --> What I see as the possible root cause of the random kustomize tests failures is that `kustomize` taints `kustomization.yaml` under `install/` each test run and it could be that the installation scripts are not idempotent, so the random order of test executions sometimes cause misconfigurations. This fix copies `install/` every time to `/tmp` and run the tests there to ensure independence of kustomize tests. Fix #3772 #3861 <!-- Enter your extended release note in the below block. If the PR requires additional action from users switching to the new release, include the string "action required". If no release note is required, write "NONE". You can (optionally) mark this PR with labels "kind/bug" or "kind/feature" to make sure the text is added to the right section of the release notes. --> **Release Note** ```release-note NONE ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
