Skip to content

Commit 58196c0

Browse files
committed
use old way to send env, and exclude two scenario
1 parent d435432 commit 58196c0

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/system-tests.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,14 @@ jobs:
3232
3333
- name: Build dd-trace-java
3434
run: |
35+
GRADLE_OPTS="-Xms2g -Xmx4g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC" \
3536
JAVA_HOME=$JAVA_HOME_8_X64 \
3637
JAVA_8_HOME=$JAVA_HOME_8_X64 \
3738
JAVA_11_HOME=$JAVA_HOME_11_X64 \
3839
JAVA_17_HOME=$JAVA_HOME_17_X64 \
3940
JAVA_21_HOME=$JAVA_HOME_21_X64 \
4041
./gradlew clean :dd-java-agent:shadowJar \
4142
--build-cache --parallel --stacktrace --no-daemon --max-workers=4
42-
env:
43-
# Give Gradle more memory (4 GB heap)
44-
GRADLE_OPTS: "-Xms2g -Xmx4g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC"
4543
4644
- name: Upload artifact
4745
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
@@ -62,5 +60,5 @@ jobs:
6260
binaries_artifact: binaries
6361
desired_execution_time: 900 # 15 minutes
6462
scenarios_groups: tracer-release
65-
excluded_scenarios: CROSSED_TRACING_LIBRARIES,INTEGRATIONS_AWS # require AWS credentials
63+
excluded_scenarios: CROSSED_TRACING_LIBRARIES,INTEGRATIONS_AWS,APM_TRACING_E2E_OTEL,PROFILING # require AWS and datadog credentials
6664
skip_empty_scenarios: true

0 commit comments

Comments
 (0)