From f94acd440b03fa03163d730963affda38a731b05 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Mon, 20 Jun 2022 14:25:29 +0000 Subject: [PATCH] Integrate meta-seconorth-distro/update-gitlab-ci -- Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro/-/commit/4f158f418db653b2c420f02928267a3b04b05e1f Integrate gitlab-ci/share-yaml-code-for-manifest-integration and 2 more -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/686323c648881a4fa0f3f8ae6e305d17337eecf3 Remove yaml redundancies in manifest-integration Leave all common yaml parts in manifest-integration.yml and add manifest-integration-yocto.yml and manifest-integration-ci-test.yml containing the different variable assignments for each environment. The repos including these files have to be updated with the new names. -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/4c7510963d7d2385f4aa38843bfd3f1ac628216e Harmonize manifest-integration yaml files for yocto and ci-test This is the first step for reducing code duplicates. BCS 746-000807 -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/c877f9c9f8e5e42902d793987179f0f169506443 retrigger: Allow to specify the manifest's remote identifier in a variable Costum manifest may override this variable -- Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro/-/commit/0219cbc72d59caf1f7ed20927150357270e42704 Integrate gitlab-ci/set-master-branch-manifest-in-jinja2 -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/d9660a80edc09242d507077a4059531a057f3184 build-jobs.jinja2: Specify master branch variable again If the MASTER_BRANCH_MANIFEST variable is set in the manifest's .gitlab-ci.yml file, it may not find its way to the generated job, if it is not explicitly set during generation. That is done with this patch. -- Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro/-/commit/0af24422897b9861aadd9d34e8ef31a46b9bd37a Integrate gitlab-ci/use-parent-child-build-jobs -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/2e6c1b4ff232614efbdbdcb66cabc4e33d066eb6 Build jobs: Use parent-child jobs to generate needed build jobs * Move all build, deploy and test stubs to the manifest-build.yml * Create a new job to generate and trigger the build jobs dynamically * Add the base jinja2 file for the build jobs. * Add initial docs for the manifest pipeline * Remove unused files -- Commit: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro/-/commit/ea28c1fe4313c04b687580a527b9017841fbd4f9 Integrate gitlab-ci/move-python-scripts-to-subfolder -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/1bc683d5b4393e4205f45c7236c0e702182256f5 Move python scripts to subfolder BCS 746-000808 --- default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.xml b/default.xml index d7ebfdc6..9f864aa1 100644 --- a/default.xml +++ b/default.xml @@ -21,7 +21,7 @@ <project name="meta-freescale.git" revision="2fb1ce365338126aad365012ebb913b3e4a9f1be" remote="fslc" path="sources/meta-freescale" /> <project name="meta-freescale-distro.git" revision="fc15f5003043da23212596be7366ae2547c308ad" remote="fslc" path="sources/meta-freescale-distro" /> <project name="layers/meta-seconorth-machine" revision="6593e17855c2821a2a3f1dd9de409be2ef10cda9" remote="seco-ne" path="sources/meta-seconorth-machine" /> - <project name="layers/meta-seconorth-distro" revision="4bba7d38b0ff0835b2fc49481b48803d440e41fd" remote="seco-ne" path="sources/meta-seconorth-distro" /> + <project name="layers/meta-seconorth-distro" revision="4f158f418db653b2c420f02928267a3b04b05e1f" remote="seco-ne" path="sources/meta-seconorth-distro" /> <project name="layers/meta-seconorth-nogplv3" revision="67f7c664af2b48f445d6116f15e353732939a0f2" remote="seco-ne" path="sources/meta-seconorth-nogplv3" /> <project name="config" revision="b40f13f9f26dfd1a46bfe35eb74ec254d70b9898" remote="seco-ne" path=".conf" > <linkfile dest="setup-environment" src="setup-environment" /> -- GitLab