Bug 235304

Summary: Weird commit identifier on builds on aperez-wpe-ews
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED WORKSFORME    
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=235302

Comment 1 Adrian Perez 2022-01-19 13:12:37 PST
I'm taking a look… dunno what happened exactly, but Git claims that the
local “master” branch had diverged from the remote, so I have stopped
the builder, done a hard reset, and cleaned the tree with:

  git fetch origin
  git reset --hard origin/master
  git clean -xdf
Comment 2 Adrian Perez 2022-01-19 13:16:45 PST
Ah, the “origin” remote wasn't set to the GitHub repository, I will change
it and reset to the “main” branch from there instead.
Comment 3 Adrian Perez 2022-01-19 13:23:07 PST
The builder is back online, I'll keep an eye on the next build to see
if the issue got solved.
Comment 4 Adrian Perez 2022-01-19 13:43:33 PST
(In reply to Adrian Perez from comment #3)
> The builder is back online, I'll keep an eye on the next build to see
> if the issue got solved.

Things look fine now.

For example in https://ews-build.webkit.org/#/builders/36/builds/56554
the version reported in the “clean-and-update-working-directory” build
step is reported as 246190@main =)

Shall we close this bug, then?
Comment 5 Adrian Perez 2022-03-08 06:18:17 PST
Issue has not appeared back, so I will close for now -- we can always
reopen if needed :)