Skip to content

Commit a1ed794

Browse files
committed
fixup! add CI jobs
1 parent 6e75fd3 commit a1ed794

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.gitlab-ci.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
stages:
2+
- shared-pipeline
23
- benchmarks
34
- benchmarks-report
45

5-
include: ".gitlab/benchmarks.yml"
6+
validate_supported_configurations_local_file:
7+
extends: .validate_supported_configurations_local_file
8+
variables:
9+
LOCAL_JSON_PATH: "metadata/supported-configurations.json"
10+
11+
update_central_configurations_version_range:
12+
extends: .update_central_configurations_version_range
13+
variables:
14+
LOCAL_REPO_NAME: "dd-trace-cpp"
15+
LOCAL_JSON_PATH: "metadata/supported-configurations.json"
16+
LANGUAGE_NAME: "cpp"
17+
MULTIPLE_RELEASE_LINES: "false"
18+
19+
include:
20+
- local: ".gitlab/one-pipeline.locked.yml"
21+
- local: ".gitlab/benchmarks.yml"

.gitlab/one-pipeline.locked.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# This file should be auto-generated soon.
2+
include:
3+
- remote: https://gitlab-templates.ddbuild.io/libdatadog/one-pipeline/ca/fbfa24e9dd887ed24ce65e71f2e41562c809f40cfc26489705b32406de7e096f/one-pipeline.yml

0 commit comments

Comments
 (0)