Skip to content

Conversation

carlescufi
Copy link
Contributor

Most, if not all, boards upstream use .yaml instead of .yml, do the same for boards generated by the tool.

Most, if not all, boards upstream use .yaml instead of .yml, do the same
for boards generated by the tool.

Signed-off-by: Carles Cufi <[email protected]>
@carlescufi carlescufi requested a review from gmarull as a code owner October 16, 2025 13:58
@carlescufi carlescufi requested a review from nordicjm October 16, 2025 13:58
@NordicBuilder NordicBuilder added the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Oct 16, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Oct 16, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 86b80dd6b931eee5c3e8ed9c0278b9ce3135874d

more details

sdk-nrf:

PR head: 86b80dd6b931eee5c3e8ed9c0278b9ce3135874d
merge base: 77497ca2748d28049c439e0612d0eb642269867e
target head (main): f74c67f5fbff08b4017c7e90107faea1bf4ec8c2
Diff

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 (9)
scripts
│  ├── west_commands
│  │  ├── create_board
│  │  │  ├── ncs_create_board.py
│  │  │  ├── templates
│  │  │  │  ├── nrf52
│  │  │  │  │  ├── board.yaml.jinja2
│  │  │  │  │  │ board_twister.yaml.jinja2
│  │  │  │  ├── nrf53
│  │  │  │  │  ├── board.yaml.jinja2
│  │  │  │  │  │ board_twister.yaml.jinja2
│  │  │  │  ├── nrf54l
│  │  │  │  │  ├── board.yaml.jinja2
│  │  │  │  │  │ board_twister.yaml.jinja2
│  │  │  │  ├── nrf91
│  │  │  │  │  ├── board.yaml.jinja2
│  │  │  │  │  │ board_twister.yaml.jinja2

Outputs:

Toolchain

Version: 46667c6630
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:46667c6630_bba2ea5f2e

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 2
  • ✅ Integration tests
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_cloud
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread-main
    • test-low-level
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

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

Copy link

@kylebonnici kylebonnici left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

tmpl = env.get_template("board.yml.jinja2")
with open(out_dir / f"board.yml", "w") as f:
tmpl = env.get_template("board.yaml.jinja2")
with open(out_dir / f"board.yaml", "w") as f:
Copy link
Contributor

@nordicjm nordicjm Oct 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no board uses board.yaml and it is not supported, yaml is a glob for twister, yml was used because twister won't look at it

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch I missed this !

Copy link
Contributor

@nordicjm nordicjm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

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.

4 participants