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

Integrate gitlab-ci/ci-test-ip and 13 more

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@d5d8ebd1

CI:debug add timestamps

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@437cefe9

CI: Add test command to show ip settings before build

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@a6f489db

CI:deploy and uploadftp: extends infrastructe again to set the image correctly

Without this the image was not defined and the runners default image is
used. This is against the concept to store image revisions in the
commits to keep things running after an upgrade and didn't work because
the default image has no python.

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@a1972724

Add script to query job logs filtered by status, tag, and log pattern

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@d501fed4

Update isort config

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@d6149039

Harmonize import order in all python files via isort

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@8b4f3c38

Add isort job to analyze stage

isort is a Python utility to sort imports alphabetically, and
automatically separated into sections and by type.

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@049a2268

common: add constant for default GitLab URL

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@d04adeae

common: use uppercase for constants

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@7a4255b7

CI-test: add simulated SDK build

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@de4adce6

CI-test: use infrastructure runner for build simulation

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@ba44c129

CI-test build: improve build simulation

Instead of copying a packaged release from the SoftwareStore, download
artifacts from an actual build job.

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@37200614

build-common: add group headers

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@bdc50deb

Yocto build: group commands for saving build.env
parent ff922229
No related branches found
No related tags found
No related merge requests found
Subproject commit 9982711f4f5600b7031c8ee7bddefafdb1497516
Subproject commit d5d8ebd10c4197fec45eba85150b54d56e7015bd
......@@ -4,11 +4,11 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: 9982711f4f5600b7031c8ee7bddefafdb1497516
ref: d5d8ebd10c4197fec45eba85150b54d56e7015bd
file: 'manifest-integration.yml'
variables:
GITLAB_CI_REVISION: 9982711f4f5600b7031c8ee7bddefafdb1497516
GITLAB_CI_REVISION: d5d8ebd10c4197fec45eba85150b54d56e7015bd
# FIXME: This is only necessary due to the following GitLab limitation:
# https://gitlab.com/gitlab-org/gitlab/-/issues/209904
# As soon as this gets fixed upstream, the hard-coded branch name should be removed.
......
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