Skip to content

Integrate gitlab-ci/lpag/trigger_hotfix and 6 more

Commit: edgehog/infrastructure/gitlab-ci@12a33b1c

[FIX] trigger:include config after GitLab upgrade

In the upgrade from GitLab release 15.4.2 to GitLab release 16.8.2 this syntax fix is necessary in order for all the integration pipelines to start correctly

--

Commit: edgehog/infrastructure/gitlab-ci@6f0b6b72

[TAG] Add 'yocto_build' tag in build jobs

  • This modification is necessary in order to use specific runners installed on a server dedicated to Edgehog build

--

Commit: edgehog/infrastructure/gitlab-ci@70819527

[E09][ALDERLAKE] Add new boards in config file

  • Add E09 board based on Rockchip rk3568 processor
  • Add Alder Lake for x86 Intel processors
  • Include specific processor type on PROCESSOR variable for imx8 based boards

--

Commit: edgehog/infrastructure/gitlab-ci@9c6e4e8a

[BUILD][BRANCH] Fix bug on BUILD_BRANCH variable

  • The build is always triggered via a parent pipeline in this version of the CI/CD so it was necessary to fix the condition.

--

Commit: edgehog/infrastructure/gitlab-ci@f8247528

[THINGS][TEST] Insert test job for Things distro

  • This is a first implementation of automatic testing of Things distro using SECO LAVA lab.
  • The test is directed to 4 device types, one for each main architecture (imx6, imx8, Rockchip, Intel).

--

Commit: edgehog/infrastructure/gitlab-ci@6fb99d7e

[DOC] Add info about meta-layer MANIFEST_FILE var

The variable needs to be added as a project variable in order to specify the manifest file on which the meta-layer needs to be integrated.

--

Commit: edgehog/infrastructure/gitlab-ci@4653fee3

[FIX] Fix syntax errors in MACHINE parameter

The MACHINE parameter is fundamental in order to match the path of the built artifacts gin GitLab CI

Merge request reports