[Build] Add dedicated job to modify a p2 composite repository#3165
Merged
HannesWell merged 1 commit intoeclipse-platform:masterfrom Jul 5, 2025
Merged
Conversation
HannesWell
commented
Jul 1, 2025
0b2e6d4 to
4d59a5e
Compare
- unifies the code to modify a composite p2-repository, which was previously written in multiple locations - the new job performs all operations locally within the job's workspace and only copies the resulting files to the download-server. This therefore eliminates the remaining executions of Eclipse directly on the download-server. - A dedicated job, prevents concurrent modifications of the same repository - A dedicated job, allows run a specific modification manually if necessary (for out of order trouble-shooting).
4d59a5e to
fcc8a6c
Compare
Member
Author
|
All my testing was successful and as the verification build doesn't test this, I submit this immediately so that the next I-build can use/try it in production. |
HannesWell
added a commit
to HannesWell/eclipse.platform.releng.aggregator
that referenced
this pull request
Jul 6, 2025
to fix addition for Y-builds. Also unify the new display name of 'Modify P2 Composite Repository' job. Follow-up on - eclipse-platform#3165
HannesWell
added a commit
that referenced
this pull request
Jul 6, 2025
to fix addition for Y-builds. Also unify the new display name of 'Modify P2 Composite Repository' job. Follow-up on - #3165
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.
Follow-up on