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

jenkins,win: fix buildpulse for rebased PRs #3676

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

StefanStojanovic
Copy link
Contributor

During the last 2 weeks, BuildPulse PoC's been in place in a part of the Windows CI. I noticed that part of the builds were uploaded, but not processed. After investigating it, I learned those were the PR builds for which rebasing the feature branch on the master was required. The issue there was that GIT_COMMIT environment variable was not the SHA code of the commit being tested because of rebasing.

After discussing this issue with @siddhantdange, he proposed a change, which I tried and it works. That change is in this PR.

Pinging @nodejs/build for review,

Refs: #3653

@StefanStojanovic StefanStojanovic changed the title fixup! jenkins,win: add buildpulse support (#3653) jenkins,win: fix buildpulse for rebased PRs Apr 17, 2024
@StefanStojanovic
Copy link
Contributor Author

A friendly reminder for @nodejs/build to review this.

Copy link
Member

@targos targos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rubbertstamp

@StefanStojanovic StefanStojanovic merged commit 6043cf7 into nodejs:main Apr 22, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants