Skip to content
Snippets Groups Projects
Commit a51f53d5 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

CI: Remove 'garz-fricke' references from CI to prepare for group rename

parent a35820b2
No related branches found
No related tags found
1 merge request!78CI: Remove 'garz-fricke' references from CI to prepare for group rename
Pipeline #8668 passed with warnings with stages
in 1 hour and 2 minutes
#---------------------------------------------------------------------------------------
# ---------------------------------------------------------------------------------------
# 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
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