From 68992de83370e0926e19075275943004ad736987 Mon Sep 17 00:00:00 2001 From: Matthew Li Date: Wed, 8 Oct 2025 16:53:05 -0400 Subject: [PATCH] adding CI check for config inversion --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b3af2f1d00..1267bdb9fcd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -978,3 +978,16 @@ create_key: expire_in: 13 mos paths: - pubkeys + +validate_supported_configurations_local_file: + extends: .validate_supported_configurations_local_file + variables: + LOCAL_JSON_PATH: "metadata/supported-configurations.json" + +update_central_configurations_version_range: + extends: .update_central_configurations_version_range + variables: + LOCAL_REPO_NAME: "dd-trace-java" + LOCAL_JSON_PATH: "metadata/supported-configurations.json" + LANGUAGE_NAME: "java" + MULTIPLE_RELEASE_LINES: "false"