]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
teuthology/tasks/kernel: default branch should be "distro" fragment-merge-base-config 2008/head
authorPatrick Donnelly <pdonnell@redhat.com>
Sat, 19 Oct 2024 17:39:38 +0000 (13:39 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 23 Oct 2024 01:18:09 +0000 (21:18 -0400)
Generally, we don't want to install any kernel by default. There also is no
"main" branch for the ceph-client.git project.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
teuthology/task/kernel.py

index 59242d31b43a217f0be90087847782c741d9bc8b..22cd1a69c20d81428c67f7ae6270ad37e780d53e 100644 (file)
@@ -33,7 +33,7 @@ from teuthology.task.install.deb import install_dep_packages
 
 log = logging.getLogger(__name__)
 
-CONFIG_DEFAULT = {'branch': 'main'}
+CONFIG_DEFAULT = {'branch': 'distro', 'sha1': 'distro'}
 TIMEOUT_DEFAULT = 300
 
 VERSION_KEYS = ['branch', 'tag', 'sha1', 'deb', 'rpm', 'koji', 'koji_task']