Skip to content
Snippets Groups Projects
Commit 3e8e162b authored by GitBot's avatar GitBot
Browse files

Integrate gitlab-ci/yt-227-submit-test-fails-for-smoketests and 2 more

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@f6b301dc

YT-227 Fix submit LAVA task for smoke tests

  Smoke tests use a single type of test (boot.jinja2).
  However, some parameters need to be dynamic, such as device type.
  To address this, the `test-plan-args-var` introduced
  what allows environment variables with extra parameters to be used
  in the LAVA job generation script.
  The pipeline has been adjusted accordingly.

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@be2a04ab

Enable verbose mode for submit_test.py

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@cf0071f2

YT-234: Fix ci-test pipelines (was broken with YT-65 MR)

 The YT-65 MR refactored the repo_checkout job,
 which is also used in CI-test pipelines.
 Added the necessary changes to the CI-test code.
parent 77e578eb
No related branches found
No related tags found
1 merge request!1927Integrate gitlab-ci/yt-227-submit-test-fails-for-smoketests and 2 more
Pipeline #154187 passed with stages
in 28 minutes and 54 seconds
Subproject commit 667964a6d553480dfa01d80efffd26fae07aa563 Subproject commit f6b301dc158ff27ab74a7d3cc2e10ba244787a4e
...@@ -4,13 +4,13 @@ ...@@ -4,13 +4,13 @@
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
include: include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: 667964a6d553480dfa01d80efffd26fae07aa563 ref: f6b301dc158ff27ab74a7d3cc2e10ba244787a4e
file: 'manifest-pipeline-yocto.yml' file: 'manifest-pipeline-yocto.yml'
variables: variables:
MANIFEST_PROJECT_ID: 1725 MANIFEST_PROJECT_ID: 1725
MASTER_BRANCH: kirkstone MASTER_BRANCH: kirkstone
GITLAB_CI_REVISION: 667964a6d553480dfa01d80efffd26fae07aa563 GITLAB_CI_REVISION: f6b301dc158ff27ab74a7d3cc2e10ba244787a4e
# FIXME: For now we need a two-step variable assignment here due to a GitLab bug: # FIXME: For now we need a two-step variable assignment here due to a GitLab bug:
# https://gitlab.com/gitlab-org/gitlab/-/issues/273409 # https://gitlab.com/gitlab-org/gitlab/-/issues/273409
# Escaped variables are not correctly passed to child pipelines. Proposed workaround # Escaped variables are not correctly passed to child pipelines. Proposed workaround
......
SRCREV:pn-atmel-mxt = "3c23527cbcd6b65c7ee07ea00a6c1a9cb3f4eaa6" SRCREV:pn-atmel-mxt = "3c23527cbcd6b65c7ee07ea00a6c1a9cb3f4eaa6"
SRCREV:pn-egalaxi2c = "9a5ac0a45511da499f59fa43ac28b37d98f7baac" SRCREV:pn-egalaxi2c = "9a5ac0a45511da499f59fa43ac28b37d98f7baac"
SRCREV:pn-emc-test-suite = "981be2fa9e5230bb144d1b5125c1bf292849d6e8" SRCREV:pn-emc-test-suite = "ad1530939fb28635bea9e38f2a71ad6d2408ad5a"
SRCREV:pn-gf-productiontests = "a778166d1ffa7b42fbeb786bb4d3e1472de3cb17" SRCREV:pn-gf-productiontests = "7eee10e613c419fc9a4391e08871137b983c49f9"
SRCREV:pn-gfeeprom = "24560af4454f57d2b84ebb50b53199d6fe20e3c0" SRCREV:pn-gfeeprom = "0c6090d24a2af443ae45fdf6f4d5473a6154551e"
SRCREV:pn-gfplatdetect = "a7916ef281f41251216cd09c9e97dc655bf963bd" SRCREV:pn-gfplatdetect = "a7916ef281f41251216cd09c9e97dc655bf963bd"
SRCREV:pn-gfxml2dto = "51af310cdda86e7d0b925aaa3cb31cc6d56fe943" SRCREV:pn-gfxml2dto = "3aea484c394a534a2d01932204d7be3d066a098e"
SRCREV:pn-ilitek = "b1d5ff6fe811946106212fa2cdc2d9b9f1bd93aa" SRCREV:pn-ilitek = "b1d5ff6fe811946106212fa2cdc2d9b9f1bd93aa"
SRCREV:pn-kernel-module-touchgpio = "ce65baa15542680bdb8e8ecae504d0b40365a24f" SRCREV:pn-kernel-module-touchgpio = "ce65baa15542680bdb8e8ecae504d0b40365a24f"
SRCREV:pn-libmdb = "a8a02d9d8e3b17f5d279d5363d53d9ff92629e2c" SRCREV:pn-libmdb = "3255d64e7b318928d25dfbfa23b9da9165d92638"
SRCREV:pn-linux-imx = "c387c95f9eba8dc4fd13f2d694ff0c2b0d0edf55" SRCREV:pn-linux-imx = "c387c95f9eba8dc4fd13f2d694ff0c2b0d0edf55"
SRCREV:pn-linux-imx-kuk = "0258f07c61364958e3307da11a388e72baffb03a" SRCREV:pn-linux-imx-kuk = "0258f07c61364958e3307da11a388e72baffb03a"
SRCREV:pn-linux-seconorth = "b5c58da55e58c3f4ab945ca0a1b2a390c397937c" SRCREV:pn-linux-seconorth = "b5c58da55e58c3f4ab945ca0a1b2a390c397937c"
......
...@@ -28,11 +28,11 @@ ...@@ -28,11 +28,11 @@
<project name="meta-mediatek-bsp.git" revision="048e2981c96b0e93896d540c53b789f8c93c7e6e" remote="rity" path="sources/meta-mediatek-bsp" /> <project name="meta-mediatek-bsp.git" revision="048e2981c96b0e93896d540c53b789f8c93c7e6e" remote="rity" path="sources/meta-mediatek-bsp" />
<project name="meta-rity.git" revision="bc2393cf3c26a3db6da719a5e05d517c6fe01e6c" remote="rity" path="sources/meta-rity" /> <project name="meta-rity.git" revision="bc2393cf3c26a3db6da719a5e05d517c6fe01e6c" remote="rity" path="sources/meta-rity" />
<project name="meta-rauc.git" revision="804386f04826ea7fe74a1b4e0a20991425c06d9c" remote="rauc" path="sources/meta-rauc" /> <project name="meta-rauc.git" revision="804386f04826ea7fe74a1b4e0a20991425c06d9c" remote="rauc" path="sources/meta-rauc" />
<project name="layers/meta-seconorth-machine" revision="18c13e187b998bf7172455ebb2d51d7cbd076ad5" remote="seco-ne" path="sources/meta-seconorth-machine" /> <project name="layers/meta-seconorth-machine" revision="c8d1edce1ac7abb71ca929d6ee3df059cc321a86" remote="seco-ne" path="sources/meta-seconorth-machine" />
<project name="layers/meta-seconorth-mtk" revision="c2db7238e14dd0bb21939371b06a4dd1919bb56e" remote="seco-ne" path="sources/meta-seconorth-mtk" /> <project name="layers/meta-seconorth-mtk" revision="2fe36dd6912bf19ca2b13df7b3d80b356202f555" remote="seco-ne" path="sources/meta-seconorth-mtk" />
<project name="layers/meta-seconorth-distro" revision="a92e0278a8df6ed32edefcf8d6e82e7164326452" remote="seco-ne" path="sources/meta-seconorth-distro" /> <project name="layers/meta-seconorth-distro" revision="21663e8358fa27ef4be866b98fc0df522b279220" remote="seco-ne" path="sources/meta-seconorth-distro" />
<project name="layers/meta-seconorth-nogplv3" revision="dbc1b2cc8be6867abb8e24f27a01548913f4d8bf" remote="seco-ne" path="sources/meta-seconorth-nogplv3" /> <project name="layers/meta-seconorth-nogplv3" revision="5dbf21b2997a5baaf69779201c911bcc1b0126ef" remote="seco-ne" path="sources/meta-seconorth-nogplv3" />
<project name="config" revision="24d6329ec07fa104c83b0ae843e0fa2a40c9e3ed" remote="seco-ne" path=".conf" > <project name="config" revision="87dca24fd65288737e50148f2c8d6413b97ba735" remote="seco-ne" path=".conf" >
<linkfile dest="setup-environment" src="setup-environment" /> <linkfile dest="setup-environment" src="setup-environment" />
</project> </project>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment