File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 11stages :
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"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments