]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: fix .teuthology_branch file in qa/ 46487/head
authorJeff Layton <jlayton@redhat.com>
Wed, 1 Jun 2022 17:57:29 +0000 (13:57 -0400)
committerJeff Layton <jlayton@redhat.com>
Wed, 1 Jun 2022 18:04:39 +0000 (14:04 -0400)
commitb5dd80883ef642a15f8d37102da265b888eb9dce
tree2c6b226bf0a47aa109dde0a228242f6bd03758b3
parent04567650cac7747c91b70335ebb0c4b87ce5da66
qa: fix .teuthology_branch file in qa/

According to teuthology-suite:

  -t <branch>, --teuthology-branch <branch>
                              The teuthology branch to run against.
                              Default value is determined in the next order.
                              There is TEUTH_BRANCH environment variable set.
                              There is `qa/.teuthology_branch` present in
                              the suite repo and contains non-empty string.
                              There is `teuthology_branch` present in one of
                              the user or system `teuthology.yaml` configuration
                              files respectively, otherwise use `main`.

The .teuthology_branch file in the qa/ dir currently points at "master".
Change it to point to "main".

Signed-off-by: Jeff Layton <jlayton@redhat.com>
qa/.teuthology_branch