]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
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)
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

index 1f7391f92b6a3792204e07e99f71f643cc35e7e1..ba2906d0666cf726c7eaadd2cd3db615dedfdf3a 100644 (file)
@@ -1 +1 @@
-master
+main