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

[chore][CI/CD] Fix build-examples #32156

Merged
merged 2 commits into from
Apr 4, 2024

Conversation

crobert-1
Copy link
Member

Description:

GitHub runners are being upgraded to docker v2. This requires docker compose to be used instead of docker-compose. I'm not aware of any other requirements for updating build-examples at this time.

Link to tracking Issue:
Resolves #32138

Testing:
Working locally, github runners won't run on updated code until merged into main AFAIK, unfortunately.

@crobert-1 crobert-1 requested a review from a team as a code owner April 3, 2024 21:40
@songy23 songy23 added the ci-cd CI, CD, testing, build issues label Apr 3, 2024
@mx-psi mx-psi merged commit d2440a2 into open-telemetry:main Apr 4, 2024
142 checks passed
@github-actions github-actions bot added this to the next release milestone Apr 4, 2024
ycombinator pushed a commit to ycombinator/opentelemetry-collector-contrib that referenced this pull request Apr 9, 2024
**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
GitHub runners are being upgraded to docker v2. This requires `docker
compose` to be used instead of `docker-compose`. I'm not aware of any
other requirements for updating `build-examples` at this time.

**Link to tracking Issue:** <Issue number if applicable>
Resolves
open-telemetry#32138

**Testing:** <Describe what testing was performed and which tests were
added.>
Working locally, github runners won't run on updated code until merged
into main AFAIK, unfortunately.

Co-authored-by: Antoine Toulme <antoine@lunar-ocean.com>
rimitchell pushed a commit to rimitchell/opentelemetry-collector-contrib that referenced this pull request May 8, 2024
**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
GitHub runners are being upgraded to docker v2. This requires `docker
compose` to be used instead of `docker-compose`. I'm not aware of any
other requirements for updating `build-examples` at this time.

**Link to tracking Issue:** <Issue number if applicable>
Resolves
open-telemetry#32138

**Testing:** <Describe what testing was performed and which tests were
added.>
Working locally, github runners won't run on updated code until merged
into main AFAIK, unfortunately.

Co-authored-by: Antoine Toulme <antoine@lunar-ocean.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-cd CI, CD, testing, build issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] build-examples build is broken
5 participants