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

Fix missing rename #17757

Merged
merged 2 commits into from
Oct 17, 2024
Merged

Fix missing rename #17757

merged 2 commits into from
Oct 17, 2024

Conversation

krish2718
Copy link
Contributor

No description provided.

@krish2718 krish2718 marked this pull request as ready for review October 8, 2024 21:36
@krish2718 krish2718 requested review from sachinthegreen and a team as code owners October 8, 2024 21:36
@github-actions github-actions bot added doc-required PR must not be merged without tech writer approval. manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Oct 8, 2024
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Oct 8, 2024

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
matter nrfconnect/sdk-connectedhomeip@9a4ea8e nrfconnect/sdk-connectedhomeip@171a1d3 (master) nrfconnect/sdk-connectedhomeip@9a4ea8e4..171a1d32

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Oct 8, 2024

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 88c4e5d561476b76675f827be2c00059754cbce7
matter: PR head: 171a1d323bf91ac7a655f93c70c18ebb6c1a2253

more details

sdk-nrf:

PR head: 88c4e5d561476b76675f827be2c00059754cbce7
merge base: 51cc6b5c0a56039db93a8581d32a2f5a70cd5b7b
target head (main): 51cc6b5c0a56039db93a8581d32a2f5a70cd5b7b
Diff

matter:

PR head: 171a1d323bf91ac7a655f93c70c18ebb6c1a2253
merge base: 9a4ea8e45736c356a58bd7b29774d18a8d78441f
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 (7)
doc
│  ├── _scripts
│  │  ├── software_maturity
│  │  │  ├── software_maturity_features.yaml
│  │  │  │ software_maturity_scanner.py
modules
│  ├── lib
│  │  ├── matter
│  │  │  ├── config
│  │  │  │  ├── nxp
│  │  │  │  │  ├── chip-module
│  │  │  │  │  │  │ Kconfig.defaults
samples
│  ├── cellular
│  │  ├── nrf_cloud_multi_service
│  │  │  ├── overlay_nrf700x_wifi_coap_no_lte.conf
│  │  │  │ overlay_nrf700x_wifi_mqtt_no_lte.conf
snippets
│  ├── wpa-supplicant-debug
│  │  │ overlay-wpa-supplicant-debug.conf
west.yml

Outputs:

Toolchain

Version: 3dd8985b56
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:3dd8985b56_81ed5a52d6

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 297
  • ✅ Integration tests
    • ✅ test-fw-nrfconnect-chip
    • ✅ test-fw-nrfconnect-nrf-iot_cloud
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_nrf_provisioning
    • test-fw-nrfconnect-nrf-iot_positioning
    • 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
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread
    • test-fw-nrfconnect-zigbee
    • test-low-level
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-sidewalk
    • test-sdk-wifi
    • test-secdom-samples-public

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

@NordicBuilder
Copy link
Contributor

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publishing GitHub Action.

@glarsennordic glarsennordic requested a review from a team October 8, 2024 23:39
@krish2718 krish2718 added this to the 2.8.0 milestone Oct 9, 2024
Use the upstream configuration name, NCS one is deleted.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Fixes WPA supplicant debug config name.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
@NordicBuilder NordicBuilder removed the DNM label Oct 17, 2024
@rlubos rlubos merged commit 9340ec9 into nrfconnect:main Oct 17, 2024
13 of 14 checks passed
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. doc-required PR must not be merged without tech writer approval. manifest manifest-matter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants