User Tools

Site Tools


eg-ciat:meetings

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
eg-ciat:meetings [2019/02/19 12:52]
jsmoeller
eg-ciat:meetings [2019/04/02 11:49]
jsmoeller
Line 44: Line 44:
  
 -------- --------
-==== Meeting 2019/02/19 ====+ 
 +==== Meeting 2019/04/02 ====
 ===Attendees=== ===Attendees===
 Jan-Simon, ​ Jan-Simon, ​
  
 ===Topics=== ===Topics===
 +  * Fujitsu test report update (Fujitsu)
 +  * Fuego / Lava support
 +    * Presentation to be held during AGL AMM
 +  * Test case submissions to JIRA (review)
 +  * Application lifecycle test
 +  * Thud upgrade
 +    * Status in weekly devcall
 +    * master-next branch:
 +      * https://​jira.automotivelinux.org/​browse/​SPEC-1837
 +      * https://​git.automotivelinux.org/​AGL/​meta-agl/​commit/?​h=next&​id=cd14a879b91fb74e58c01e31248590ce5351c94e
 +        * ''​repo grep AGL_FIXME''​
 +        * ''​find . -name *AGLFIXME*''​
 +        * and you shall find the interesting spots to fix.
 +      * Update 02/19: See mail on ML and sandbox
 +  * SPEC-920
 +    * Fix in gerrit 16867
 +    * further discussion
 +      * AIs:
 +      * Scott: take a look at the prserv if we can solve above issue on rpm feeds
 +      * AI (jsm/ryan): forbid revert button (?edit button?)
 +      * Tom: may need policy around reverts and bumping PR value (at least for meta-layers)
 +      * In the end have a multi-config build with "​bitbake agl-world"​
 +        * atm share sstate-cache but separate TMPDIR
 +        * https://​www.yoctoproject.org/​docs/​2.4.3/​mega-manual/​mega-manual.html#​platdev-building-targets-with-multiple-configurations
 +          * bitbake multiconfig:​m3conf multiconfig:​h3conf multiconfig:​intelcorei7conf dummy-image
 +            * conf/​m3conf.conf ​  
 +            * conf/​h3conf.conf
 +            * conf/​intelcorei7conf.conf
 +          * start with core ... once done ... lock the SIGNATURES ?
 +        * Initial step, use agl-demo-platform-crosssdk as target (only active profile atm)
 +          * AI (Ryan): activate PRSERV for snapshot builds
 +            * PRSERV setup in infra, addition to jobs pending
 +            * Update 13/11: prserv setup, need to use in jobs
 +            * Update 11/12: Jobs rework to use PRSERV (but will invalidate sstate-cache)
 +          * AI (jsm): bitbake package-index
 +          * AI (jsm): sync-out the rpm feeds for the snapshot builds
 +          * AI (Ronan): can we prepopulate the rpm feed info in the target ? (add to sandbox builds ... e.g. user '​lastest'​ )   ​https://​download.automotivelinux.org/​AGL/​snapshot/​master/​latest/<​machine>/​
 +          * AI (Tom): is there a prserv (ro) version? - Likely no.
 +        * UPDATE 2019-01-22: Work resumed
 +        * Update 2019-02-19: Busy with GG7.0.0
 +
 +    * issue with ptest packages, CI-build should enable agl-ptest
 +      * https://​gerrit.automotivelinux.org/​gerrit/​17505
 +      * tbd: selection of tests as some break the network filesystem
 +      * take board, run nbdroot and execute ptests one-by-one -> list of good/bad
 +        * Update 02/19
 +            * AI for baylibre to fix systemd test
 +              * Removing network sub-tests from systemd ptest (due to netboot environment)
 +              * 02/19: deferred
 +            * Working on app test for ci-apps-* (https://​jira.automotivelinux.org/​browse/​SPEC-1850)
 +              * WIP, close to be complete
 +
 +  * Frederic:
 +    * lava-docker version of master: 19fe02f7a341e302e3ad560fcb4cc872f2201a5c
 +      * working on 64bit rpi3 filesystem
 +
 +  * Talk about layer structure and moving components into the core 
 +    * proposal update to thud first, then take a look at all components (add/​move/​remove)
 +      * meta-agl-devel/​*
 +      * meta-oic
 +    * 02/19: defer after update
 +
 +  * Ronan: RCAR-BSP 3.15.0 is ready for review in gerrit
 +
 +NEW:
 +  * tbd
 +
 +=== Next meeting ===
 +Next meeting in 2 weeks.
 +
 +ATTENTION: we'll switch to zoom ! Watch-out for an updated calendar-invite.
 +
 +
 +==== Meeting 2019/02/19 ====
 +===Attendees===
 +Jan-Simon, Frederic, Kurokawa-san,​ Li Xiaoming, Ronan, Tom, Khouloud, Corentin
 +
 +===Topics===
 +  * Fujitsu test report update
 +    * Guppy 7.0.0: found Dashboard and HVAC crashing during test execution. -> JIRA (assign to Leon)
   * Test case submissions to JIRA   * Test case submissions to JIRA
     * Test cases can be defined in Jira now.     * Test cases can be defined in Jira now.
Line 56: Line 137:
   * Fuego / Lava support   * Fuego / Lava support
     * Patch for LAVA pending review https://​git.lavasoftware.org/​lava/​lava/​merge_requests/​330     * Patch for LAVA pending review https://​git.lavasoftware.org/​lava/​lava/​merge_requests/​330
 +    * Presentation to be held during AGL AMM
  
   * SPEC-920   * SPEC-920
Line 82: Line 164:
           * AI (Tom): is there a prserv (ro) version? - Likely no.           * AI (Tom): is there a prserv (ro) version? - Likely no.
         * UPDATE 2019-01-22: Work resumed         * UPDATE 2019-01-22: Work resumed
-        * Update 2019-02-19: ​+        * Update 2019-02-19: ​Busy with GG7.0.0
  
     * master-next branch:     * master-next branch:
Line 98: Line 180:
         * Update 02/19         * Update 02/19
             * AI for baylibre to fix systemd test             * AI for baylibre to fix systemd test
-            ​* Working on app test for ci-apps-*+              * Removing network sub-tests from systemd ptest (due to netboot environment) 
 +              * 02/19: deferred 
 +            ​* Working on app test for ci-apps-* ​(https://​jira.automotivelinux.org/​browse/​SPEC-1850) 
 +              * WIP, close to be complete
  
      * SPEC-1902, Stephane will do the reference features, Jan-Simon the CI features. ​      * SPEC-1902, Stephane will do the reference features, Jan-Simon the CI features. ​
Line 107: Line 192:
     * lava-docker version of master: 19fe02f7a341e302e3ad560fcb4cc872f2201a5c     * lava-docker version of master: 19fe02f7a341e302e3ad560fcb4cc872f2201a5c
       * working on 64bit rpi3 filesystem       * working on 64bit rpi3 filesystem
 +      * still issues on rpi3
 +      * -> proposal: use x86 board or machine
  
   * Jira-Zephyr vs Kiwi vs ???   * Jira-Zephyr vs Kiwi vs ???
Line 116: Line 203:
       * create dummy set , plan and ad-hoc and planned execution       * create dummy set , plan and ad-hoc and planned execution
       * duplicate build+test+core UI plans from Konsulko to compare (Tom)       * duplicate build+test+core UI plans from Konsulko to compare (Tom)
 +    * No update:
 +      * 
   * Talk about layer structure and moving components into the core    * Talk about layer structure and moving components into the core 
     * proposal update to thud first, then take a look at all components (add/​move/​remove)     * proposal update to thud first, then take a look at all components (add/​move/​remove)
       * meta-agl-devel/​*       * meta-agl-devel/​*
       * meta-oic       * meta-oic
 +    * 02/19: defer after update
  
 NEW: NEW:
-  * tbd+  * Ronan: RCAR-BSP 3.15.0 is ready for review in gerrit 
 +    * Gerrit: https://​gerrit.automotivelinux.org/​gerrit/#/​q/​owner:​ronan.lemartret%2540iot.bzh+status:​open 
 +    * Sandbox: https://​git.automotivelinux.org/​AGL/​meta-renesas-rcar-gen3/​log/?​h=sandbox/​ronan/​rocko_bsp_v3.15.0 
 +    * Plan: 
 +      * for current master and to be cherry-picked to guppy and flounder (3.15.0+rocko) 
 +      * master-next (thud) will also use 3.15.0+thud for now (push mar for BSP and apr for KF) 
  
 ==== Meeting 2019/02/04 ==== ==== Meeting 2019/02/04 ====
eg-ciat/meetings.txt · Last modified: 2024/07/10 12:40 by jsmoeller