• 30 Posts
  • 540 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2024

help-circle





  • At first my dad showed me how to grill a chicken in our oven and how to make mashed potatoes from powder and open a can of sauerkraut. Our mom was in the hospital for several months and our dad had to work shift so he sometimes wasn’t at home and at about 13 it was ut to me to Make lunch for me and My 11 years old sister when we came home from school.

    After mastering that I did a lot of trail and error. I still for the love of god can’t cook a rabbit, it’t always terrible dry and chewie.

    But other things like beef, vegetable soup, chicken, barszcz etc. I am now cooking consistently as they should taste.

    But the most fun I have cooking with stuff which randomly is in the refrigerator, sometimes it’s a miss, but most of the time I have a feeling what will work well together.











  • We do it in several ‘stages’, we have a check pipeline to just compile a single component and run the unit tests, that takes perhaps 5 minutes.

    Then we build a incremental AOSP build with the change on top. That takes about 40 minutes.

    Then we run the incremental build together with all the other changes for the Das and Do a manual smoke test that the most important stuff works and when it does only then we merge all those changes from the previous day. That takes about two to three hours.

    Then there is the nightly test where we build the latest main branch and do static code analysis. That takes forever like 4 hours or so.

    Then there are release builds from scratch which also run all the google compliance tests for AOSP and those things run practically for more than a day.

    It’s a interesting test of your personal patiance :D. But I don’t think it’s possible to do it with GitHub Actions, we use zuul for it like BMW and Volvo: https://www.youtube.com/watch?v=Z8rofKRen3w