Skip to content

Commit 40e050e

Browse files
committed
migrated and testing same v1 file - should pass
1 parent 46649f7 commit 40e050e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitlab-ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
include:
2-
- local: ".gitlab/one-pipeline.locked.yml"
2+
# - local: ".gitlab/one-pipeline.locked.yml"
3+
- https://gitlab-templates.ddbuild.io/libdatadog/include-wip/mhlidd/introduce_v2_validation_task/one-pipeline.yml
34
- local: ".gitlab/benchmarks.yml"
45
- local: ".gitlab/macrobenchmarks.yml"
56
- local: ".gitlab/exploration-tests.yml"
@@ -360,6 +361,11 @@ spotless:
360361
- ./gradlew --version
361362
- ./gradlew spotlessCheck $GRADLE_ARGS
362363

364+
check_config_inversion_local_file:
365+
extends: .check_config_inversion_local_file
366+
variables:
367+
LOCAL_JSON_PATH: "metadata/supported-configurations.json"
368+
363369
test_published_artifacts:
364370
extends: .gradle_build
365371
image: ghcr.io/datadog/dd-trace-java-docker-build:${BUILDER_IMAGE_VERSION_PREFIX}7 # Needs Java7 for some tests

0 commit comments

Comments
 (0)