Open Issues Need Help
View All on GitHubAI Summary: Refactor the testing repository scripts in the Rancher project to dynamically generate container and image names instead of using hardcoded values. This will allow for multiple dynamic names, improving flexibility and supporting shared libraries. The changes should mirror the approach demonstrated in the provided pull request.
AI Summary: Relocate the main Dockerfile from the `/validation` directory to the root of the Rancher tests repository. This change aims to simplify the Docker build process by eliminating the need for a path parameter in shared library functions, improving build consistency and reducing complexity.
AI Summary: Modify the Qase build and execution steps within the qa-jenkins-library to handle non-error exits gracefully. This involves revising the error handling to prevent forced exits on non-critical issues and creating a Docker image with an appropriate ENTRYPOINT script to streamline the execution process, removing unnecessary parameters.