Skip to content

Integrate gitlab-ci/CI-deploy-for-tests and 2 more

Jonas Höppner requested to merge integrate/gitlab-ci/CI-deploy-for-tests into dunfell

Commit: https://gitlab.com/garz-fricke/yocto/infrastructure/gitlab-ci/-/commit/36cb477a73f980a8e0c71f7c4c089a8655d51244

submit_test.py: Add option to submit tests for all devices of a type

Uses submit_all instead of submit. Some code cleanup also.

--

Commit: https://gitlab.com/garz-fricke/yocto/infrastructure/gitlab-ci/-/commit/bbf68ae41d62a0b31764cc30db1637748a4c5e59

submit_tests.py: Add python script to submit tests to lava and wait for results

The testsuite is generated per platform and submited to the lava server. The resulting jobs are monitored and the results are downloaded in the results/ subfolder.

--

Commit: https://gitlab.com/garz-fricke/yocto/infrastructure/gitlab-ci/-/commit/ba2f41aee3a05d30de089cf3302b68767dda85a4

package_release.py: Add option to specify to output folders

The paths have been hardcoded inside the script before. To allow reuse in different situations, the hardcoded paths are removed and options are added instead.

Merge request reports