Bug 235304
Summary: | Weird commit identifier on builds on aperez-wpe-ews | ||
---|---|---|---|
Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
Component: | Tools / Tests | Assignee: | 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 |
Aakash Jain
Weird commit identifier on builds on aperez-wpe-ews. e.g.:
243667.2450@main in https://ews-build.webkit.org/#/builders/8/builds/72648
243667.2377@main in https://ews-build.webkit.org/#/builders/8/builds/72491
243667.2309@main in https://ews-build.webkit.org/#/builders/8/builds/72323
243667.2240@main in https://ews-build.webkit.org/#/builders/8/builds/72170
243667.577@main in https://ews-build.webkit.org/#/builders/8/builds/67873 (from nov 15, 2021)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adrian Perez
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
Adrian Perez
Ah, the “origin” remote wasn't set to the GitHub repository, I will change
it and reset to the “main” branch from there instead.
Adrian Perez
The builder is back online, I'll keep an eye on the next build to see
if the issue got solved.
Adrian Perez
(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?
Adrian Perez
Issue has not appeared back, so I will close for now -- we can always
reopen if needed :)