Skip to content
10 changes: 9 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include:
- local: ".gitlab/one-pipeline.locked.yml"
# - local: ".gitlab/one-pipeline.locked.yml"
- remote: https://gitlab-templates.ddbuild.io/libdatadog/include-wip/mhlidd/introduce_v2_validation_task/one-pipeline.yml
- local: ".gitlab/benchmarks.yml"
- local: ".gitlab/macrobenchmarks.yml"
- local: ".gitlab/exploration-tests.yml"
Expand Down Expand Up @@ -360,6 +361,7 @@ spotless:
- ./gradlew --version
- ./gradlew spotlessCheck $GRADLE_ARGS


test_published_artifacts:
extends: .gradle_build
image: ghcr.io/datadog/dd-trace-java-docker-build:${BUILDER_IMAGE_VERSION_PREFIX}7 # Needs Java7 for some tests
Expand Down Expand Up @@ -979,6 +981,12 @@ validate_supported_configurations_local_file:
variables:
LOCAL_JSON_PATH: "metadata/supported-configurations.json"

validate_supported_configurations_v2_local_file:
extends: .validate_supported_configurations_v2_local_file
variables:
LOCAL_JSON_PATH: "metadata/supported-configurations.json"
BACKFILLED: "true"

update_central_configurations_version_range:
extends: .update_central_configurations_version_range
variables:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/one-pipeline.locked.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT THIS FILE MANUALLY
# This file is auto-generated by automation.
include:
- remote: https://gitlab-templates.ddbuild.io/libdatadog/one-pipeline/ca/53cec1ca53804e5abff804aefdd5cffbcaa5cb546c7e6fcf4c35df6796e06bf1/one-pipeline.yml
- remote: https://gitlab-templates.ddbuild.io/libdatadog/one-pipeline/ca/c762b25a22618d89dfddbc4361923ed86909c425cebb8468a9d51aec478c83f2/one-pipeline.yml
Loading