Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab-ci
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SECO Northern Europe
Yocto
infrastructure
gitlab-ci
Commits
a51f53d5
Commit
a51f53d5
authored
3 years ago
by
Jonas Höppner
Browse files
Options
Downloads
Patches
Plain Diff
CI: Remove 'garz-fricke' references from CI to prepare for group rename
parent
a35820b2
No related branches found
Branches containing commit
No related tags found
1 merge request
!78
CI: Remove 'garz-fricke' references from CI to prepare for group rename
Pipeline
#8668
passed with warnings with stages
Stage:
Stage:
in 1 hour and 2 minutes
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+19
-18
19 additions, 18 deletions
.gitlab-ci.yml
with
19 additions
and
18 deletions
.gitlab-ci.yml
+
19
−
18
View file @
a51f53d5
#---------------------------------------------------------------------------------------
#
---------------------------------------------------------------------------------------
# Global
#---------------------------------------------------------------------------------------
# ---------------------------------------------------------------------------------------
variables
:
CI_IMAGES_BASEPATH
:
registry.gitlab.com/garz-fricke/yocto/infrastructure
CI_IMAGES_PATH
:
${CI_IMAGES_BASEPATH}/ci-images
CI_IMAGES_REVISION
:
99e363bc5feaa27ff18dbe7731a76ff04d7d0deb
CI_IMAGE_PYTHON
:
"
${CI_IMAGES_PATH}/python/3.9:${CI_IMAGES_REVISION}"
CI_IMAGE_YOCTO
:
"
${CI_IMAGES_PATH}/yocto-build/ubuntu-20.04:${CI_IMAGES_REVISION}"
#
CI_IMAGES_BASEPATH:
Environment variable configure in gitlab
CI_IMAGES_PATH
:
${CI_IMAGES_BASEPATH}/ci-images
CI_IMAGES_REVISION
:
99e363bc5feaa27ff18dbe7731a76ff04d7d0deb
CI_IMAGE_PYTHON
:
"
${CI_IMAGES_PATH}/python/3.9:${CI_IMAGES_REVISION}"
CI_IMAGE_YOCTO
:
"
${CI_IMAGES_PATH}/yocto-build/ubuntu-20.04:${CI_IMAGES_REVISION}"
image
:
"
${CI_IMAGE_PYTHON}"
...
...
@@ -23,9 +24,9 @@ workflow:
-
if
:
$CI_MERGE_REQUEST_IID
-
if
:
$CI_COMMIT_BRANCH == "master"
#---------------------------------------------------------------------------------------
#
---------------------------------------------------------------------------------------
# Stage: analyze
#---------------------------------------------------------------------------------------
#
---------------------------------------------------------------------------------------
pylint
:
stage
:
analyze
timeout
:
2m
...
...
@@ -34,7 +35,7 @@ pylint:
pylint-yocto
:
extends
:
pylint
image
:
"
${CI_IMAGE_YOCTO}"
image
:
"
${CI_IMAGE_YOCTO}"
black
:
stage
:
analyze
...
...
@@ -48,9 +49,9 @@ executable:
script
:
-
(! find ! -executable -name "*.py" -exec echo "not executable:"" {}" \; | grep .)
#---------------------------------------------------------------------------------------
#
---------------------------------------------------------------------------------------
# Stage: deploy
#---------------------------------------------------------------------------------------
#
---------------------------------------------------------------------------------------
.deploy
:
&deploy
stage
:
deploy
when
:
manual
...
...
@@ -66,9 +67,9 @@ executable:
--revision=${CI_COMMIT_SHA}
${MERGE}
garz-fricke
/yocto/infrastructure/ci-test/minimal-bar
:
*deploy
garz-fricke
/yocto/infrastructure/ci-test/minimal-foo
:
*deploy
garz-fricke
/yocto/infrastructure/ci-test/minimal-manifest
:
*deploy
garz-fricke
/yocto/layers/meta-guf-distro
:
*deploy
garz-fricke
/yocto/layers/meta-guf-machine
:
*deploy
garz-fricke
/yocto/manifest
:
*deploy
${CI_PROJECT_ROOT_NAMESPACE}
/yocto/infrastructure/ci-test/minimal-bar
:
*deploy
${CI_PROJECT_ROOT_NAMESPACE}
/yocto/infrastructure/ci-test/minimal-foo
:
*deploy
${CI_PROJECT_ROOT_NAMESPACE}
/yocto/infrastructure/ci-test/minimal-manifest
:
*deploy
${CI_PROJECT_ROOT_NAMESPACE}
/yocto/layers/meta-guf-distro
:
*deploy
${CI_PROJECT_ROOT_NAMESPACE}
/yocto/layers/meta-guf-machine
:
*deploy
${CI_PROJECT_ROOT_NAMESPACE}
/yocto/manifest
:
*deploy
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment