From 9c6aeafa3ddbbbfa8976c48e00ed927d7fa7cde1 Mon Sep 17 00:00:00 2001 From: Katrina Prosise Date: Fri, 3 Jan 2025 07:14:55 -0500 Subject: [PATCH] Add note regarding CI and meta-subscriber-override MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Note added to the tutorial. QA: Ran linter, and checked rendered output in browser. This commit addresses task FFTK-1895,"…CI and `meta-subscriber-overrides` commit usage" Signed-off-by: Katrina Prosise --- .../customizing-the-platform/commit-and-push-recipe.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/tutorials/customizing-the-platform/commit-and-push-recipe.rst b/source/tutorials/customizing-the-platform/commit-and-push-recipe.rst index 11d513c45..29604cb15 100644 --- a/source/tutorials/customizing-the-platform/commit-and-push-recipe.rst +++ b/source/tutorials/customizing-the-platform/commit-and-push-recipe.rst @@ -60,6 +60,10 @@ Push: ``git push`` output will indicate the start of a new CI job. +.. tip:: + The CI builds from the most recent commit to ``meta-subscriber-overrides``. + A pinned manifest is produced to show you the exact code that produced the build. + Go to https://app.foundries.io, select your Factory and click on :guilabel:`Targets`: The latest **Target** named :guilabel:`platform-main` should be the CI job you just created.