Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Add a CI step to decode the EDID #102

Merged
merged 4 commits into from
Apr 26, 2023
Merged

Add a CI step to decode the EDID #102

merged 4 commits into from
Apr 26, 2023

Conversation

mtlynch
Copy link
Contributor

@mtlynch mtlynch commented Apr 26, 2023

Resolves tiny-pilot/tinypilot#1373

It's difficult to inspect source changes to the EDID, as we store it as a hex blob. This change improves inspection slightly by decoding the EDID and printing it to CI logs.
Review on CodeApprove

It's difficult to inspect source changes to the EDID, as we store it as a hex blob. This change improves inspection slightly by decoding the EDID and printing it to CI logs.
@mtlynch mtlynch marked this pull request as ready for review April 26, 2023 11:49
@mtlynch mtlynch requested a review from cghague April 26, 2023 11:49
Copy link
Contributor Author

mtlynch commented Apr 26, 2023

Automated comment from CodeApprove ➜

@cghague please review this Pull Request

Copy link
Contributor

@cghague cghague left a comment

Choose a reason for hiding this comment

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

Automated comment from CodeApprove ➜

⏳ Approval Pending (1 unresolved comments)
Approval will be granted automatically when all comments are resolved

LGTM.


In: .circleci/config.yml:

> Line 35
          command: sudo apt-get update && sudo apt-get install edid-decode

We include the -y option in some of our other CircleCI steps. I don't believe it's strictly necessary in this case, but it might be worth adding it for consistency.


👀 @mtlynch it's your turn please take a look

Copy link
Contributor Author

@mtlynch mtlynch left a comment

Choose a reason for hiding this comment

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

Automated comment from CodeApprove ➜

In: .circleci/config.yml:
Ah, good idea! Fixed.

Copy link
Contributor

@cghague cghague left a comment

Choose a reason for hiding this comment

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

Automated comment from CodeApprove ➜

Approved: I have approved this change on CodeApprove and all of my comments have been resolved.

@mtlynch mtlynch enabled auto-merge (squash) April 26, 2023 12:47
@mtlynch mtlynch merged commit 99babd8 into master Apr 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run edid-decode as part of CI
2 participants