Bug 235302 - clean-up-git-repo step is failing on aperez-gtk-ews
Summary: clean-up-git-repo step is failing on aperez-gtk-ews
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-17 14:36 PST by Aakash Jain
Modified: 2022-01-24 04:26 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.