Skip to content
Snippets Groups Projects
Unverified Commit b04f157f authored by Vivek Dutta's avatar Vivek Dutta
Browse files

CI/CD: Switch to jammy base

parent f73adba3
No related branches found
Tags 19.3.3
1 merge request!93CI/CD: Switch to jammy base
Pipeline #113470 passed
variables:
DOCKER_DRIVER: overlay2
BUILDX_VERSION: "v0.10.4"
BUILDX_ARCH: "linux-amd64"
DEBUG: 'TRUE'
SOURCE_FOLDER: "./src"
FLAWFINDER_OPTIONS: "-m 4 --error-level=5"
CPPCHECK_OPTIONS: " --enable=all --error-exitcode=1 -DSWMOD_HOST_IS_EXECENV -DSWMOD_LXC --suppress=unusedFunction"
include: include:
- project: 'iopsys/gitlab-ci-pipeline' - project: 'iopsys/gitlab-ci-pipeline'
file: '/static-code-analysis.yml' file: '/static-code-analysis.yml'
ref: '0.27' ref: '0.31'
- project: 'docs/portal2/pipeline-template' - project: 'docs/portal2/pipeline-template'
file: 'MkDocs.gitlab-ci.yml' file: 'MkDocs.gitlab-ci.yml'
rules: rules:
- if: $CI_COMMIT_BRANCH == "devel" - if: $CI_COMMIT_BRANCH == "devel"
variables:
DOCKER_DRIVER: overlay2
BUILDX_VERSION: "v0.10.4"
BUILDX_ARCH: "linux-amd64"
DEBUG: 'TRUE'
SOURCE_FOLDER: "./src"
RUN_CPPCHECK: "cppcheck --enable=all --error-exitcode=1 -DSWMOD_HOST_IS_EXECENV -DSWMOD_LXC --suppress=unusedFunction"
stages: stages:
- oci_sulu - oci_sulu
- static_code_analysis - static_code_analysis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment