Bug 235304 - Weird commit identifier on builds on aperez-wpe-ews
Summary: Weird commit identifier on builds on aperez-wpe-ews
Status: RESOLVED WORKSFORME
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 16:07 PST by Aakash Jain
Modified: 2022-03-08 06:18 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.
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 :)