Skip to content

Commit 1efda00

Browse files
Update system-tests to 20b61e9be1e8c922804f8e5ddc80ba4a1f4cdd5b (#7492)
Upgrade resource class Restore worker count Update timeout
1 parent f6c87de commit 1efda00

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.circleci/config.continue.yml.j2

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ instrumentation_modules: &instrumentation_modules "dd-java-agent/instrumentation
3636
debugger_modules: &debugger_modules "dd-java-agent/agent-debugger|dd-java-agent/agent-bootstrap|dd-java-agent/agent-builder|internal-api|communication|dd-trace-core"
3737
profiling_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

4141
parameters:
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

0 commit comments

Comments
 (0)