File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ instrumentation_modules: &instrumentation_modules "dd-java-agent/instrumentation
3636debugger_modules: &debugger_modules "dd-java-agent/agent-debugger|dd-java-agent/agent-bootstrap|dd-java-agent/agent-builder|internal-api|communication|dd-trace-core"
3737profiling_modules: &profiling_modules "dd-java-agent/agent-profiling"
3838
39- default_system_tests_commit: &default_system_tests_commit 06cbfad5f9facbc6e258d9c8208c466cd46efeea
39+ default_system_tests_commit: &default_system_tests_commit 20b61e9be1e8c922804f8e5ddc80ba4a1f4cdd5b
4040
4141parameters:
4242 nightly:
@@ -930,7 +930,7 @@ jobs:
930930 parametric-tests:
931931 machine:
932932 image: ubuntu-2404:current
933- resource_class: large
933+ resource_class: xlarge
934934 steps:
935935 - setup_system_tests
936936
@@ -947,6 +947,7 @@ jobs:
947947 name: Build runner
948948 command: |
949949 cd system-tests
950+ export TEST_LIBRARY=java
950951 ./build.sh -i runner
951952
952953 - run:
@@ -955,12 +956,12 @@ jobs:
955956 set -e
956957 cd system-tests
957958 export TEST_LIBRARY=java
958- export PYTEST_WORKER_COUNT=8
959+ export PYTEST_XDIST_AUTO_NUM_WORKERS=6
959960 set +e
960961 RUN_ATTEMPTS=1
961962 while [ $RUN_ATTEMPTS -le 3 ]; do
962963 echo "Running parametric test attempt $RUN_ATTEMPTS"
963- timeout 780s ./run.sh PARAMETRIC --log-cli-level=DEBUG --durations=30 -vv
964+ timeout 12m ./run.sh PARAMETRIC --log-cli-level=DEBUG --durations=30 -vv
964965 status=$?
965966 #timneout returns 124 if it times out
966967 #if the return code is not 124, then we exit with the status
You can’t perform that action at this time.
0 commit comments