-
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
[test-infra-definitions][automated] Bump test-infra-definitions to 0a48ed7298221d8ab5cdef39f5d50679a523411b #30709
Conversation
[Fast Unit Tests Report] On pipeline 48152367 (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-devx-help |
Test changes on VMUse this command from test-infra-definitions to manually test this PR changes on a VM: inv create-vm --pipeline-id=48152367 --os-family=ubuntu Note: This applies to commit b43f562 |
Regression Detector |
/merge |
🚂 MergeQueue: waiting for PR to be ready This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals. Use |
🚂 MergeQueue: pull request added to the queue The median merge time in Use |
…48ed7298221d8ab5cdef39f5d50679a523411b (#30709) Co-authored-by: pducolin <[email protected]> (cherry picked from commit 32a1580)
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.59.x 7.59.x
# Navigate to the new working tree
cd .worktrees/backport-7.59.x
# Create a new branch
git switch --create backport-30709-to-7.59.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 32a15800d892661ef02d9c8cb2cde43fcbb9662f
# Push it to GitHub
git push --set-upstream origin backport-30709-to-7.59.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-7.59.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.59.x 7.59.x
# Navigate to the new working tree
cd .worktrees/backport-7.59.x
# Create a new branch
git switch --create backport-30709-to-7.59.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 32a15800d892661ef02d9c8cb2cde43fcbb9662f
# Push it to GitHub
git push --set-upstream origin backport-30709-to-7.59.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-7.59.x Then, create a pull request where the |
This PR was automatically created by the test-infra-definitions bump task.
This PR bumps the test-infra-definitions submodule to 0a48ed7298221d8ab5cdef39f5d50679a523411b from f089ef2327de.
Here is the full changelog between the two commits: DataDog/test-infra-definitions@f089ef2...0a48ed7
qa/no-code-change
andchangelog/no-changelog
labels by default. Please make sure this is appropriate