-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(run-integration-test): Add interu tool #26
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one!
Just a few suggestions.
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, left some non-blocking comments
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This tool reads and validates the operator specific integration test config file
tests/interu.yaml
(can be overridden) and theinstances.yaml
file containing size-to-type mappings. It then produces the correct output which can be passed toGITHUB_ENV
orGITHUB_OUTPUT
.It is now possible to define runners and test profiles. Runners specify the exact cluster specification. Test profiles allow tailored scenarios, eg. if the test is run as part of a scheduled run or triggered manually.
Each profile specifies a test strategy. Currently two are supported:
weighted
anduse-runner
.