Closed awoods187 closed 4 years ago
The roachtests can be run with a local build (running on a GCE cluster):
build/builder.sh mkrelease
make bin/roachprod
make bin/roachtest
roachtest run <ORM name>
I am aware of local builds.
1) That is specifically what I do not want (it takes forever) and that's why I wanted a CI target if any.
2) doesn't give me a command to 'run them all'
I see -- I didn't understand these requirements.
This should be possible to do through TeamCity. I haven't done it myself, but I believe @ajwerner may have. I just tried a few things, and these instructions should work for what you want:
...
next to Run
near the top of the page.Changes
tab.Build branch
field, put the open PR number that includes your changes.Run build
.awesome! That's helpful. Thank you!
@knz has a pr for savepoints that he would like to be able to run against the ORM test suites. Is there a way for him to trigger this pr to run the ORM nightlies without merging the PR? this could help him speed up development in his comparison testing
@rafiss