Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ variables:
description: "Used by the package stage when triggered manually"
REPO_NOTIFICATION_CHANNEL: "#apm-dotnet-bots"
CI_IDENTITIES_CLIENT_URL: s3://binaries-ddbuild-io-prod/ci-identities/ci-identities-gitlab-job-client/versions/v0.2.0/ci-identities-gitlab-job-client-windows-amd64.exe
SUPPORTED_CONFIG_PATH: "tracer/src/Datadog.Trace/Configuration/supported-configurations.yaml"

build:
except:
Expand Down Expand Up @@ -254,5 +255,12 @@ validate_supported_configurations_v2_local_file:
- when: on_success
extends: .validate_supported_configurations_v2_local_file
variables:
LOCAL_CONFIG_PATH: "tracer/src/Datadog.Trace/Configuration/supported-configurations.yaml"
LOCAL_CONFIG_PATH: $SUPPORTED_CONFIG_PATH
BACKFILLED: true

update_central_configurations_version_range_v2:
extends: .update_central_configurations_version_range_v2
variables:
LOCAL_CONFIG_PATH: $SUPPORTED_CONFIG_PATH
LANGUAGE_NAME: "dotnet"
SEND_ALIASES: true
2 changes: 1 addition & 1 deletion .gitlab/one-pipeline.locked.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DO NOT EDIT THIS FILE MANUALLY
# This file is auto-generated by automation.
include:
- remote: https://gitlab-templates.ddbuild.io/libdatadog/one-pipeline/ca/5fd17e699ef3dfee5dfee6eb3de8ccd077472f257c49d8ae1bec0af6727d495b/one-pipeline.yml
- remote: https://gitlab-templates.ddbuild.io/libdatadog/one-pipeline/ca/9b407f3b149c0a0f93d0f07211ab0ebeeadc08dee67429d0756597313e8ea1ca/one-pipeline.yml

Loading