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

Distinguish PR from branch builds in Tachometer checks #941

Merged
merged 1 commit into from Jun 6, 2019

Conversation

aomarks
Copy link
Member

@aomarks aomarks commented Jun 6, 2019

Fixes #920

Previously, only the branch build was correctly appearing as a GitHub check, and the PR build was lost. That's because GitHub expects you to attach your checks to the same feature branch commit, not the automatically-generated merge commit, for both the branch and PR builds. We distinguish them by using a different title for the check.

Note in the screenshot below (or in the checks tab on this PR) that there are now two entries under Tachometer, one for the branch, one for the PR.

screen

@aomarks aomarks force-pushed the tach-pr-vs-branch branch 6 times, most recently from 754a399 to 1039fcf Compare June 6, 2019 22:10
@aomarks aomarks changed the title DO NOT MERGE Attach tachometer checks to the right commit and distinguish with label. Put tachometer checks on the right commit, and distinguish PR from branch Jun 6, 2019
@aomarks aomarks changed the title Put tachometer checks on the right commit, and distinguish PR from branch Distinguish PR from branch builds in Tachometer checks Jun 6, 2019
@aomarks aomarks requested a review from rictic June 6, 2019 22:20
@aomarks aomarks merged commit 97047f1 into master Jun 6, 2019
@aomarks aomarks deleted the tach-pr-vs-branch branch June 6, 2019 22:33
neuronetio pushed a commit to neuronetio/lit-html that referenced this pull request Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve tachometer GitHub check reporting for PR vs build commits
2 participants