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

Run ci / cd pipeline in multicore #254

Closed

Conversation

francois141
Copy link
Collaborator

No description provided.

@francois141 francois141 added the bug Something isn't working label Oct 26, 2024
@francois141 francois141 self-assigned this Oct 26, 2024
@francois141 francois141 linked an issue Oct 26, 2024 that may be closed by this pull request
@francois141 francois141 force-pushed the 252-just-test-dont-work-with-multiple-cores branch from 5ff888b to 19e9ee8 Compare October 26, 2024 10:06
@francois141 francois141 changed the title wip: fix bugs in multicore Run ci / cd pipeline in multicore Oct 26, 2024
@francois141 francois141 added the Test Testing or CI setup label Oct 26, 2024
@francois141 francois141 force-pushed the 252-just-test-dont-work-with-multiple-cores branch 7 times, most recently from 1705ab6 to f857f2c Compare October 26, 2024 10:54
@CharlyCst
Copy link
Owner

I don't think we should move all of the integration tests to multi-core. Not all of them are designed with multi-core in mind, so they might just be buggy and break down later. For our custom integration test I think single core is better, they are designed to test specific parts of Miralis, and debugging breakage on single core will be much easier.

What we could do is run Linux/OpenSBI on multi-core though, but I would keep all other firmware as is.

@francois141
Copy link
Collaborator Author

Got it! I will do the changes

@francois141 francois141 force-pushed the 252-just-test-dont-work-with-multiple-cores branch from f857f2c to 3790b08 Compare November 1, 2024 10:29
Now we run the ci/cd pipeline with a single core. Going multicore make the tests overall more robust to pass as we might encounters race conditions.
@francois141 francois141 force-pushed the 252-just-test-dont-work-with-multiple-cores branch from 3790b08 to ab27968 Compare November 1, 2024 10:33
@francois141 francois141 closed this Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Test Testing or CI setup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

just test don't work with multiple cores
2 participants