ci: update deployment for docker images#3613
Merged
Merged
Conversation
e-n-0
force-pushed
the
flavien/fix-deployment-docker-images
branch
from
June 10, 2025 13:38
9187738 to
65c5626
Compare
BenchmarksBenchmark execution time: 2025-07-09 14:01:19 Comparing candidate commit 10887a5 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 24 metrics, 0 unstable metrics. |
e-n-0
force-pushed
the
flavien/fix-deployment-docker-images
branch
from
June 10, 2025 14:10
65c5626 to
aa9fd27
Compare
eliottness
reviewed
Jun 11, 2025
e-n-0
force-pushed
the
flavien/fix-deployment-docker-images
branch
6 times, most recently
from
June 13, 2025 09:23
28bc190 to
77944fd
Compare
e-n-0
force-pushed
the
flavien/fix-deployment-docker-images
branch
7 times, most recently
from
June 13, 2025 14:25
efe2575 to
92733f6
Compare
e-n-0
marked this pull request as draft
June 13, 2025 14:27
e-n-0
force-pushed
the
flavien/fix-deployment-docker-images
branch
5 times, most recently
from
June 13, 2025 14:56
6c8c4b7 to
04d3d11
Compare
e-n-0
force-pushed
the
flavien/fix-deployment-docker-images
branch
from
June 13, 2025 15:39
ff3f962 to
ce4a620
Compare
7 tasks
e-n-0
force-pushed
the
flavien/fix-deployment-docker-images
branch
from
June 13, 2025 15:49
ce4a620 to
0ddb32e
Compare
e-n-0
marked this pull request as ready for review
June 13, 2025 15:56
7 tasks
eliottness
reviewed
Jun 25, 2025
RomainMuller
approved these changes
Jun 26, 2025
e-n-0
force-pushed
the
flavien/fix-deployment-docker-images
branch
7 times, most recently
from
July 7, 2025 12:50
aa071d2 to
6cb2bd7
Compare
eliottness
approved these changes
Jul 9, 2025
e-n-0
force-pushed
the
flavien/fix-deployment-docker-images
branch
from
July 9, 2025 13:48
1746547 to
10887a5
Compare
eliottness
enabled auto-merge (squash)
July 9, 2025 13:55
eliottness
pushed a commit
that referenced
this pull request
Jul 9, 2025
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.
What does this PR do?
This PR changes multiple things:
Docker image releases
This PR refactored the way docker images (like service-extensions or request-mirror) are built.
The build and upload workflow is now a reusable component.
The docker images of the repo are now released at the same time as the tracer.
Service Extensions / External Processing in system tests
This PR build a service extension image based on the latest commit (all PRs) and run the
EXTERNAL_PROCESSINGsystem tests scenarios on that image.Changes:
devtag (that will be later used by the system-tests repo to run the tests asDev)Motivation
Reviewer's Checklist
golangci-lint runlocally.Unsure? Have a question? Request a review!