- Aug 29, 2022
-
-
We will not support those two machines in the future so that is why we remove them Signed-off-by:
Grzegorz Gwóźdź <grzegorz.gwozdz@huawei.com>
-
- Aug 09, 2022
-
-
Stevan Radaković authored
Using build job name to download bundles doesn't work. We need to introduce new var and make it mandatory for lava jobs containing the `sysota` in job name. Signed-off-by:
Stevan Radaković <stevan.radakovic@linaro.org>
-
- Jul 28, 2022
-
-
Natalia Kovalenko authored
manifests/default.xml: Add new project meta-seco-rockchip local.conf.sample: Add seco-px30-d23 to MACHINE bblayers.conf.sample: Add meta-seco-rockchip layer to BBLAYERS conf-notes.txt Add seco-px30-d23 to supported machines machines-and-flavours.yaml Add linux-seco-px30-d23 and linux-seco-px30-d23-extra jobs linux-flavour.rst: Add seco-px30-d23 to supported machines machines-and-flavours.rst Add linux-seco-px30-d23 job boards/index.rst Add seco-px30-d23 to supported boards Add the seco-px30-d23.rst file representing the new Seco's JUNO board (SBC-D23) in the oniro project. Signed-off-by:
Natalia Kovalenko <waykovalenko@gmail.com>
-
- Jul 22, 2022
-
-
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>
-
- 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>
-
- May 18, 2022
-
-
Zygmunt Krynicki authored
Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- May 12, 2022
-
-
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>
-
- Apr 13, 2022
-
-
Andrei Gherzan authored
This reflects the CI reality in the docs. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
This reflects the CI reality in the docs. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
This also includes a set of additional small tweaks: 1. formatting and small rewarding 2. explicitly use the kitkstone branch for repo init (this avoids confusion and also saves us from repo edge cases where the default one is ignored) 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>
-
- Feb 22, 2022
-
-
Chase Qi authored
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- Feb 21, 2022
-
-
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>
-
- Jan 26, 2022
-
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Nov 23, 2021
-
-
Chase Qi authored
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- Nov 19, 2021
-
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Oct 26, 2021
-
-
Amit Kucheria authored
Signed-off-by:
Amit Kucheria <amit.kucheria.ext@huawei.com>
-
- Oct 25, 2021
-
-
Gururaj Shetty authored
URL updated Signed-off-by:
Gururaj Shetty <gururaj.shetty@huawei.com>
-
- Oct 22, 2021
-
-
Gururaj Shetty authored
* Project rename * adr directory removed * Closes distro/docs#77 Signed-off-by:
Gururaj Shetty <gururaj.shetty@huawei.com>
-
- Oct 19, 2021
-
-
Zygmunt Krynicki authored
Zephyr and FreeRTOS jobs do not require 16GB of RAM to build and constitute the bulk of our CI (by number) quota usage. By moving them to smaller instances, with 4GB of RAM, we can use the remaining quota better. On the infrastructure side we now have a new auto-scaling pool, with s3.large.2 instances. Those join the existing s3.xlarge.4 (formerly known as "heavy") and s3.large.8 (formerly known as "light"). The .workspace job uses the s2.large.8 by default, making a safe (but expensive) default. Specific jobs deviate as follows: - zephyr and freertos jobs use s3.large.2 - two blueprint jobs with more recipes use s3.xlarge.4 Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Oct 15, 2021
-
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Zygmunt Krynicki authored
This was missed as CI was not operational during the big move. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
Most things are moved unchanged. The relatively few changes are to the documentation, as the split between the meta-ohos and manifest is gone, as well as to the actual CI definitions for the workspace directory, since the sources/ sub-directory is gone, and there was some backwards-compatibility code that no longer makes sense to maintain. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Oct 14, 2021
-
-
Zygmunt Krynicki authored
The .ostc-ci directory becomes .oniro-ci The various CI variables names are now all uniformly named CI_ONIRO_. Some specific variables were further trimmed to avoid using "CI" twice. Remaining uses of OSTC and OHOS are for URLs, container images and branch names. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Sep 29, 2021
-
-
Gururaj Shetty authored
* All project name replaced with tag * definitions.rst reference added * Closes: OSTC/OHOS/docs#77 Signed-off-by:
Gururaj Shetty <gururaj.shetty@huawei.com>
-
- Jun 21, 2021
-
-
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Jun 02, 2021
-
-
Nagesh Shamnur authored
Signed-off-by:
Nagesh Shamnur <nagesh.shamnur@huawei.com>
-
- Jun 01, 2021
-
-
Andrei Gherzan authored
The OS will start to depend on a specific partition table and having to maintain multiple qemu setups might not prove useful. Also, we have encountered issues trying to boot wic images (disk images as opposed to root filesystems) with qemu ARM machines. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- May 28, 2021
-
-
Zygmunt Krynicki authored
Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
Raspberry Pi 4 was added a while ago but is not a part of CI. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- May 07, 2021
-
-
Zygmunt Krynicki authored
Currently machines and flavours are defined in the meta-ohos repository but their CI pipelines are defined in the manifest repository. Move the definitions of the various build jobs here to be included from the manifest repository internally. This way the public interface is unchanged but patches such as the recent Raspberry Pi 4 support can enable a new MACHINE configuration and a new CI job all in one go, to the extent that in-progress CI will pick it up. Closes: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/44 Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-