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

CI with fully parallel jobs #516

Merged
merged 5 commits into from
Jun 20, 2024
Merged

CI with fully parallel jobs #516

merged 5 commits into from
Jun 20, 2024

Conversation

Coldwings
Copy link
Collaborator

@Coldwings Coldwings commented Jun 18, 2024

Fix code that prevent warnings when compile in gcc 12.

CI UT actions go CMake config phase with same gcc version, so all tests binary are used to compiled by gcc850 only. Previous CI configure use self hosted compile machine with no parallels, so last test group have to wait till all compile tasks are finished. That will always spent about 26min. for UT.

All paralleled compile and tests have no dependencies between jobs, with base image that all dependencies are pre-installed, each round of compile + test runs about 18min. All test jobs may able to be finished in less than 20min.

@lihuiba lihuiba merged commit aecbd35 into alibaba:main Jun 20, 2024
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.

2 participants