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

tests: fix rados/upgrade/jewel-x-singleton and make workunit task handle repo URLs not ending in ".git" #16228

Merged
merged 2 commits into from
Jul 9, 2017

Commits on Jul 8, 2017

  1. qa/suites/rados/upgrade: upgrade client.0 node too

    Fixes: http://tracker.ceph.com/issues/20368
    Signed-off-by: Sage Weil <sage@redhat.com>
    Signed-off-by: Nathan Cutler <ncutler@suse.com>
    liewegas authored and smithfarm committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    4bc9f56 View commit details
    Browse the repository at this point in the history
  2. qa: workunit: handle repo ending in "/ceph-ci"

    If the repo ends in "/ceph-ci" it's the same as if it ended in "/ceph-ci.git"
    
    Before this change, the following command was broken if the workunit specified,
    e.g., "branch: jewel":
    
    teuthology-suite --ceph-repo https://github.com/ceph/ceph --ceph master
    --suite-repo https://github.com/ceph/ceph-ci --suite-branch wip-foo . . .
    
    Fixes: http://tracker.ceph.com/issues/20554
    Signed-off-by: Nathan Cutler <ncutler@suse.com>
    smithfarm committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    98eda9a View commit details
    Browse the repository at this point in the history