commit | 08c21c256309cbfe10b2dd7c55b68e86fb8a4640 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Wed Jan 26 16:58:18 2022 -0600 |
committer | Zane Shelley <zshelle@us.ibm.com> | Wed Jan 26 17:32:54 2022 -0600 |
tree | 5829f31457e3525687e07e9c686e33a84e05c607 | |
parent | d195b7163dfe3dc54147932c4227c188d1076916 [diff] |
Rearranged CI test cases to improve execution time By building only the files you need for a CI test case instead of using the same set of src files for all test cases, the execution time of the Jenkins CI script was reduced by 25%. Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: Ieb5ef2305e8d7ef5b31e08ea7f4cf9ceb6634029
In the event of a system fatal error reported by the internal system hardware (processor chips, memory chips, I/O chips, system memory, etc.), POWER Systems have the ability to diagnose the root cause of the failure and perform any service action needed to avoid repeated system failures.
Aditional details TBD.
For a standard OpenBMC release build, you want something like:
meson -Dtests=disabled <build_dir> ninja -C <build_dir> ninja -C <build_dir> install
For a test / debug build, a typical configuration is:
meson -Dtests=enabled <build_dir> ninja -C <build_dir> test