From b5dd80883ef642a15f8d37102da265b888eb9dce Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Wed, 1 Jun 2022 13:57:29 -0400 Subject: [PATCH] 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 --- qa/.teuthology_branch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/.teuthology_branch b/qa/.teuthology_branch index 1f7391f92b6a3..ba2906d0666cf 100644 --- a/qa/.teuthology_branch +++ b/qa/.teuthology_branch @@ -1 +1 @@ -master +main -- 2.39.5