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

[backport] Support for parallel execution of product assembly / archiving #3412

Merged
merged 2 commits into from
Jan 26, 2024

Conversation

laeubi
Copy link
Member

@laeubi laeubi commented Jan 25, 2024

No description provided.

Currently the DirectorApplication effectively accepts all content but
executing the CHECK_TRUST already takes considerable amount of time,
also each product is assembled one by one even though they operate on
independent output folders and files.

This now skips the CHECK_TRUST phase and adds a new parameter <parallel>
that can be set to enable the parallel execution of assembly and
archiving different product variants.
Copy link

Test Results

  582 files  ±0    582 suites  ±0   3h 58m 28s ⏱️ - 2m 47s
  391 tests ±0    384 ✅ ±0   6 💤 ±0  0 ❌  - 1  1 🔥 +1 
1 173 runs  ±0  1 153 ✅ ±0  19 💤 ±0  0 ❌  - 1  1 🔥 +1 

For more details on these errors, see this check.

Results for commit f236527. ± Comparison against base commit 7561bdb.

@laeubi laeubi merged commit 9f1a7ea into eclipse-tycho:tycho-4.0.x Jan 26, 2024
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant