-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.gitlab-ci.yml
More file actions
35 lines (30 loc) · 998 Bytes
/
.gitlab-ci.yml
File metadata and controls
35 lines (30 loc) · 998 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:
- config-validation
- benchmarks
- benchmarks-report
variables:
SKIP_SHARED_PIPELINE: "true"
include:
- local: ".gitlab/config-registry.yml"
- local: ".gitlab/benchmarks.yml"
# Config Registry CI Jobs
validate_supported_configurations_v2_local_file:
stage: config-validation
image: registry.ddbuild.io/ci/libdatadog-build/packaging:100425777
tags: ["runner:apm-k8s-tweaked-metal"]
rules:
- when: on_success
extends: .validate_supported_configurations_v2_local_file
variables:
LOCAL_JSON_PATH: "supported-configurations.json"
BACKFILLED: true
update_central_configurations_version_range_v2:
stage: config-validation
image: registry.ddbuild.io/ci/libdatadog-build/packaging:100425777
tags: ["runner:apm-k8s-tweaked-metal"]
extends: .update_central_configurations_version_range_v2
variables:
LOCAL_REPO_NAME: "dd-trace-cpp"
LOCAL_JSON_PATH: "supported-configurations.json"
LANGUAGE_NAME: "cpp"
MULTIPLE_RELEASE_LINES: "false"