- Aug 15, 2022
-
-
Chase Qi authored
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
Chase Qi authored
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- Jul 28, 2022
-
-
Chase Qi authored
This reverts commit a180a4b8. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- Jul 22, 2022
-
-
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
Check the current version with `bitbake -s` and the last tested version via squad's api. When version is changed, continue the following tests, otherwise, skip the tests. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
gcc test suite has been integrated in oe-selftest framework. It allows to run gcc test against qemu vm and within the build env using qemu linux-user mode. These tests can be run in gitlab CI with qemu friendly runners. This commit add three oe-selftest jobs to run the tests using qemu linux-user, qemu x86-64 vm and qemu arm64 vm. Test log and sum files are collected as job artifacts. When all test jobs finish, report job will be triggered to parse the sum files to generate results in the format that supported by squad. The report job will upload results to squad for reporting. Closes issues #8 and #9. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
We need to analyse ABI and keep ABI data for different images/arches thus artifact name should be job specific Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
It was broken because of BITBAKE_TMPDIR variable definition removal as part of the cleanup. Define BITBAKE_TOPDIR variable instead which serves needs of ABI checker better. Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
- Jul 21, 2022
-
-
Some jobs care about images and licenses, those look at the $TMPDIR/deploy, taking some effort to find the correct tmpdir while hard-coding the deploy dir. Take a shortcut and query for the right variable (DEPLOY_DIR). This allows non-trivial layouts with DEPLOY_DIR and TMPDIR placed on distinct filesystems, for efficiency. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
ABI checker implementation is meta-binaryaudit. Adding it for CI only to not extend support surface of the project. Added to three flavours for now. It can be easily extended to all jobs if needed in the future Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
- Jul 20, 2022
-
-
Zygmunt Krynicki authored
The reference is provided only when repo is used with runner persistent storage. This is not a major change, just a clean-up of the existing logic. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Jul 13, 2022
-
-
Davide Gardenal authored
Add missing INHERITs to Linux jobs. Now all Linux images in CI run "create-spdx.bbclass" correctly. Signed-off-by:
Davide Gardenal <davide.gardenal@huawei.com>
-
Davide Gardenal authored
Signed-off-by:
Davide Gardenal <davide.gardenal@huawei.com>
-
- Jul 12, 2022
-
-
Davide Gardenal authored
The parent of all zephyr jobs is now unified to enable easier extensibility later on. Update documentation. Signed-off-by:
Davide Gardenal <davide.gardenal@huawei.com>
-
- Jul 06, 2022
-
-
Davide Gardenal authored
Enabling debug mode is not the ideal solution for running tests because it's responsible for enlarging the rootfs size and causing tests to fail. More detail reported in #673. This reverts commit 3ddebb37. Signed-off-by:
Davide Gardenal <davide.gardenal@huawei.com>
-
- Jul 04, 2022
-
-
Marta Rybczynska authored
Use the Yocto class to generate SBOM. Activate on Linux only, there is a pending issue on Zephyr [1] [1] https://lists.openembedded.org/g/openembedded-core/message/167450 Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
- Jun 30, 2022
-
-
Chase Qi authored
LAVA needs a writable directory to deploy test cases, and many test cases only work with root user. The debug mode can be disabled by overwriting the CI_ONIRO_BB_LOCAL_CONF_plus_equals_INHERIT variable at build job level. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- Jun 08, 2022
-
-
With oe-core/65498411d73e8008d5550c2d0a1148f990717587 creating the image manifest for FreeRTOS raises an exception. FreeRTOS support is experimental and there is an issue in rootfs generation, so we disable the option for now. Signed-off-by:
Davide Gardenal <davide.gardenal@huawei.com>
-
- Jun 06, 2022
-
-
Zygmunt Krynicki authored
Apparently those rules clash with the rules defined in the .gitlab-ci.yml .workspace-rules, due to the order of evaluation inside GitLab. The set of rules on .bitbake-workspace is entirely redundant, and should be defined by the workflow. The rules on .workspace-rules have a different purpose, namely to inject specific variables into certian types of pipelines. Fixes: #613 Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- May 18, 2022
-
-
Zygmunt Krynicki authored
This is consistent with the job which builds the bundles. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- May 13, 2022
-
-
Zygmunt Krynicki authored
The find call that was used to copy artifacts selected only files. In some cases, bitbake generates symbolic links that are worth copying as well. Extend the find expression to find both. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
The --archive flag should help us preserve symlinks. Add --verbose to make the process easier to debug. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- May 12, 2022
-
-
Zygmunt Krynicki authored
Those timestamps are useful to create unique content in HawkBit later on. We can always strip them if we want to, but it is hard to re-create that information when it is not encoded in the file name. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
This saves several gigabytes of traffic per build. Those artifacts are automatically pulled due to being present in the previous stage. Bundle is built from source, so no artifact is ever used. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
The job extends the .build-image job so this part is automatic. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Chase Qi authored
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- Apr 25, 2022
-
-
Chase Qi authored
Introduce variable CI_ONIRO_JOB_ARTIFACTS to allow build job to customize what artifacts it needs to deploy. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
Chase Qi authored
Fail build job if the MACHINE variable not defined, otherwise build job will be continued with the default qemux86-64 machine which is not desired. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- Apr 13, 2022
-
-
Andrei Gherzan authored
This change tweaks the CI comments and references to the EF migrated repositories. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Apr 04, 2022
-
-
Andrei Gherzan authored
Closes #487 Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Mar 24, 2022
-
-
As defined on https://booting.oniroproject.org/distro/infra/ Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Andrei Gherzan authored
This is now the currently main development branch. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
The repository holding the repo manifests is now under Eclipse infrastructure. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Feb 22, 2022
-
-
Chase Qi authored
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
Chase Qi authored
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- Feb 21, 2022
-
-
Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
The update bundle is built with the new hidden job .build-rauc-bundle. The job is documented and instantiated in the main pipeline. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Dec 17, 2021
-
-
Chase Qi authored
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-