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: Split the targets in sim-01 and add sim-03 #14428

Merged
merged 1 commit into from
Oct 22, 2024

Commits on Oct 21, 2024

  1. CI: Split the targets in sim-01 and add sim-03

    This PR splits the CI Build Job sim-01 and adds sim-03:
    
    Before the Split: Simulator Jobs take up to 1.5 hours to complete
    - sim-01 (1 hour 31 mins): adb, citest, lvgl, matter
    - sim-02 (28 mins): posix_test, sqlite
    
    After the Split: Simulator Jobs will complete within 1 hour
    - sim-01 (58 mins): adb, citest
    - sim-02 (35 mins): lvgl, matter
    - sim-03 (28 mins): posix_test, sqlite
    
    This will help us comply with the ASF Policy for GitHub Actions, as explained here: apache#14376
    lupyuen committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    af7fd9a View commit details
    Browse the repository at this point in the history