Skip to content
Snippets Groups Projects
Pavel Zhukov's avatar
Pavel Zhukov authored
This allows overriding of oe-core to point to different branch/repo for
testing updated which are not in stable repo yet or testing the repo
before bumping revision in the manifest.

The main purpose is testing oniro against <branch>-nut in scheduled
pipelines to avoid breakages.

To test oniro against different branch/repo of oe-core set pipeline
variables as follows:

	CI_ONIRO_OECORE_BRANCH: branch_to_be_tested_with
	CI_ONIRO_OECORE_REPO: url_of_the_repo

Example:

	CI_ONIRO_OECORE_BRANCH: stable/kirkstone-nut
	CI_ONIRO_OECORE_REPO: https://git.openembedded.org/openembedded-core-contrib



Signed-off-by: default avatarPavel Zhukov <pavel.zhukov@huawei.com>
Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
3f6a9c29
History

Hidden Jobs

There's a number of hidden jobs, which start with the dot character, that are used as foundation for the set of :doc:`../machines-and-flavours`. Hidden jobs do not participate in any pipeline directly. They can only be used as templates, using the extends: ... mechanism, to share and reuse implementation details.