Skip to content

Commit

Permalink
teuthology/tasks/kernel: default branch should be "distro"
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
batrick committed Oct 23, 2024
1 parent d05aa26 commit 65f6bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teuthology/task/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

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']
Expand Down

0 comments on commit 65f6bfa

Please sign in to comment.