mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-02 17:50:39 +00:00
a7eef92988bac018db216ba2cc0325d82b42d44f
3ec519fMerge pull request #12 from weaveworks/prefix-unit-test-sched856790fUse golang package name as a prefix on unit test schedules.7f5fa57Merge pull request #11 from weaveworks/10-dont-delete-sshed-gce-nodes0bff9b4Don't delete GCE nodes for running (but failed) builds03aed8fMerge pull request #9 from weaveworks/configure-pac-domainc04c534socks: Make main shExpMatch expression configurable git-subtree-dir: tools git-subtree-split:3ec519f704
Weaveworks Build Tools
Included in this repo are tools shared by weave.git and scope.git. They include
cover: a tool which merges overlapping coverage reports generated by go testlint: a script to lint Go project; runs various tools like golint, go vet, errcheck etcrebuild-image: a script to rebuild docker images when their input files change; useful when you using docker images to build your software, but you don't want to build the image every time.socks: a simple, dockerised SOCKS proxy for getting your laptop onto the Weave networktest: a script to run all go unit tests in subdirectories, gather the coverage results, and merge them into a single report.runner: a tool for running tests in parallel; given each test is suffixed with the number of hosts it requires, and the hosts available are contained in the environment variable HOSTS, the tool will run tests in parallel, on different hosts.scheduler: an appengine application that can be used to distribute tests across different shards in CircleCI.
Using build-tools.git
To allow you to tie your code to a specific version of build-tools.git, such
that future changes don't break you, we recommendation that you git subtree
this repository into your own repository:
git subtree add --prefix tools https://github.com/weaveworks/build-tools.git master --squash
To update the code in build-tools.git, the process is therefore:
- PR into build-tools.git, go through normal review process etc.
- Do
git subtree pull --prefix tools https://github.com/weaveworks/build-tools.git master --squashin your repo, and PR that.
Languages
Go
60.9%
JavaScript
28.3%
Shell
6.7%
Python
1.6%
HCL
1%
Other
1.5%