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

add support for 'report' field in buildtest configuration to control behavior of 'buildtest report' #1459

Merged
merged 4 commits into from
May 1, 2023

Commits on Apr 28, 2023

  1. change field formatfields to format

    pass the configuration variable into report_cmd and Report class
    add definitions for terse, format, and count field that can be reused.
    Make buildspecs and report a required property so its defined in configuration file
    add porperty terse, format, count, latest, oldest inside the report field.
    Add support for implementation for each of these properties which will change behavior
    of buildtest report by reading the configuration file. It can be overridden by command line option
    shahzebsiddiqui committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    5706f65 View commit details
    Browse the repository at this point in the history
  2. pass 'configuration' variable to all methods where its needed by Repo…

    …rt class
    
    refactor tests where its failing
    shahzebsiddiqui committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    c408408 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

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