Bug 235302

Summary: clean-up-git-repo step is failing on aperez-gtk-ews
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, aperez, jbedard
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=235304

Description Aakash Jain 2022-01-17 14:36:57 PST
clean-up-git-repo step seems to be consistently failing on aperez-gtk-ews. This build step started running recently on all the queues.

bot: https://ews-build.webkit.org/#/workers/70
example of failing builds: https://ews-build.webkit.org/#/builders/36/builds/56395, https://ews-build.webkit.org/#/builders/36/builds/56400, https://ews-build.webkit.org/#/builders/36/builds/56406


error: pathspec 'origin/main' did not match any file(s) known to git
error: branch 'main' not found.
fatal: 'origin/main' is not a commit and a branch 'main' cannot be created from it
Comment 1 Aakash Jain 2022-01-17 14:38:07 PST
Note that other bots on gtk queue (igalia1-gtk-wk2-ews and igalia2-gtk-wk2-ews) and aperez-wpe-ews are working fine.
Comment 2 Jonathan Bedard 2022-01-17 16:13:10 PST
We should inspect that checkout. Sounds like it might be the old remote
Comment 3 Adrian Perez 2022-01-20 16:14:41 PST
I think we can probably close this now that I fixed the issue — yes, the
Git clone was pointing to git.webkit.org instead of github.com 🙃️
Comment 4 Aakash Jain 2022-01-24 04:26:17 PST
Thanks Adrian! Looks good to me.