-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitlab-ci.yml
More file actions
28 lines (26 loc) · 813 Bytes
/
.gitlab-ci.yml
File metadata and controls
28 lines (26 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
include:
- component: gitlab.si.c-s.fr/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.5.2
- component: gitlab.si.c-s.fr/space_platforms/metis/tools/ci-precommit/gitlab-ci-precommit@3.1.0
inputs:
skip: mypy
fetch-refs: true
- component: gitlab.si.c-s.fr/to-be-continuous/docker/gitlab-ci-docker@5.10.3
inputs:
build-args: "--build-arg VERSION=$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA-$CI_JOB_STARTED_AT"
prod-publish-strategy: "auto"
hadolint-args: "--failure-threshold warning --ignore DL3008"
trivy-security-level-threshold: "HIGH,CRITICAL"
stages:
- build
- test
- package-build
- package-test
- infra
- deploy
- acceptance
- publish
- infra-prod
- production
variables:
KUBERNETES_MEMORY_REQUEST: '1Gi'
KUBERNETES_MEMORY_LIMIT: '2Gi'