Skip to content
Snippets Groups Projects
Commit 4e44921a authored by GitBot's avatar GitBot
Browse files

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/
parent 9989ef20
No related branches found
No related tags found
1 merge request!285Integrate gitlab-ci/CLEAOS-442-cicd-backward-compatibility-for-custom-still-on-edgehog and 5 more
Subproject commit a8b93ddb9a6c456e15dd6eab8a46d5706c60e5dc
Subproject commit abe5ca72a75166c5d9968b1f0f39c97483c46df4
......@@ -4,8 +4,8 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/infrastructure/gitlab-ci'
ref: a8b93ddb9a6c456e15dd6eab8a46d5706c60e5dc
ref: abe5ca72a75166c5d9968b1f0f39c97483c46df4
file: 'manifest-integration.yml'
variables:
GITLAB_CI_REVISION: a8b93ddb9a6c456e15dd6eab8a46d5706c60e5dc
GITLAB_CI_REVISION: abe5ca72a75166c5d9968b1f0f39c97483c46df4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment