- Sep 20, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@f0ed0f4f CI: Changelog: Add new variable 'CHANGELOG_PROJECTS_SKIP', remove project list The listed projects for the changelog are now supposed to be found automatically. No need to list them anymore. The 'SKIP' variable is mostly ment for custom projects, to filter out unneeded projects from the changelog. YT-256 -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@434d542a get_integration_source: Print warning to stderr instead of stdout -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@5cc674f7 Changelog: Include all related projects into the changelog In build-pipeline.yml, enable the new parameter by default. YT-256 -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@0c4173a5 Changelog-generator: Add parameter to include all integrated projects Before this, the changelog was generated on a given list of projects, all using the same branch. The new parameter now goes the the specified projects from the parameters, and detects all integrated projects into this. So normally you would specify one or two manifest projects, everything else is automatically added to the list. This also handles different branch names. As for example the kernel branches are different, the integration branch is used instead of the branch from the command line.
-
- Sep 13, 2024
-
-
Tobias Kahlki authored
-
Tobias Kahlki authored
-
- Sep 12, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@37b396e8 YT-247: Automate Initiation of Build Stages in Scheduled Pipelines Enable automatic initiation of the build stage for the SDK and the test stage for pipelines within scheduled pipelines. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@e3a76466 scripts: Add simple python script to convert license.manifest to md table
-
- Aug 30, 2024
-
-
Tobias Kahlki authored
-
Fixed the tests so they will run on MODV. Removed unecessary tests.
-
-
-
-
- Aug 16, 2024
-
-
GitBot authored
-- 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.
-
- Aug 09, 2024
-
-
Jonas Höppner authored
The kernel has support for setting the baudrate as integer using BOTHER as id with the termios2 struct. It seems that this is not yet supported in the libc, so we are using kernel headers directly.
-
Jonas Höppner authored
-
- Aug 06, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@667964a6 Fix typos -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@bd7e9366 YT-65 We perform a repository checkout in the manifest project for each build job. Each pipeline builds code for multiple MACHINES. This results in multiple downloads from each repository in the manifest. Occasionally, certain repositories may fail to fetch data. To avoid fetching the same data repeatedly for each build job in the pipeline, the `repo_checkout` stage is added. In this stage, the repo tool prepares the repository structure once and stores it in the cache. Subsequent build jobs use the pre-fetched data from the cache.
-
- Aug 05, 2024
-
-
Tobias Kahlki authored
-
Tobias Kahlki authored
The server echos incoming packets on port 7 back to the sender. The echo services used to be available in initd, but are not present in systemd based systems anymore. The client sends test packets with a sequence number every 100 ms.
-
- Aug 02, 2024
-
-
Tobias Kahlki authored
-
- Aug 01, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@de29fa3e YT-230: Fix Manifest Pipeline after "Improve Release" Changes Fix typo introduced in previous commit
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@417b79ef YT-230: Fix Manifest Pipeline after "Improve Release" Changes The recent changes introduced new rules in manifest-pipeline-yocto.yml, which have overwritten the general rules defined in build-pipeline.yml. Use !reference to combine both sets of rules effectively.
-
- Jul 29, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a7e07f19 YT-180 Generation of the firmware package failed due to a typo in the code that checks of existance of the variable. What caused TypeError: unhashable type: 'list'
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@7bd78810 PBB-32 Fix suffix addition in FNGo pipeline for custom projects due to an issue in GitLab where escaped variables are not correctly passed to child pipelines, a workaround is required. As a result, we use raw variables. The DEFERRED_RELEASE_VERSION variable was introduced for this purpose. However, for custom builds, we have an additional place where we modify the DEFERRED_RELEASE_VERSION variable to add a suffix. Therefore, extra interim variables need to be added to handle the workaround and ensure we get the raw variable in the end.
-
- Jul 23, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@83f4f610 Take group path from group instead of options -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@93eabeb3 YT-157 Adjust GitLab Backup Script to avoid shared projects Ensure backups are only processed for direct member projects of a group. If a project is shared with a group, backing it up without the appropriate permissions can cause the backup to fail.
-
- Jul 12, 2024
-
-
- Jul 11, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@77a91f92 YT-93 Improve release workflow
-
- Jul 09, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@edbfded2 YT-164 Sort artifacts on confluence release page for FNG system
-
- Jul 05, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@6ab45a4c YT-190 Enable credential.useHttpPath for git credential manages in CI pipeline
-
- Jul 04, 2024
-
-
Mikhail Vanyulin authored
Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
- Jun 26, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@516090fa YT-167 Implement parsing full URL and multiple tokens
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@8abfbca7 YT-176 Skip projects with no permissions If a project have no permissions, it probably won't be processed in seco-ne CI pipelines. Exclude venv directory from version control
-
- Jun 25, 2024
-
-
Jonas Höppner authored
- The single echo scripts are now checked in as individual files - Add individual service files for each each service and one to start them all at once. - Makeself packs them to an installation package - The install script has parameters to modify the installation, see: ./emc-test-remote-station.sh -- --help Fixes PBB-28
-
- Jun 17, 2024
-
-
Jonas Höppner authored
-
Jonas Höppner authored
-
Jonas Höppner authored
-
Jonas Höppner authored
-
- Jun 14, 2024
-
-
Jonas Höppner authored
Before it happens that a failing test run into timeout and was canceled by the thread join. In this case the error count was not increased, leading to a mismatch in the numbers.
-
Jonas Höppner authored
-
- Jun 13, 2024
-
-
Jonas Höppner authored
-
Jonas Höppner authored
Added xinetd rpm, add network commands to install script.
-
- Jun 05, 2024
-
-
Jonas Höppner authored
-
- Jun 03, 2024
-
-
Jonas Höppner authored
Also a persitent log file is now written to disk. no pipe
-
Jonas Höppner authored
-