Xilinx / brevitas

Brevitas: neural network quantization in PyTorch
https://xilinx.github.io/brevitas/
Other
1.15k stars 191 forks source link

Change how the automatic tests are triggered #869

Open costigt-dev opened 6 months ago

costigt-dev commented 6 months ago

Why

The current process triggers a broader test suite when a review is requested which can be wasteful if multiple reviews are requested.

What

There are many alternative ways to do this. One way is to have a section of the PR description template have checkboxes for the test suites you wish to run like so:

some could be default on, others default off and when you want to run more tests, you would manually check them and re-run the workflow or make a commit.

Giuseppe5 commented 6 months ago

I was about o open a similar issue :) Another option would be to have tests triggered by special comments in the PR.