Skip to content

Integrate gitlab-ci/CLEAOS-442-cicd-backward-compatibility-for-custom-still-on-edgehog and 5 more

Commit: clea-os/infrastructure/gitlab-ci@abe5ca72

[NOTIFY] Fix in token expiration date calculation

--

Commit: clea-os/infrastructure/gitlab-ci@3fc502e4

[TEST] Add correct name to LAVA devices for Clea OS Things testing

--

Commit: clea-os/infrastructure/gitlab-ci@cc44bfe3

[EDGEHOG] This commit allows backward compatibility of custom projects

  • Since the Clea OS rebranding of the project some of the custom projects build are actually broken because they are still pointing to the old 'Edgehog OS' brand and the old 'edgehog' tagged recipes.
  • Extend the usage of the SECO_REMOTE variable in order to become as much as possible independent from the name of the Yocto project and allow backward compatibility.
  • This commit refers to Jira ticket: CLEAOS-442

--

Commit: clea-os/infrastructure/gitlab-ci@bb9b1058

[DEPLOY] Fix in filesystem extension handling

  • Extend FS_EXTENSION usage in all parts of the code requiring it
  • Remove unnecessary variables from .gitlab-ci.yml file (already defined in the common.yml file)
  • This commit is related to Jira issue: CLEAOS-454

--

Commit: clea-os/infrastructure/gitlab-ci@0e7e7345

[DEPLOY] Remove 'latest' tagged SW artifacts from deploy stage

  • All SW artifacts are now uniquely identified by the manifest commit SHA or Tag, so there is no necessity to have 'latest' tagged artifacts.
  • The Azure blob storage folder organization easily allows to retrieve the software artifacts without the necessity of having 'latest' tagged ones.
  • This commit refers to Jira issue: CLEAOS-433

--

Commit: clea-os/infrastructure/gitlab-ci@6994676d

[DOCS] Update image format from 'svg' to 'jpg'

This update is necessary since the same images are used for Clea OS docs at the following link: https://git-pages.seco.com/clea-os/docs/

Merge request reports