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

scripts: ci: Update twister tags for SoftDevice Controller and MPSL #19029

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

rugeGerritsen
Copy link
Contributor

The intention is to speedup the CI plans running when updating the SoftDevice Controller and MPSL library revision. This is currently increasing the CI execution time by around 50 - 60 minutes.

Building samples and tests is unlikely to fail when the API is unchanged.
What can fail:

  • Linking (undefined functions). This will likely have been caught before pushing a library update or when running tests.
  • RAM/FLASH overflow because of increased static ram or flash usage. Out of experience this is unlikely to happen

Also added a missing entry for the MPSL FEM API.

@github-actions github-actions bot added the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Nov 22, 2024
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Nov 22, 2024

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 2

Inputs:

Sources:

more details

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (0)

Outputs:

Toolchain

Version:
Build docker image:

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ❌ Toolchain
  • ❌ Build twister
  • ❌ Integration tests

Note: This message is automatically posted and updated by the CI

…hanged

The intention is to speedup the CI plans running when updating the
SoftDevice Controller library revision. This is currently increasing
the CI execution time by around 50 - 60 minutes.

Building samples is unlikely to fail when the API is unchanged.
What can fail:
 - Linking (undefined functions). This will likely have been caught
   before pushing a library update or when running tests.
 - RAM/FLASH overflow because of increased static ram or flash usage.
   Out of experience this is unlikely to happen.

Signed-off-by: Rubin Gerritsen <[email protected]>
The intention is to speedup the CI plans running when updating the
MPSL library revision. This is currently increasing the CI execution
time by around 50 - 60 minutes.

Building samples is unlikely to fail when the API is unchanged.
What can fail:
 - Linking (undefined functions). This will likely have been caught
   before pushing a library update or when running tests.
 - RAM/FLASH overflow because of increased static ram or flash usage.
   Out of experience this is unlikely to happen.

Signed-off-by: Rubin Gerritsen <[email protected]>
We likely forgot to add this when moving out FEM APIs to a separate
directory.

Signed-off-by: Rubin Gerritsen <[email protected]>
@rugeGerritsen rugeGerritsen force-pushed the skip-twister-if-only-dragoon-lib-updated branch from 27fa9ec to 2972894 Compare November 22, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants