]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
teuthology/tasks/kernel: switch firmware branch name 1702/head
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 12 Jan 2022 14:52:55 +0000 (09:52 -0500)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 12 Jan 2022 14:53:58 +0000 (09:53 -0500)
It is now "main".

Fixes: https://tracker.ceph.com/issues/53852
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
teuthology/task/kernel.py

index 65fdaca7d85b1751c702309ce3cf95eec868a986..f235a9039ea31984d2a345f14bc74ea49d3e26a7 100644 (file)
@@ -288,7 +288,7 @@ def install_firmware(ctx, config):
                 run.Raw('&&'),
                 'sudo', 'git', 'fetch', 'origin',
                 run.Raw('&&'),
-                'sudo', 'git', 'reset', '--hard', 'origin/master'
+                'sudo', 'git', 'reset', '--hard', 'origin/main'
                 ],
             )