docker-tests: use docker from the system#4478
Merged
xrmx merged 13 commits intoMay 9, 2026
Merged
Conversation
xrmx
commented
Apr 22, 2026
xrmx
commented
Apr 22, 2026
|
This PR has been automatically marked as stale because it has not had any activity for 14 days. It will be closed if no further activity occurs within 14 days of this comment. |
xrmx
commented
May 7, 2026
574b0b1 to
ac6061d
Compare
Stop using the ancient docker-compose and docker packaged in Python and rely on the one available in the system.
And make ms sql odbc driver optional so you can run tests locally without accepting the EULA.
4e53e83 to
61b151c
Compare
xrmx
commented
May 8, 2026
Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
emdneto
approved these changes
May 8, 2026
emdneto
reviewed
May 8, 2026
lzchen
reviewed
May 8, 2026
lzchen
approved these changes
May 8, 2026
xrmx
commented
May 9, 2026
Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
xrmx
commented
May 9, 2026
xrmx
commented
May 9, 2026
xrmx
commented
May 9, 2026
Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Fiery-Fenix
pushed a commit
to Fiery-Fenix/opentelemetry-python-contrib
that referenced
this pull request
May 13, 2026
* docker-tests: use docker from the system Stop using the ancient docker-compose and docker packaged in Python and rely on the one available in the system. * Add missing -y to docker install * This now requires docker * it's not additive * Drop version from docker-compose.yml * Move system dependencies intall to workflow And make ms sql odbc driver optional so you can run tests locally without accepting the EULA. * Add changelog * Rebuild misc.yml manually * Apply suggestions from code review Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> * Apply suggestions from code review Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> * Apply suggestion from @xrmx * Apply suggestions from code review Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Stop using the ancient docker-compose and docker packaged in Python and rely on the one available in the system.
Fixes #4477
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Does This PR Require a Core Repo Change?
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.