Skip to content

Commit 314a089

Browse files
authored
Migrate V1 Config Inversion CI Jobs to V2 CI Jobs (#9946)
* adding v2 ci tasks * replace v1 config-inversion ci checks with v2 ci checks
1 parent b6d4e4f commit 314a089

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -982,13 +982,14 @@ create_key:
982982
paths:
983983
- pubkeys
984984

985-
validate_supported_configurations_local_file:
986-
extends: .validate_supported_configurations_local_file
985+
validate_supported_configurations_v2_local_file:
986+
extends: .validate_supported_configurations_v2_local_file
987987
variables:
988988
LOCAL_JSON_PATH: "metadata/supported-configurations.json"
989+
BACKFILLED: "false"
989990

990-
update_central_configurations_version_range:
991-
extends: .update_central_configurations_version_range
991+
update_central_configurations_version_range_v2:
992+
extends: .update_central_configurations_version_range_v2
992993
variables:
993994
LOCAL_REPO_NAME: "dd-trace-java"
994995
LOCAL_JSON_PATH: "metadata/supported-configurations.json"

0 commit comments

Comments
 (0)