Ikko Ashimine
176beddb3f
Fix typo in incidental.py ( #73737 )
...
successfull -> successful
2021-03-01 17:37:58 +05:30
Matt Clay
fb7740ae3b
Update hacking/shippable docs.
...
The `--all` option downloads more than is needed for analyzing code coverage.
2020-07-07 10:22:45 -07:00
Sam Doran
fd882e0e18
Get test data file directly in rebalance script ( #70107 )
...
Rather than looking through tests.json to find the data file, look for it explicitly
within a given target to avoid problems processing data in tests.json.
2020-06-19 09:57:50 -04:00
Matt Clay
c67efe0bd1
Avoid unnecessary comprehensions.
2020-06-18 11:50:31 -07:00
Jordan Borean
36fc5840b7
hacking - Add script to easily rebalance Shippable groups ( #67976 )
...
* hacking - Add script to easily rebalance Shippable groups
* Fix py26 compile issue
* Add option to automatically change test target aliases
2020-03-24 08:14:09 +10:00
Matt Clay
d049888a92
Update Shippable hacking scripts default branch.
2020-03-23 13:04:56 -07:00
Matt Clay
707eea3afa
Add new options to hacking/shippable/incidental.py
( #68384 )
...
* Add `--plugin-path` option to `incidental.py`.
* Report on plugins with no test target.
* Add `--verbose` option to script.
2020-03-23 11:14:21 -05:00
Rick Elrod
649f657f91
Fix coverage script to handle ongoing runs ( #68380 )
...
* Fix get_recent_coverage_runs.py to handle ongoing runs
Signed-off-by: Rick Elrod <rick@elrod.me>
* Color code test status to make it easier to see at a glance
Signed-off-by: Rick Elrod <rick@elrod.me>
* fix lint
Signed-off-by: Rick Elrod <rick@elrod.me>
2020-03-23 11:14:21 -05:00
Matt Clay
82516a424e
Fix hacking/shippable/incidental.py source search.
2020-03-23 11:14:21 -05:00
Rick Elrod
d87d96077f
Add script for getting URLs of coverage runs
...
Signed-off-by: Rick Elrod <rick@elrod.me>
2020-03-23 11:14:21 -05:00
Matt Clay
f18f480a3c
Add hacking/shippable/incidental.py script. ( #68182 )
...
* Add hacking/shippable/incidental.py script.
* Add README.md.
2020-03-23 11:14:21 -05:00
Rick Elrod
787089cba2
First attempt at making the shippable downloader recurse to pull parent results of reruns ( #68154 )
...
* First attempt at making the shippable downloader recurse to pull parent results of reruns
Signed-off-by: Rick Elrod <rick@elrod.me>
* Update message for previous run download.
Co-authored-by: Matt Clay <matt@mystile.com>
2020-03-23 11:14:21 -05:00
Matt Clay
19f6fc68d4
Relocate Shippable tools. ( #67556 )
...
* Move Shippable tools to hacking directory.
These limits the `test/utils/shippable/` directory to scripts required for CI.
* Fix `test/utils/shippable/` file classification.
* Update package-data sanity test.
2020-02-19 09:55:34 -08:00