- Mar 31, 2021
-
-
To reference those section labels of the documentation, so they can be referenced from the other parts of the documentation. Signed-off-by:
Sebastian Serewa <sebastian.serewa@huawei.com>
-
- Mar 30, 2021
-
-
Zygmunt Krynicki authored
There are two separate issues here: - CI_BRANCH_NAME doesn't exist, we want CI_COMMIT_BRANCH instead. - The rules engine doesn't handle quotes in the normal sense. Quotes are only allowed on literals, not variable references. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
CI_BRANCH_NAME doesn't exist Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
The rules engine doesn't handle quotes in the normal sense. Quotes are only allowed on literals, not variable references. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Stefan Schmidt authored
Set rule to run our build pipeline for git tags as well. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
- Mar 29, 2021
-
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Zygmunt Krynicki authored
Signed-off-by:
Zygmunt Krynicki <me@zygoon.pl>
-
- Mar 26, 2021
-
-
Zygmunt Krynicki authored
When documentation changes, trigger the docs pipeline to update the aggregated documentation view. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Robert Drab authored
Recent update to Gitee ACTS test suite was pulled in to ostc-next branch of the https://git.ostc-eu.org/OSTC/OHOS/components/staging/xts_acts repository. Patches were re-based on top of those changes and adapted. Fixes for potential segfaults were included as well. Closes: https://git.ostc-eu.org/OSTC/OHOS/components/staging/xts_acts/-/issues/16 Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
The implicit test stage is a scheduled to run after all the jobs from the build stage succeed. This introduces a unneeded dependency between building the code and building the documentation. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Stefan Schmidt authored
This is our first release candidate for our Aladeen release, 0.1.0. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Zygmunt Krynicki authored
Since we no longer plan to maintain multiple manifest files for each branch the relevant part of the documentation needs to explain the new situation. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Mar 25, 2021
-
-
Zygmunt Krynicki authored
The manifest repository no longer contains distinct default.xml and develop.xml manifest files. That role has been delegated to distinct git branches. Switch to the default manifest so that the deprecated compatibility module which has the same effect, can be removed. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Mar 24, 2021
-
-
Zygmunt Krynicki authored
It seems that `**` matches only the directory parts, `*` is needed to match files contained therein. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
CI process in the meta-ohos repository is rather heavy, with large number of long-running build jobs. The pipeline system allows restricting job startup to a set of rules, and to further restrict each rule to trigger only when one of a set of given files is modified. This should allow efficient modification pipeline that only touches the documentation or the meta-layers, without needlessly running unrelated testing. This is documented at https://docs.gitlab.com/ee/ci/yaml/#ruleschanges Closes: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/34 Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Zygmunt Krynicki authored
With the improved .workspace and .build jobs merged into the manifest repository [1], we can now set OHOS_CI_GIT_REPO_PATH and remove the custom code that was necessary to implement this functionality before. [1] https://git.ostc-eu.org/OSTC/OHOS/manifest/-/merge_requests/53 Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Robert Drab authored
ACTS update require rebasing modified third_party_googletest component. This was done in ostc-next branch. Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
After recent ACTS test suite update DAC and Capabilities tests now require sys/capabilities.h header file. Previously there was capset/capget extern declarations in the sources. Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
- Mar 22, 2021
-
-
Zygmunt Krynicki authored
This brings in several additional tests and spread meta-data. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
Upcoming ACTS tests depend on the gmock library, which is a part of googletest. Update to a revision which builds that library. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Mar 19, 2021
-
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Mar 18, 2021
-
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Mar 17, 2021
-
-
Andrei Gherzan authored
We use this layer to store temporary fixes while upstream catches up. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
This was a temporary switch while we investigate and fix a crash on webkitgtk with musl. This was done so we can revert it. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-