4 Open Issues Need Help Last updated: Sep 8, 2025

Open Issues Need Help

View All on GitHub
good first issue

AI 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.

Complexity: 3/5
good first issue

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.

Complexity: 2/5
good first issue

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.

Complexity: 4/5
good first issue