Forum Discussion
KennyT_altera
Super Contributor
5 years agoWhen you mention that you use cloud, which cloud that you were using? I would like to test it there as well.
OHarb1
Occasional Contributor
5 years agoWe're using github pull requests to drive Google Cloud Build.
It's a fair amount to set up....
Fully automated:
- Create pull request
- All unit-tests are run
- All
- P&R is run (using Quartus in docker image)
- Timing checks (our own script as P&R will not return non-zero exit code even if there's no timingclosure)
- (Not in the cloud, but on a local Jenkins slave) The bitfile is uploaded to the FPGA
- (Not inthe cloud) Various tests are run on the FPGA
- The pull request is marked as correct
- Mergify on github merges the pull request