opendatahub-io / model-registry-bf4-kf

Apache License 2.0
1 stars 11 forks source link

Implement Git Actions and Runners to initiate the model registry test-suite on pull requests. #187

Open tonyxrmdavidson opened 7 months ago

tonyxrmdavidson commented 7 months ago

Tracker Task for the Implementation of GitActions/Runners for Model Registry Testing

When a pull request is initiated we want to run any existing golang and robot framework tests contained within the repository. The GoLang and Robot Framework tests should be run in parallel via separate GitActions/Runners.

Git actions will be used to initiate the testing. Git runners will be used to run the testing.

The pull request cannot be merged until all tests pass.

Definition of Done

When existing tests can successfully be run on a pull request and provide correct pass/fail and accessible feedback is available for the engineer.

rkubis commented 3 months ago

@tonyxrmdavidson All issues are closed now, we can close this tracker too I think.