Closed diegolovison closed 2 months ago
/approve
will let @rimolive lgtm it
/hold
/lgtm
/unhold /lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: HumairAK, rimolive
The full list of commands accepted by this bot can be found here.
The pull request process is described here
The issue resolved by this Pull Request:
Break down the solution for #RHOAIENG-10212 into smaller PRs to facilitate review.
Description of your changes:
The goal of test.sh is to be the starting point for allowing a test to be running to the following target: kind, fresh OpenShift, an OpenShift cluster with RHOAI installed.
How to review:
kind-integration.sh
was copied totest.sh
test.sh
sh tests.sh --kind
--openshift
parameter and implementationWhy this should be merged
--openshift
. Having the base well defined and agreement from the team we can move forward and avoid rework. There are multiple ways to create a bash script and we should use one that the team is more comfortable with.Questions
Testing instructions
If GHA action passes, all good. No manual testing is required.
Checklist