File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 106106 ARCH: amd64
107107 HELPER_RUST_FLAG: ""
108108 GRADLE_USER_HOME: "$CI_PROJECT_DIR/.gradle-home"
109+ DD_EXPERIMENTAL_PROPAGATE_PROCESS_TAGS_ENABLED: "0"
109110 before_script:
110111<?php echo $ ecrLoginSnippet , "\n" ; ?>
111112<?php dockerhub_login () ?>
295296 KUBERNETES_MEMORY_REQUEST: 24Gi
296297 KUBERNETES_MEMORY_LIMIT: 30Gi
297298 ARCH: amd64
299+ DD_EXPERIMENTAL_PROPAGATE_PROCESS_TAGS_ENABLED: "0"
298300 before_script:
299301<?php echo $ ecrLoginSnippet , "\n" ; ?>
300302<?php dockerhub_login () ?>
Original file line number Diff line number Diff line change 901901 script:
902902 - php datadog-setup.php --php-bin all --file $(ls packages/dd-library-php-*-x86_64-linux-gnu.tar.gz)
903903 - sed -i 's/datadog.trace.sources_path/\;datadog.trace.sources_path/' /etc/php/8.1/cli/conf.d/98-ddtrace.ini
904- - DD_TRACE_GIT_METADATA_ENABLED=0 pecl run-tests --showdiff --ini=" -d datadog.trace.cli_enabled=1" $(find tests/ext -type d)
904+ - DD_EXPERIMENTAL_PROPAGATE_PROCESS_TAGS_ENABLED=0 DD_TRACE_GIT_METADATA_ENABLED=0 pecl run-tests --showdiff --ini=" -d datadog.trace.cli_enabled=1" $(find tests/ext -type d)
905905
906906"framework test":
907907 stage: verify
You can’t perform that action at this time.
0 commit comments