This patch adds CI script entry points called by CI pipeline jobs. The
intent is to reduce friction when updating lint, spec and integration
tests by not requiring changes to the pipeline definitions themselves.
This intent follows separation of concerns where the CI pipeline
definition is separated as cleanly as possible from the actual test
execution.
This patch adds CI script entry points called by CI pipeline jobs. The intent is to reduce friction when updating lint, spec and integration tests by not requiring changes to the pipeline definitions themselves. This intent follows separation of concerns where the CI pipeline definition is separated as cleanly as possible from the actual test execution.