-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Move signing keys to new ssm names #23924
Conversation
[Fast Unit Tests Report] On pipeline 30442262 (CI Visibility). The following jobs did not run any unit tests: Jobs:
If you modified Go files and expected unit tests to run in these jobs, please double check the job logs. If you think tests should have been executed reach out to #agent-developer-experience |
9f408df
to
9424658
Compare
Test changes on VMUse this command from test-infra-definitions to manually test this PR changes on a VM: inv create-vm --pipeline-id=30442262 --os-family=ubuntu |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-7.50.x 7.50.x
# Navigate to the new working tree
cd .worktrees/backport-7.50.x
# Create a new branch
git switch --create backport-23924-to-7.50.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 512937ca3af96ed2f3136f6d8ef7829f29a133aa
# Push it to GitHub
git push --set-upstream origin backport-23924-to-7.50.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-7.50.x Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-7.51.x 7.51.x
# Navigate to the new working tree
cd .worktrees/backport-7.51.x
# Create a new branch
git switch --create backport-23924-to-7.51.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 512937ca3af96ed2f3136f6d8ef7829f29a133aa
# Push it to GitHub
git push --set-upstream origin backport-23924-to-7.51.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-7.51.x Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-7.52.x 7.52.x
# Navigate to the new working tree
cd .worktrees/backport-7.52.x
# Create a new branch
git switch --create backport-23924-to-7.52.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 512937ca3af96ed2f3136f6d8ef7829f29a133aa
# Push it to GitHub
git push --set-upstream origin backport-23924-to-7.52.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-7.52.x Then, create a pull request where the |
(cherry picked from commit 512937c)
(cherry picked from commit 512937c)
(cherry picked from commit 512937c)
(cherry picked from commit 512937c)
(cherry picked from commit 512937c)
(cherry picked from commit 512937c) Co-authored-by: Nicolas Schweitzer <[email protected]>
What does this PR do?
Change the ssm names for main branch
Motivation
Security
Additional Notes
Possible Drawbacks / Trade-offs
Describe how to test/QA your changes