-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Incorrect CP messages are showing up #46442
Comments
Triggered auto assignment to @greg-schroeder ( |
The problem is that this variable only looks at the tag for the deploy. However, sometimes deploys are "batched" with deploys because of this cancel-in-progress key. So we really need to look at another piece of data to determine if a PR is being CP'd or deployed via the normal process. |
Got #46535 prettymuch ready, but I'd like to wait for some CP'd merge commits to appear on staging so I can double-check what the commit messages look like before I put that PR in for review |
Sample commit message for a CP'd PR, pulled from staging log (had to do it after CP'ing some stuff because full staging deploys delete these commits and replace them with whatever's on main)
|
PR still in progress |
ok, I've gotten this to the point where we can see which PRs were CP'd and in what versions. However, now we need a way to determine who actually triggered the CP workflow. I tried listing cherryPick workflow runs but it doesn't seem like there's really a way to associate runs with a version. meanwhile, all platformDeploy runs are triggered by So my best idea right now is to try and update the cherryPick workflow to run the CP commits as the deployer, not |
@greg-schroeder, @roryabraham Whoops! This issue is 2 days overdue. Let's get this updated quick! |
Looks like we're already trying to do this, but it doesn't look like it's working: 8d2f90b |
ok, chatted with @francoisl and we came up with a clever solution. PR ready for review |
PR merged |
Thanks @roryabraham! Awaiting deploy to staging -> prod |
This should be fixed now |
Problem
We ran a CP for this PR, but it seems like we got duplicated CP messages added to two different issues for the same staging version.
It seems like all issues in the checklist got the cherry pick comment, instead of the deploy one
Additionally, it seems like we auto-assigned Chirag to the checklist for whatever reason.
Solution
Investigate
The text was updated successfully, but these errors were encountered: