You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These distributed Jobs make it relatively hard to understand how an I-build works in detail and therefore to maintain it, even tough they created by a seed-job, who's definition is maintained in this repository.
Implementing the I-build procedure into one large Jenkins pipeline would probably make it simpler.
Using the same approach as in SWT, we can easily run some parts of the pipeline on other agents (i.e. the I-build tests that should run special platform-specific agents).
There are probably many details to consider but in general I think it should be doable and beneficial.
What's your opinion? Do think that would be beneficial? Do you see any blockers?
The text was updated successfully, but these errors were encountered:
There are way too many jenkins jobs and not many(if anyone!) that knows them all so any reduction in their number should bring some sanity and make it possible to see the order of things and relateions better.
At the moment the a full I-build is composed of the following Jenkins jobs (If I haven't missed one):
Collect Y-build Results
andMake Visible
These distributed Jobs make it relatively hard to understand how an I-build works in detail and therefore to maintain it, even tough they created by a seed-job, who's definition is maintained in this repository.
Implementing the I-build procedure into one large Jenkins pipeline would probably make it simpler.
Using the same approach as in SWT, we can easily run some parts of the pipeline on other agents (i.e. the I-build tests that should run special platform-specific agents).
There are probably many details to consider but in general I think it should be doable and beneficial.
What's your opinion? Do think that would be beneficial? Do you see any blockers?
The text was updated successfully, but these errors were encountered: