You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .gitlab-ci.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -387,7 +387,7 @@ muzzle-dep-report:
387
387
when: on_success
388
388
- if: $NON_DEFAULT_JVMS == "true"
389
389
when: on_success
390
-
- if: $CI_PIPELINE_SOURCE == "schedule"
390
+
- if: $CI_COMMIT_BRANCH == "master"
391
391
when: on_success
392
392
script:
393
393
- >
@@ -406,7 +406,7 @@ muzzle-dep-report:
406
406
- .circleci/collect_reports.sh
407
407
- if [ "$PROFILE_TESTS" == "true" ]; then .circleci/collect_profiles.sh; fi
408
408
- .circleci/collect_results.sh
409
-
- .circleci/upload_ciapp.sh tests $testJvm
409
+
- .circleci/upload_ciapp.sh $CACHE_TYPE $testJvm
410
410
- gitlab_section_end "collect-reports"
411
411
- URL_ENCODED_JOB_NAME=$(jq -rn --arg x "$CI_JOB_NAME" '$x|@uri')
412
412
- echo -e "${TEXT_BOLD}${TEXT_YELLOW}See test results in Datadog:${TEXT_CLEAR} https://app.datadoghq.com/ci/test/runs?query=test_level%3Atest%20%40test.service%3Add-trace-java%20%40ci.pipeline.id%3A${CI_PIPELINE_ID}%20%40ci.job.name%3A%22${URL_ENCODED_JOB_NAME}%22"
Copy file name to clipboardExpand all lines: dd-java-agent/agent-bootstrap/src/main/java/datadog/trace/bootstrap/instrumentation/decorator/BaseDecorator.java
0 commit comments