Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: IBM/autopilot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: autopilot-v2.0.0
Choose a base ref
...
head repository: IBM/autopilot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: autopilot-v2.1.0
Choose a head ref
  • 5 commits
  • 9 files changed
  • 4 contributors

Commits on Nov 18, 2024

  1. Address Documentation Issue #57: Include clarification on selecting m…

    …ultiple node selection parameters in USAGE.md (#59)
    
    USAGE.md mentions how tests can be configured using a combination of parameters. The host, job, and nodelabel parameters all involve node selection. To clarify behavior when multiple node selection parameters are used together, I mentioned that Autopilot runs the tests on nodes that match any of the specified parameters (set union rather than set intersection).
    
    I specifically added the following sentences under the parameters list in USAGE.md: Note that if multiple node selection parameters (host, job, nodelabel) are provided together, Autopilot will run tests on nodes that match any of the specified parameters (set union). For example, the following command will run the pciebw test on all nodes that either have the label label1 OR are running the job jobKey=job2 because both nodelabel and job parameters are provided in the input:
    
    curl "http://<route-name>/status?check=pciebw&nodelabel=label1&job=default:jobKey=job2"
    
    
    Signed-off-by: Anish Sinha <108232600+Anish701@users.noreply.github.com>
    Anish701 authored Nov 18, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9618968 View commit details

Commits on Dec 9, 2024

  1. Example autopilot grafana dashboard (#65)

    Signed-off-by: Tonia Elengikal <Tonia.Elengikal@ibm.com>
    eletonia authored Dec 9, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    7b8087b View commit details

Commits on Dec 10, 2024

  1. [Enhancement] Error Handling in Network Tests (#64)

    Enhances error handling for failing iperf3 tests
    Removes JSON corruptions due to any client failures
    Adds time outs to clients that may be hung, preventing from forward progress.
    Reorganizes output in more desirable format
    
    
    Signed-off-by: vezio <tyler.rimaldi@ibm.com>
    Vezio authored Dec 10, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    44fe45c View commit details
  2. [Enhancement] Default Arguments for iperf3 Test (#62)

    Adds default options from go side of autopilot for iperf3 workload tests.
    
    Signed-off-by: vezio <tyler.rimaldi@ibm.com>
    Vezio authored Dec 10, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1c00526 View commit details

Commits on Jan 6, 2025

  1. Update Chart.yaml

    Increasing version number for new release containing bugfix and various improvements
    
    Signed-off-by: Claudia Misale <34547329+cmisale@users.noreply.github.com>
    cmisale authored Jan 6, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a8231e6 View commit details
Loading