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

Improve product assembly #3411

Merged
merged 2 commits into from
Jan 26, 2024
Merged

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.
@laeubi laeubi added the backport-to-tycho-4.0.x Can be added to a PR to trigger an automatic backport of the change label Jan 25, 2024
Copy link

Test Results

  579 files  ±0    579 suites  ±0   3h 38m 49s ⏱️ + 10m 53s
  392 tests ±0    383 ✅  - 2   7 💤 ±0  1 ❌ +1  1 🔥 +1 
1 176 runs  ±0  1 152 ✅  - 2  22 💤 ±0  1 ❌ +1  1 🔥 +1 

For more details on these failures and errors, see this check.

Results for commit 9fd78e8. ± Comparison against base commit d34455f.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-tycho-4.0.x Can be added to a PR to trigger an automatic backport of the change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant