Skip to content
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

Merged
merged 2 commits into from
Nov 4, 2024

Conversation

agent-platform-auto-pr[bot]
Copy link
Contributor

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

⚠️ This PR is opened with the qa/no-code-change and changelog/no-changelog labels by default. Please make sure this is appropriate

@pducolin pducolin requested review from a team as code owners November 4, 2024 14:13
@github-actions github-actions bot added medium review PR review might take time and removed short review PR is simple enough to be reviewed quickly labels Nov 4, 2024
@agent-platform-auto-pr
Copy link
Contributor Author

[Fast Unit Tests Report]

On pipeline 48152367 (CI Visibility). The following jobs did not run any unit tests:

Jobs:
  • tests_windows-x64

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

@agent-platform-auto-pr
Copy link
Contributor Author

Test changes on VM

Use 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

Copy link

Regression Detector

@pducolin
Copy link
Contributor

pducolin commented Nov 4, 2024

/merge

@dd-devflow
Copy link

dd-devflow bot commented Nov 4, 2024

🚂 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.
Note: if you pushed new commits since the last approval, you may need additional approval.
You can remove it from the waiting list with /remove command.

Use /merge -c to cancel this operation!

@dd-devflow
Copy link

dd-devflow bot commented Nov 4, 2024

🚂 MergeQueue: pull request added to the queue

The median merge time in main is 22m.

Use /merge -c to cancel this operation!

@dd-mergequeue dd-mergequeue bot merged commit 32a1580 into main Nov 4, 2024
366 checks passed
@dd-mergequeue dd-mergequeue bot deleted the auto-bump/bump-test-infra-0a48ed72 branch November 4, 2024 17:46
@github-actions github-actions bot added this to the 7.61.0 milestone Nov 4, 2024
@pducolin pducolin added backport/7.59.x Automatically create a backport PR to 7.59.x backport/7.60.x Automatically create a backport PR to 7.60.x labels Nov 6, 2024
agent-platform-auto-pr bot added a commit that referenced this pull request Nov 6, 2024
…48ed7298221d8ab5cdef39f5d50679a523411b (#30709)

Co-authored-by: pducolin <[email protected]>
(cherry picked from commit 32a1580)
@agent-platform-auto-pr
Copy link
Contributor Author

The backport to 7.59.x failed:

The process '/usr/bin/git' failed with exit code 1

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 base branch is 7.59.x and the compare/head branch is backport-30709-to-7.59.x.

@pducolin pducolin added backport/7.59.x Automatically create a backport PR to 7.59.x and removed backport/7.59.x Automatically create a backport PR to 7.59.x labels Nov 6, 2024
@agent-platform-auto-pr
Copy link
Contributor Author

The backport to 7.59.x failed:

The process '/usr/bin/git' failed with exit code 1

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 base branch is 7.59.x and the compare/head branch is backport-30709-to-7.59.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automatic/test-infra-bump backport/7.59.x Automatically create a backport PR to 7.59.x backport/7.60.x Automatically create a backport PR to 7.60.x changelog/no-changelog medium review PR review might take time qa/no-code-change No code change in Agent code requiring validation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants