Anas Nashif

Results 77 comments of Anas Nashif

> @nashif > Can you elaborate on how reducing the size of the error report helps with DOS line endings? Won't CI still fail? CI will fail, of course, but...

@LukaszMrugala this was introduced in your PR introducing the status class...

Look at ![image](https://github.com/user-attachments/assets/6e275f21-c409-4023-b143-666380b68ec1) what was merged at that time? https://github.com/zephyrproject-rtos/zephyr/pull/71401 I still need to look what exactly causes this, but that is a good indicator...

> Is this chart showing null values correctly? Additionally, this Issue talks about `TestCase` statuses, not `TestSuite` and the chart axes talk about `TestSuite`s. chart is correct, showing testcase statuses,...

our kibana? This is upstream data: https://kibana.zephyrproject.io/app/dashboards#/view/25cd6690-9e6f-11ed-9e05-812a086fdb7e?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-30d%2Fd,to:now))

lets close this, work on 9.2.1 is happening elsewhere.

@Laczen any updates on this? will thiose be moved forward?

> I do not think this belongs in MCUboot, it does not deal with firmware updates mcuboot is a bootloader, no? why using mcuboot does mean you have to do...

@nordicjm > Using mcuboot without firmware updates is pointless and makes no sense, you would just skip mcuboot entirely and load your application direct to the start of flash. This...