From: Jeff Layton Date: Wed, 1 Jun 2022 17:57:29 +0000 (-0400) Subject: qa: fix .teuthology_branch file in qa/ X-Git-Tag: v18.0.0~795^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F46487%2Fhead;p=ceph.git qa: fix .teuthology_branch file in qa/ According to teuthology-suite: -t , --teuthology-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 --- diff --git a/qa/.teuthology_branch b/qa/.teuthology_branch index 1f7391f92b6a..ba2906d0666c 100644 --- a/qa/.teuthology_branch +++ b/qa/.teuthology_branch @@ -1 +1 @@ -master +main