This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
eg-ciat [2016/06/01 02:30] qiaonuohan [CIAT] |
eg-ciat [2024/05/29 11:03] (current) jsmoeller |
||
---|---|---|---|
Line 11: | Line 11: | ||
CIAT is the abbreviation of Continuous Integration and Automated Test. It should include: | CIAT is the abbreviation of Continuous Integration and Automated Test. It should include: | ||
- | * collection of source code from upstreams | + | * CI pipeline which executes tests on user's demand or triggered by upstream changes automatically |
- | * automated instructions for building/deploying upstream components and executing tests | + | * collection of source code from upstream |
- | * continuous Integration pipeline executes the automated instructions on user's demand or triggered by upstream changes | + | * automated instructions for building/deploying built upstream components |
- | * ability to include binary input artifacts | + | * ability to include binary artifacts |
- | * publication of built distro/component and test results/logs | + | * automated test pipeline which executes sets of tests |
- | * machanism for formal code review prior to merging of changes | + | * publication of built distro/component and test results/logs |
+ | * mechanism for formal code review prior to merging of changes | ||
* demonstration of license compliance | * demonstration of license compliance | ||
- | |||
- | Refer [[http://lists.genivi.org/pipermail/genivi-projects/2015-July/000581.html|here]] to get more information about CIAT: | ||
- | |||
==== Meetings ==== | ==== Meetings ==== | ||
- | The Continuous Integration and Test (CIAT) Expert Group meets every other Wednesday. Meeting schedule, dial-in information, agenda, and minutes for the CIAT EG is available [[eg-ciat:meetings|here]]. | + | The Continuous Integration and Test (CIAT) Expert Group meets every other Tuesday. Meeting schedule, dial-in information, agenda, and minutes for the CIAT EG is available [[eg-ciat:meetings|here]]. |
==== Charter ==== | ==== Charter ==== | ||
Line 33: | Line 31: | ||
* Daily snapshot build and testing | * Daily snapshot build and testing | ||
* Device tests on real hardware | * Device tests on real hardware | ||
- | * Test environments such as JTA and Lava | + | * Test environments such as Lava |
* Test suites such as LTP | * Test suites such as LTP | ||
- | * UI testing (OpenQA) | ||
==== Members ==== | ==== Members ==== | ||
- | * Agustin Bethencourt - Codethink | ||
- | * Nuohan Qiao - Fujitsu Ten | ||
- | * Yuichi Kusakabe - Fujitsu Ten | ||
* Jan-Simon Moeller - Linux Foundation (Team Lead - jsmoeller(at)linuxfoundation.org) | * Jan-Simon Moeller - Linux Foundation (Team Lead - jsmoeller(at)linuxfoundation.org) | ||
- | * Mikhail Durnev - Mentor | ||
- | * Kotaro Hashimoto - Mitsubishi Electric | ||
- | * Kenji Tadano - Mitsubishi Electric | ||
- | * Yannick Gicquel - Renesas / IoT.bzh | ||
- | * Stephane Desneux - Renesas / IoT.bzh | ||
==== Current Status ==== | ==== Current Status ==== | ||
- | * AGL currently uses Jenkins for CI and JTA for test. | + | * AGL currently uses Jenkins for CI and Lava |
* Jenkins builds for QEMU tied into Gerrit for patch submissions | * Jenkins builds for QEMU tied into Gerrit for patch submissions | ||
Line 60: | Line 49: | ||
* Integrate test environments such as JTA and Lava | * Integrate test environments such as JTA and Lava | ||
* Investigate UI testing (OpenQA) | * Investigate UI testing (OpenQA) | ||
- | |||
==== Activities ===== | ==== Activities ===== | ||
- | The EG hosts a bi-weekly call. | + | The EG hosts a ~ bi-weekly call. |
- | + | ||
- | Next meeting: 2016-05-03 | + | |
Details: | Details: | ||
Line 71: | Line 57: | ||
[[eg-ciat:meetings|eg-ciat:meetings]] | [[eg-ciat:meetings|eg-ciat:meetings]] | ||
- | ==== Roadmap ==== | ||
- | * 'BB' release | ||
- | * feature a | ||
- | * 'CC' release | ||
- | * feature b | ||
- | |||
- | |||
- | === Todo === | ||
- | This is the current bi-weekly todo-list: | ||
- | * |