-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitlab-ci.yml
More file actions
35 lines (34 loc) · 868 Bytes
/
Copy path.gitlab-ci.yml
File metadata and controls
35 lines (34 loc) · 868 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
29
30
31
32
33
34
35
stages:
- bots
- diff
- lint
- security
- build
- unit-tests
- conformance
- conformance-tests
- metrics-report
- conformance-report
variables:
HAPROXY_VERSION: "3.2"
KIND: v0.27.0
DOCKER_HOST: tcp://docker:2375
DOCKER_DRIVER: overlay2
GO_VERSION: "1.26"
DOCKER_VERSION: "28.1"
JUNIT_FILE: "junit-report.xml"
GOTESTSUM_JUNITFILE: "junit-report.xml"
HAPROXY_REGISTRY_GO: "registry.haproxy.com/gophers"
METRICS_SAMPLE_ENABLED: "1"
METRICS_SAMPLE_INTERVAL: "2"
METRICS_OUTPUT_DIR: "${CI_PROJECT_DIR}/metrics-output"
include:
- local: .gitlab/bots.yml
- local: .gitlab/diff.yml
- local: .gitlab/lint.yml
- local: .gitlab/security.yml
- local: .gitlab/build.yaml
- local: .gitlab/unit-tests.yml
- local: .gitlab/conformance-tests.yml
- local: .gitlab/metrics-report.yml
- local: .gitlab/conformance-report.yml