Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong commit SHA in staging #2697

Closed
dbelokon opened this issue Jan 20, 2022 · 1 comment · Fixed by #2756
Closed

Wrong commit SHA in staging #2697

dbelokon opened this issue Jan 20, 2022 · 1 comment · Fixed by #2756
Assignees
Labels
area: autodeployment Anything related to auto deployment area: deployment Production or Staging deployment type: bug Something isn't working
Milestone

Comments

@dbelokon
Copy link
Contributor

What happened: Today, I head over the staging deployment, and I clicked on the version tag (as of right now, it is version 2.5.0). After clicking it redirected to a commit that does not exist (the SHA in the link does not reference an existing commit).

What should have happened: A page that shows an existing commit.

How to reproduce it (as precise as possible): Go to staging and click on the version tag.

Anything else we need to know?: This might be related to #2650 or not. I am not really sure.

Environment:

  • OS: Windows 10
  • Browser: FireFox v. 95.0.2
@dbelokon dbelokon added the type: bug Something isn't working label Jan 20, 2022
@JerryHue JerryHue added area: autodeployment Anything related to auto deployment area: deployment Production or Staging deployment labels Jan 20, 2022
@manekenpix
Copy link
Member

manekenpix commented Jan 21, 2022

It seems that this issue only happens during releases.
From what I can see, the current commit displayed in staging is fd66d60, and checking the logs, I see that 2 events took place during the 2.5.0 release:
image

and one of them had this payload:

"ref": "refs/tags/2.5.0",
"before": "0000000000000000000000000000000000000000",
"after": "fd66d60f67d6491e4fd008a1deeee620e2711ea1",

with the same commit sha that's currently displayed in staging. I wonder if somehow we processed this request and ended up with this wrong sha in staging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: autodeployment Anything related to auto deployment area: deployment Production or Staging deployment type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants