Skip to content
Snippets Groups Projects

oniro-ci: Add variable to specify oe-core path

Merged Pavel Zhukov requested to merge landgraf/oniro:nuts_pipeline into kirkstone
Compare and
1 file
+ 13
0
Compare changes
  • Side-by-side
  • Inline
@@ -58,6 +58,15 @@
fi
set +x
- |
set -x
if [ -n "$ONIRO_CI_OECORE_BRANCH"]; then
echo "CI: Using oe-core from '$ONIRO_CI_OECORE_REPO':'$ONIRO_CI_OECORE_BRANCH' "
( cd "oe-core" && git remote add oecore-test https://git.openembedded.org/"$ONIRO_CI_OECORE_REPO" \
&& git fetch oecore-test && git checkout "$ONIRO_CI_OECORE_BRANCH" );
fi;
set +x
script:
# Reload the value of SCRATCH_DIR set in the before_script phase. Those run
# in separate shell processes and do not share environment variables.
@@ -424,6 +433,10 @@
CI_ONIRO_BB_BBLAYERS_CONF_plus_equals_BBLAYERS: "../meta-binaryaudit"
CI_ONIRO_ABICHECK_TOPDIR: "./buildhistory/packages"
.oe-new:
variables:
CI_ONIRO_CHECK_WITH_OECONTRIB_BRANCH: "kirkstone-nut"
# This job is documented in docs/ci/hidden-jobs/build-docs.rst
.build-docs:
interruptible: true
Loading