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: Skip jobs arm-08 to arm-14 when a Complex PR is created / updated #2753

Merged
merged 1 commit into from
Oct 18, 2024

Commits on Oct 17, 2024

  1. CI: Skip jobs arm-08 to arm-14 when a Complex PR is created / updated

    When we submit or update a Complex PR that affects All Architectures (Arm, RISC-V, Xtensa, etc): CI Workflow shall run only half the jobs. Previously CI Workflow will run `arm-01` to `arm-14`, now we will run only `arm-01` to `arm-07`.
    
    When the Complex PR is Merged: CI Workflow will still run all jobs `arm-01` to `arm-14`
    
    Simple PRs with One Single Arch / Board will build the same way as before: `arm-01` to `arm-14`
    
    This is explained here: apache/nuttx#14376
    
    Note that this version of `arch.yml` has diverged from `nuttx` repo, since we are unable to merge apache/nuttx#14377
    lupyuen committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5660da6 View commit details
    Browse the repository at this point in the history