datarobot-oss / custom-models-action

Contains the implementation of GitHub actions to manage custom inference models and deployments using a CI/CD workflows
Other
8 stars 3 forks source link

[RAPTOR-9557] Add a description to the pull-request template for how to run specific funcitonal test(s) #347

Closed zohar-mizrahi closed 1 year ago

zohar-mizrahi commented 1 year ago

This repository is public. Do not put here any private DataRobot or customer's data, code, datasets, model artifacts, .etc.

RATIONAL

Using comments, it is possible to run certain functional test/tests. The workflow looks for the $FUNCTIONAL_TESTS= pattern in a comment, extract whatever found after the assignment sign and add it to the list of tests to run. A GitHub action is then invoked to runt those tests.

CHANGES


CAUTION: changing any of the checkbox states will immediately terminate a previous run that is in progress.