Skip to content

Remove old lockfiles #20363

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Remove old lockfiles #20363

wants to merge 1 commit into from

Conversation

sarah-witt
Copy link
Contributor

@sarah-witt sarah-witt commented May 23, 2025

What does this PR do?

Removes old lockfiles

Motivation

We renamed them to *_3.12.txt so we don't use these anymore. This cleans up the .deps/resolved directory and makes it more clear which files are needed for the final build.

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Add the qa/skip-qa label if the PR doesn't need to be tested during QA.
  • If you need to backport this PR to another branch, you can add the backport/<branch-name> label to the PR and it will automatically open a backport PR once this one is merged

@sarah-witt sarah-witt marked this pull request as ready for review May 23, 2025 15:04
@sarah-witt sarah-witt requested review from a team as code owners May 23, 2025 15:04
Copy link
Contributor

@alopezz alopezz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

For extra context:

  • We didn't rename the files to py3.12 but rather created a new set of files to reflect the change of minor version, because the packages we do build are tied to a minor version and thus when we were bumping the minor version we would break the datadog-agent repo. This might become less necessary now that we pin integrations-core, though.
  • We never ended up using the py2 files in any release, as we ended up freezing Agent 6 at 6.53, which still used the "old" way of building dependencies (i.e. building them within the Agent pipeline).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team/agent-delivery new name for agent-build-and-delivery team/agent-integrations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants