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 fixes and disable partial rebuild with cli arg #804

Merged
merged 3 commits into from
Apr 10, 2024

Commits on Apr 10, 2024

  1. test(snapshot): fix race condition

    Kill the agent-core and restart it after only. Otherwise during stop the
    core is still running for a little which the test code does not account for.
    
    Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
    tiagolobocastro committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    eec9859 View commit details
    Browse the repository at this point in the history
  2. test(rebuild): use only 3 io engines to reduce hugepages

    Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
    tiagolobocastro committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e5cf61f View commit details
    Browse the repository at this point in the history
  3. feat(rebuild): add cli arg to disable partial rebuild

    Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
    tiagolobocastro committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    489c995 View commit details
    Browse the repository at this point in the history