Lines Matching refs:commits

27 which boards fail on which commits, and which errors come up. It aims
61 Buildman is designed to build entire git branches, i.e. muliple commits. It
63 rebuild commits which have changed (and remove its old results for that
102 individual commits at present, unless (maybe) you point it at an empty
103 branch. Put all your commits in a branch, set the branch's upstream to a
112 Buildman is optimised for building many commits at once, for many boards.
115 a few commits or boards, it will be pretty slow. As a tip, if you don't
156 steps should get you started with a repo and some commits for testing.
161 $ # Add some commits to the branch, reading for testing
189 to build x86 commits.
492 Building 18 commits for 1059 boards (4 threads, 1 job per thread)
517 make job will use a single CPU. The list of commits to be built helps you
536 Building 18 commits for 1059 boards (4 threads, 1 job per thread)
572 This shows which commits have succeeded and which have failed. In this case
577 to blame our commits. The bad news is that our commits are not tested on that
608 by that commit. Sometimes commits can be in the wrong order, so that a
609 breakage is introduced for a few commits and fixed by later commits. This
610 shows up clearly with buildman. You can then reorder the commits and try
657 To check the impact of your commits on image size, use -S. For example:
660 Summary of 10 commits for 1066 boards (4 threads, 1 job per thread)
683 your commits.
689 A useful option is --step which lets you skip some commits. For example
691 compare the image sizes of the 1st, 3rd, 5th... commits). You can also use
692 --step 0 which will compare only the first and last commits. This is useful
914 You can build a range of commits by specifying a range instead of a branch
919 will build commits in us-buildman that are not in upstream/master.
1071 add commits, etc. without affecting the build in progress.
1134 commits for changed files and building only boards which use those files.
1143 the build speed by building all commits for a board instead of the other