Hi Belen,

The simple fix can be found here: dreyna/cache_attempts_5923

I just changed the filter from "'sstate_result:%d'%Task.SSTATE_NA" to 
"'sstate_result__gt:%d'%Task.SSTATE_NA". This works because you wanted all 
_but_ the "SSTATE_NA" (which is 0), and all states that you want to include are 
greater than "SSTATE_NA".

    SSTATE_NA = 0
    SSTATE_MISS = 1
    SSTATE_FAILED = 2
    SSTATE_RESTORED = 3

- David


-- 
_______________________________________________
toaster mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/toaster

Reply via email to