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

teuthology/schedule: Add "descr" option #1973

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 2, 2024

  1. teuthology/schedule: Add "descr" option

    A convenience option.
    When a large batch has many failed tests, "descr" makes it easy to schedule
    just selected ones. It is as simple as copy-paste description of failed test.
    
    teuthology-suite -e [email protected] -vv -c aclamk-testing-ceres-2024-07-01-1011 -p 50 \
      --descr "rados/singleton-bluestore/{all/cephtool mon_election/connectivity msgr-failures/none \
      msgr/async-v2only objectstore/bluestore-comp-lz4 rados supported-random-distro$/{centos_latest}}"
    
    Many tests may be rerun in this fashion; "descr" accepts multiple comma separated test descriptions.
    
    Signed-off-by: Adam Kupczyk <[email protected]>
    aclamk committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    48c2263 View commit details
    Browse the repository at this point in the history