Integrate gitlab-ci/oleksii/update-clea-os-builder-tag and 19 more
Commit: clea-os/infrastructure/gitlab-ci@e23d1f40
[DOCKER] Update default clea-os-builder tag
Starting from version 2.0 of the container, the default "latest" tag is ubuntu20.04 for kirkstone
Commit: clea-os/infrastructure/gitlab-ci@eee2e5d8
[CICD][RELEASE] Add liks on Jira Release/version page in Release pipeline
--
Commit: clea-os/infrastructure/gitlab-ci@c6b64be0
[CICD][RELEASE][KNOWN ISSUES] Filter out unrelated items from "Known issues" list
Restrict the filter to include only relevant issues on the release page.
--
Commit: clea-os/infrastructure/gitlab-ci@505eb2cf
[CICD][NOTIFY] Fix notify job and enable changelog for SDK pipeline
-
The notify job uses
mcr.microsoft.com/azure-cli
, which expectsca-bundle.trust.crt
. On GitLab runners, we mount certificates from the host, so this file is not present. Switched to usingca-certificates.crt
instead. -
Enabled changelog generation for the SDK pipeline to ensure
changelog.md
is available.
--
Commit: clea-os/infrastructure/gitlab-ci@4b2b0167
[CICD][RELEASE][KNOWN ISSUES] Fix URL formating
Fix inconsistent formatting in "Known issues" URLs
--
Commit: clea-os/infrastructure/gitlab-ci@b9f9b4fd
[TEST] Increase timeout in order to allow jobs to terminate
Over time, the number of tests performed for each board increased, which in turn resulted in some jobs failing to finish tests within the 4h timeout. In future, split test jobs will be planned according to the type of tests (probe, functional or stress) performed.
--
Commit: clea-os/infrastructure/gitlab-ci@03c01e8a
[CICD][RELEASE] Display custom artifact links for boards on release page
Some boards include custom artifacts, which were uploaded but not shown on the release page. This fix ensures links are rendered when such artifacts are present.
--
Commit: clea-os/infrastructure/gitlab-ci@2155c133
[CICD][DOC] Add documentation describing how to add new boart into CI configuration
--
Commit: clea-os/infrastructure/gitlab-ci@092a2b25
[CICD][GITLAB][LOGGING] Improve GitLab logging behavior with section markers
Previously, when using GitLab’s section feature in logging, the start and end section markers were printed even if the log level did not require the actual log message to be shown—resulting in empty sections.
This enhancement ensures that section start and end markers are only printed when the corresponding log message is actually emitted.
--
Commit: clea-os/infrastructure/gitlab-ci@f03d97c9
[CICD][RELEASE] Automate Known Issues Generation in Release Pipeline
Enhances the release pipeline by adding automated generation of the known issues report.
--
Commit: clea-os/infrastructure/gitlab-ci@4b88ee26
start
--
Commit: clea-os/infrastructure/gitlab-ci@b19705f3
[CICD][RELEASE] Integrate bugfix and feature extraction from Jira tickets
Extend the CI release pipeline to extract bugfixes and features from Jira tickets. These items are used to dynamically render the Release page, if present.
--
Commit: clea-os/infrastructure/gitlab-ci@4351742b
[CICD][RELEASE] Integrate jira_get_tickets.py
Add script for retrieving tickets, storing ticket attachments, and generating issue reports. The script is based on the Confluence Python API module.
--
Commit: clea-os/infrastructure/gitlab-ci@94bf04b1
[CICD][RELEASE] Cosmetic fix for var name, use release tag for build image
--
Commit: clea-os/infrastructure/gitlab-ci@7f7e9fb2
[CICD][RELEASE] Add Seco Techresources Confluence page to release pipeline
- Add new jobs to the release pipeline
- Include necessary scripts
- Create required templates
- Adjust GitLab release page templates to avoid duplicated records
--
Commit: clea-os/infrastructure/gitlab-ci@f0e9efad
[CICD][RELEASE] Fix release page generation when SDK job is skipped
If SDK files are not generated, the board release page generation fails due to missing (undefined) variables. This commit fixes the issue by checking whether the variable containing the SDK file name is defined before usage.
Also correct the changelog URL used in DevOps build.
--
Commit: clea-os/infrastructure/gitlab-ci@a020ccb5
[CI/CD][RELEASE] Turn on changelog section
--
Commit: clea-os/infrastructure/gitlab-ci@7fabb833
[CI/CD][RELEASE] Separate deploy data collection for SDK and Yocto
--
Commit: clea-os/infrastructure/gitlab-ci@22597703
[CI/CD][RELEASE] Adjust Release documentation
--
Commit: clea-os/infrastructure/gitlab-ci@de746044
[CI/CD][RELEASE] Restore legacy release logic for custom projects