-
Notifications
You must be signed in to change notification settings - Fork 555
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
Make platform_id unnecessary when skipping trusted upload signing #4065
Make platform_id unnecessary when skipping trusted upload signing #4065
Conversation
c94567c
to
221f2b3
Compare
I was finally able to test the change locally. I had to hardcode the following:
I also had to manually add jobs at |
/gcbrun |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
221f2b3
to
2f088b8
Compare
/gcbrun |
I fixed the lint error on the lines I touched. I tried to fix the errors on lines I didn't touch but couldn't find a way to fix two contradicting errors at the same time. Currently, this lint rule fails:
However, if I move those imports above to make this rule happy, another rule fails:
@jonathanmetzman What can I do? Is it okay to merge it as is? |
Put |
…uirement The original check works for the quick upload form because it passes the platform param. The full upload form only passes an optional platform param for Android so we shouldn't require it to skip trusted upload signing. The job.lower should be enough in that case.
2f088b8
to
ded6f23
Compare
Done. |
/gcbrun |
If this passes can you remind me to deploy it on Monday. I'm traveling/stranded by crowdstrike today |
The original check works for the quick upload form because it passes the platform param. The full upload form only passes an optional platform param for Android so we shouldn't require it to skip trusted upload signing. The job.lower should be enough in that case.