Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a build bisect script #1833

Merged
merged 12 commits into from
Mar 15, 2019
Merged

Implement a build bisect script #1833

merged 12 commits into from
Mar 15, 2019

Commits on Mar 12, 2019

  1. 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
    bsclifton committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    00a615e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54f1366 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    270e663 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88de409 View commit details
    Browse the repository at this point in the history
  5. Commits for broken version are now listed; also fixed bug in find (ne…

    …eded to return attempts)
    bsclifton committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    fd45d85 View commit details
    Browse the repository at this point in the history
  6. Stubbed out two new profile related parameters, fixed handling of goo…

    …d/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
    bsclifton committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    e635e20 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Configuration menu
    Copy the full SHA
    9b7d57e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Configuration menu
    Copy the full SHA
    c5aea36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebdf0d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Configuration menu
    Copy the full SHA
    710f053 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45c3af7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    623f7a0 View commit details
    Browse the repository at this point in the history