Skip to content

Commit 2639cf0

Browse files
committed
add supported configurations file and ci step
add supported configurations file and ci step
1 parent fc2be35 commit 2639cf0

File tree

3 files changed

+1595
-1
lines changed

3 files changed

+1595
-1
lines changed

.gitlab-ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,3 +232,12 @@ dsm_throughput:
232232
- if: '$CI_PIPELINE_SOURCE == "schedule" && $BENCHMARK_RUN == "true"'
233233
when: always
234234
- when: manual
235+
236+
237+
validate_supported_configurations_local_file:
238+
stage: build
239+
rules:
240+
- when: on_success
241+
extends: .validate_supported_configurations_local_file
242+
variables:
243+
LOCAL_JSON_PATH: "tracer/src/Datadog.Trace/Configuration/supported-configurations.json"

.gitlab/one-pipeline.locked.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# DO NOT EDIT THIS FILE MANUALLY
22
# This file is auto-generated by automation.
33
include:
4-
- remote: https://gitlab-templates.ddbuild.io/libdatadog/one-pipeline/ca/5ad4e568659a0e385e3cd429b7845ad8e2171cfe0e27ee5b9eeb4cd4b67825f5/one-pipeline.yml
4+
- remote: https://gitlab-templates.ddbuild.io/libdatadog/one-pipeline/ca/b8fc1b7f45e49ddd65623f217f03c38def169aff6f2518380e5b415514e4cb81/one-pipeline.yml

0 commit comments

Comments
 (0)