Skip to content

Commit 576caef

Browse files
workflows: target-test: upload elf to memfault
Upload elf file to memfualt in CI. Signed-off-by: Giacomo Dematteis <giacomo.dematteis@nordicsemi.no>
1 parent d50cfab commit 576caef

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/target-test.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,17 @@ jobs:
9292
run: |
9393
pip install -r requirements.txt --break-system-packages
9494
95-
# - name: Upload symbol file to Memfault
96-
# working-directory: thingy91x-oob/tests/on_target/artifacts
97-
# run: |
98-
# memfault \
99-
# --org-token ${{ secrets.MEMFAULT_ORGANIZATION_TOKEN }} \
100-
# --org ${{ vars.MEMFAULT_ORGANIZATION_SLUG }} \
101-
# --project ${{ vars.MEMFAULT_PROJECT_SLUG }} \
102-
# upload-mcu-symbols \
103-
# --software-type hello.nrfcloud.com-ci \
104-
# --software-version ${{ inputs.artifact_fw_version }} \
105-
# hello.nrfcloud.com-${{ inputs.artifact_fw_version }}-thingy91x-nrf91.elf
95+
- name: Upload symbol file to Memfault
96+
working-directory: asset-tracker-template/tests/on_target/artifacts
97+
run: |
98+
memfault \
99+
--org-token ${{ secrets.MEMFAULT_ORGANIZATION_TOKEN }} \
100+
--org ${{ secrets.MEMFAULT_ORGANIZATION_SLUG }} \
101+
--project ${{ secrets.MEMFAULT_PROJECT_SLUG }} \
102+
upload-mcu-symbols \
103+
--software-type asset-tracker-template-ci \
104+
--software-version ${{ inputs.artifact_fw_version }} \
105+
asset-tracker-template-${{ inputs.artifact_fw_version }}-thingy91x-nrf91.elf
106106
107107
- name: Target Tests
108108
working-directory: asset-tracker-template/tests/on_target

0 commit comments

Comments
 (0)