Commit Graph
20 Commits
Author SHA1 Message Date
Ahmed Kamal be50933b3e Fix formatting of python scripts (#19623)
* temp

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* trivial change to trigger lint

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* Apply fixes

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* Revert "temp"

This reverts commit 9724d3bc66cdf8082cb62f7ee79923507fdbba47.

* Revert "trivial change to trigger lint"

This reverts commit 5417ce862b7a0f381b9dd3ed81c8a44b06f36b54.

* The big fmt

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* Improve regex, please sonarcloud

Group parts of the regex together to make
the operator precedence explicit

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

---------

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>
2023-08-09 12:40:12 +01:00
Mihai PLESA 1ccc9522a6 remove brave github token (#19536) 2023-08-07 08:36:41 -04:00
Mihai PLESA 49874507d1 fixed line lengths to 80 and do autopep8 2021-10-29 17:54:41 -05:00
Brian Clifton 7c3fbe3af6 Fixing pylint warnings 2021-10-29 17:54:41 -05:00
Brian Clifton 32b1b965dd pep8 lint fix 2020-03-23 23:46:57 -07:00
Brian Clifton 2f4d05501e Properly return token (allows CLI usage; bug in original) and have better check for version 2020-03-15 22:57:49 -07:00
Brian Clifton 951a25a70c Don't consider Android releases when doing Desktop bisect 2020-03-15 19:47:57 -07:00
Brian Clifton e59903c803 Fix formatting problem in build-bisect script 2019-03-18 13:10:16 -07:00
Matt Bacchi 623f7a0fd3 Merge branch 'bsc-bisector' of github.com:brave/brave-core into bsc-bisector 2019-03-15 14:07:41 -06:00
Matt Bacchi 45c3af773b Exit if current platform not supported 2019-03-15 14:07:25 -06:00
Brian Clifton 710f053aea Added --channel parameter, so you can narrow builds down by release channel 2019-03-15 11:43:10 -07:00
Brian Clifton ebdf0d4f07 rev1 of getting the profile download working
I tested with https://github.com/brave/qa-resources/blob/bsc-profile/profiles/5000-bookmarks.zip?raw=true
2019-03-14 11:00:35 -07:00
Brian Clifton c5aea36c2d Finalized search logic, added demo-mode flag 2019-03-13 17:29:53 -07:00
Brian Clifton 9b7d57e3fa Fix bugs with good/bad index selection; generate temp directory for profile 2019-03-13 15:59:08 -07:00
Brian Clifton e635e20faf Stubbed out two new profile related parameters, fixed handling of good/bad versions, fixed linting errors
- `--fresh-profile` is intended to move your existing profile out of the way
- `--use-profile` is intended to allow for downloading/unzipping a profile to use for all tests
- if good version is not found, it'll use the first version match for "major.minor." pattern
- if bad version is not found, it'll use the last version match for "major.minor." pattern
2019-03-12 16:15:13 -07:00
Brian Clifton fd45d85cae Commits for broken version are now listed; also fixed bug in find (needed to return attempts) 2019-03-12 16:14:47 -07:00
Brian Clifton 88de409fe7 Search properly finishes now; added verbose flag to help with debugging. 2019-03-12 16:14:46 -07:00
Brian Clifton 270e663964 Script now fetches all available releases (instead of first page only) 2019-03-12 16:14:46 -07:00
Brian Clifton 54f1366558 macOS install of DMG is now automated 2019-03-12 16:14:46 -07:00
Brian Clifton 00a615e939 Starting to implement all parts of the build bisect
- fetches all versions
- will attempt to find good/bad for start
- search is not specific enough, but good enough for a rev1
- need to implement install / execute
2019-03-12 16:14:46 -07:00