Skip to content

Add dependency on Maven Central deployment to OCI publish jobs #9204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sarahchen6
Copy link
Contributor

@sarahchen6 sarahchen6 commented Jul 19, 2025

What Does This Do

OCI publishing jobs (gated by the one-pipeline publishing-gate job) now depend on the deploy_to_maven_central job to succeed before continuing.

Motivation

Previously, all OCI-related jobs were triggered as soon as the build step was successful. This gave little buffer between when a release begins and when OCI images are published. The additional dependency added in this PR helps to avoid prematurely publishing OCI images. The images can still be created (create-arch-specific-lib-injection-image, create-multiarch-lib-injection-image), internally published (oci-internal-publish), and internally tested (oci-internal-test-publish) as soon as the build step succeeds. However, the publishing steps (dependent on publishing-gate) will only begin after the release artifacts are successfully deployed to Maven Central. In case something happens with the release and the Maven Central deployment fails, we don't want to release our OCI images and tags into customer prod envs either.

Additional Notes

This PR can only be merged after the publishing-gate job goes in (https://github.com/DataDog/libdatadog-build/pull/130) and the one-pipeline ref is updated (#9229).

Descriptions of one-pipeline jobs: https://github.com/DataDog/libdatadog-build/blob/main/README.md#job-descriptions

Also considered was to add another layer of security by making these publishing jobs manually triggered. However, that's not included in order to keep the release automated.

Example of release pipeline before this PR's changes: https://gitlab.ddbuild.io/DataDog/apm-reliability/dd-trace-java/-/pipelines/70610397. Select Group jobs by: Job dependencies and Show dependencies. Note the dependencies for the jobs below:
image

Example pipeline for this PR: https://gitlab.ddbuild.io/DataDog/apm-reliability/dd-trace-java/-/pipelines/71517090. Note that the publishing-gate job now depends on deploy_to_maven_central, and the jobs in the image above depend on publishing-gate.

Contributor Checklist

Jira ticket: [PROJ-IDENT]

@sarahchen6 sarahchen6 added type: enhancement Enhancements and improvements comp: tooling Build & Tooling labels Jul 19, 2025
@pr-commenter
Copy link

pr-commenter bot commented Jul 19, 2025

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master sarahchen6/change-release-job-dependencies
git_commit_date 1753303640 1753303682
git_commit_sha 05a10a5 5e179f7
release_version 1.51.1-SNAPSHOT~05a10a5f19 1.51.1-SNAPSHOT~5e179f7e0f
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1753305572 1753305572
ci_job_id 1044630005 1044630005
ci_pipeline_id 71517090 71517090
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-zfyrx7zua-project-304-concurrent-0-m0v6h28m 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-zfyrx7zua-project-304-concurrent-0-m0v6h28m 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
module Agent Agent
parent None None

Summary

Found 0 performance improvements and 0 performance regressions! Performance is the same for 48 metrics, 11 unstable metrics.

Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.51.1-SNAPSHOT~5e179f7e0f, baseline=1.51.1-SNAPSHOT~05a10a5f19

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.043 s) : 0, 1042800
Total [baseline] (8.579 s) : 0, 8578552
Agent [candidate] (1.046 s) : 0, 1045632
Total [candidate] (8.622 s) : 0, 8621907
section iast
Agent [baseline] (1.176 s) : 0, 1175766
Total [baseline] (9.321 s) : 0, 9320615
Agent [candidate] (1.181 s) : 0, 1180601
Total [candidate] (9.325 s) : 0, 9325406
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.043 s -
Agent iast 1.176 s 132.966 ms (12.8%)
Total tracing 8.579 s -
Total iast 9.321 s 742.063 ms (8.7%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.046 s -
Agent iast 1.181 s 134.969 ms (12.9%)
Total tracing 8.622 s -
Total iast 9.325 s 703.499 ms (8.2%)
gantt
    title insecure-bank - break down per module: candidate=1.51.1-SNAPSHOT~5e179f7e0f, baseline=1.51.1-SNAPSHOT~05a10a5f19

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.437 ms) : 0, 1437
crashtracking [candidate] (1.438 ms) : 0, 1438
BytebuddyAgent [baseline] (729.759 ms) : 0, 729759
BytebuddyAgent [candidate] (731.34 ms) : 0, 731340
GlobalTracer [baseline] (241.753 ms) : 0, 241753
GlobalTracer [candidate] (242.181 ms) : 0, 242181
AppSec [baseline] (30.229 ms) : 0, 30229
AppSec [candidate] (30.535 ms) : 0, 30535
Debugger [baseline] (6.012 ms) : 0, 6012
Debugger [candidate] (5.965 ms) : 0, 5965
Remote Config [baseline] (655.067 µs) : 0, 655
Remote Config [candidate] (659.235 µs) : 0, 659
Telemetry [baseline] (11.983 ms) : 0, 11983
Telemetry [candidate] (12.507 ms) : 0, 12507
section iast
crashtracking [baseline] (1.438 ms) : 0, 1438
crashtracking [candidate] (1.44 ms) : 0, 1440
BytebuddyAgent [baseline] (849.201 ms) : 0, 849201
BytebuddyAgent [candidate] (852.983 ms) : 0, 852983
GlobalTracer [baseline] (231.796 ms) : 0, 231796
GlobalTracer [candidate] (232.542 ms) : 0, 232542
AppSec [baseline] (27.224 ms) : 0, 27224
AppSec [candidate] (25.757 ms) : 0, 25757
Debugger [baseline] (6.656 ms) : 0, 6656
Debugger [candidate] (8.256 ms) : 0, 8256
Remote Config [baseline] (604.504 µs) : 0, 605
Remote Config [candidate] (585.078 µs) : 0, 585
Telemetry [baseline] (8.095 ms) : 0, 8095
Telemetry [candidate] (8.093 ms) : 0, 8093
IAST [baseline] (29.835 ms) : 0, 29835
IAST [candidate] (29.91 ms) : 0, 29910
Loading
Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.51.1-SNAPSHOT~5e179f7e0f, baseline=1.51.1-SNAPSHOT~05a10a5f19

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.043 s) : 0, 1043361
Total [baseline] (10.709 s) : 0, 10709422
Agent [candidate] (1.051 s) : 0, 1050928
Total [candidate] (10.74 s) : 0, 10740023
section appsec
Agent [baseline] (1.222 s) : 0, 1222374
Total [baseline] (10.836 s) : 0, 10836406
Agent [candidate] (1.226 s) : 0, 1226101
Total [candidate] (10.752 s) : 0, 10751954
section iast
Agent [baseline] (1.174 s) : 0, 1174054
Total [baseline] (10.917 s) : 0, 10917454
Agent [candidate] (1.175 s) : 0, 1174579
Total [candidate] (10.903 s) : 0, 10903427
section profiling
Agent [baseline] (1.195 s) : 0, 1195160
Total [baseline] (10.887 s) : 0, 10887123
Agent [candidate] (1.207 s) : 0, 1206757
Total [candidate] (10.935 s) : 0, 10935152
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.043 s -
Agent appsec 1.222 s 179.013 ms (17.2%)
Agent iast 1.174 s 130.693 ms (12.5%)
Agent profiling 1.195 s 151.799 ms (14.5%)
Total tracing 10.709 s -
Total appsec 10.836 s 126.984 ms (1.2%)
Total iast 10.917 s 208.032 ms (1.9%)
Total profiling 10.887 s 177.701 ms (1.7%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.051 s -
Agent appsec 1.226 s 175.173 ms (16.7%)
Agent iast 1.175 s 123.651 ms (11.8%)
Agent profiling 1.207 s 155.829 ms (14.8%)
Total tracing 10.74 s -
Total appsec 10.752 s 11.931 ms (0.1%)
Total iast 10.903 s 163.404 ms (1.5%)
Total profiling 10.935 s 195.13 ms (1.8%)
gantt
    title petclinic - break down per module: candidate=1.51.1-SNAPSHOT~5e179f7e0f, baseline=1.51.1-SNAPSHOT~05a10a5f19

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.464 ms) : 0, 1464
crashtracking [candidate] (1.447 ms) : 0, 1447
BytebuddyAgent [baseline] (730.643 ms) : 0, 730643
BytebuddyAgent [candidate] (735.064 ms) : 0, 735064
GlobalTracer [baseline] (242.027 ms) : 0, 242027
GlobalTracer [candidate] (243.206 ms) : 0, 243206
AppSec [baseline] (30.324 ms) : 0, 30324
AppSec [candidate] (30.711 ms) : 0, 30711
Debugger [baseline] (5.992 ms) : 0, 5992
Debugger [candidate] (6.02 ms) : 0, 6020
Remote Config [baseline] (653.697 µs) : 0, 654
Remote Config [candidate] (653.29 µs) : 0, 653
Telemetry [baseline] (11.233 ms) : 0, 11233
Telemetry [candidate] (12.702 ms) : 0, 12702
section appsec
crashtracking [baseline] (1.432 ms) : 0, 1432
crashtracking [candidate] (1.453 ms) : 0, 1453
BytebuddyAgent [baseline] (754.276 ms) : 0, 754276
BytebuddyAgent [candidate] (756.871 ms) : 0, 756871
GlobalTracer [baseline] (235.815 ms) : 0, 235815
GlobalTracer [candidate] (236.321 ms) : 0, 236321
AppSec [baseline] (169.84 ms) : 0, 169840
AppSec [candidate] (169.387 ms) : 0, 169387
Debugger [baseline] (7.244 ms) : 0, 7244
Debugger [candidate] (7.971 ms) : 0, 7971
Remote Config [baseline] (605.125 µs) : 0, 605
Remote Config [candidate] (607.26 µs) : 0, 607
Telemetry [baseline] (8.308 ms) : 0, 8308
Telemetry [candidate] (8.259 ms) : 0, 8259
IAST [baseline] (23.487 ms) : 0, 23487
IAST [candidate] (23.768 ms) : 0, 23768
section iast
crashtracking [baseline] (1.434 ms) : 0, 1434
crashtracking [candidate] (1.436 ms) : 0, 1436
BytebuddyAgent [baseline] (847.769 ms) : 0, 847769
BytebuddyAgent [candidate] (847.893 ms) : 0, 847893
GlobalTracer [baseline] (232.595 ms) : 0, 232595
GlobalTracer [candidate] (231.727 ms) : 0, 231727
AppSec [baseline] (27.281 ms) : 0, 27281
AppSec [candidate] (28.905 ms) : 0, 28905
Debugger [baseline] (6.522 ms) : 0, 6522
Debugger [candidate] (5.754 ms) : 0, 5754
Remote Config [baseline] (573.8 µs) : 0, 574
Remote Config [candidate] (583.8 µs) : 0, 584
Telemetry [baseline] (8.065 ms) : 0, 8065
Telemetry [candidate] (8.155 ms) : 0, 8155
IAST [baseline] (28.842 ms) : 0, 28842
IAST [candidate] (29.127 ms) : 0, 29127
section profiling
crashtracking [baseline] (1.42 ms) : 0, 1420
crashtracking [candidate] (1.424 ms) : 0, 1424
BytebuddyAgent [baseline] (761.786 ms) : 0, 761786
BytebuddyAgent [candidate] (771.032 ms) : 0, 771032
GlobalTracer [baseline] (221.393 ms) : 0, 221393
GlobalTracer [candidate] (222.673 ms) : 0, 222673
AppSec [baseline] (30.395 ms) : 0, 30395
AppSec [candidate] (30.87 ms) : 0, 30870
Debugger [baseline] (6.207 ms) : 0, 6207
Debugger [candidate] (6.344 ms) : 0, 6344
Remote Config [baseline] (673.145 µs) : 0, 673
Remote Config [candidate] (712.333 µs) : 0, 712
Telemetry [baseline] (15.244 ms) : 0, 15244
Telemetry [candidate] (16.138 ms) : 0, 16138
ProfilingAgent [baseline] (109.3 ms) : 0, 109300
ProfilingAgent [candidate] (108.288 ms) : 0, 108288
Profiling [baseline] (109.323 ms) : 0, 109323
Profiling [candidate] (108.312 ms) : 0, 108312
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master sarahchen6/change-release-job-dependencies
git_commit_date 1753303640 1753303682
git_commit_sha 05a10a5 5e179f7
release_version 1.51.1-SNAPSHOT~05a10a5f19 1.51.1-SNAPSHOT~5e179f7e0f
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1753305350 1753305350
ci_job_id 1044630007 1044630007
ci_pipeline_id 71517090 71517090
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-zfyrx7zua-project-304-concurrent-0-85lfzcbn 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-zfyrx7zua-project-304-concurrent-0-85lfzcbn 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

Summary

Found 2 performance improvements and 1 performance regressions! Performance is the same for 9 metrics, 12 unstable metrics.

scenario Δ mean http_req_duration Δ mean throughput candidate mean http_req_duration candidate mean throughput baseline mean http_req_duration baseline mean throughput
scenario:load:insecure-bank:iast_FULL:high_load worse
[+504.797µs; +1125.994µs] or [+3.612%; +8.058%]
unstable
[-51.368op/s; +15.368op/s] or [-15.413%; +4.611%]
14.790ms 315.281op/s 13.974ms 333.281op/s
scenario:load:petclinic:tracing:high_load better
[-1.819ms; -1.038ms] or [-4.114%; -2.346%]
unstable
[-4.314op/s; +11.264op/s] or [-4.077%; +10.646%]
42.792ms 109.275op/s 44.221ms 105.800op/s
scenario:load:petclinic:appsec:high_load better
[-2.114ms; -1.223ms] or [-4.392%; -2.541%]
unstable
[-4.068op/s; +10.993op/s] or [-4.183%; +11.305%]
46.464ms 100.700op/s 48.132ms 97.237op/s
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.51.1-SNAPSHOT~5e179f7e0f, baseline=1.51.1-SNAPSHOT~05a10a5f19
    dateFormat X
    axisFormat %s
section baseline
no_agent (38.159 ms) : 37848, 38470
.   : milestone, 38159,
appsec (48.132 ms) : 47706, 48559
.   : milestone, 48132,
code_origins (45.967 ms) : 45590, 46345
.   : milestone, 45967,
iast (45.49 ms) : 45092, 45888
.   : milestone, 45490,
profiling (46.944 ms) : 46509, 47379
.   : milestone, 46944,
tracing (44.221 ms) : 43855, 44587
.   : milestone, 44221,
section candidate
no_agent (38.398 ms) : 38076, 38720
.   : milestone, 38398,
appsec (46.464 ms) : 46063, 46865
.   : milestone, 46464,
code_origins (45.183 ms) : 44803, 45563
.   : milestone, 45183,
iast (44.651 ms) : 44266, 45036
.   : milestone, 44651,
profiling (46.058 ms) : 45607, 46508
.   : milestone, 46058,
tracing (42.792 ms) : 42432, 43153
.   : milestone, 42792,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 38.159 ms [37.848 ms, 38.47 ms] -
appsec 48.132 ms [47.706 ms, 48.559 ms] 9.973 ms (26.1%)
code_origins 45.967 ms [45.59 ms, 46.345 ms] 7.808 ms (20.5%)
iast 45.49 ms [45.092 ms, 45.888 ms] 7.331 ms (19.2%)
profiling 46.944 ms [46.509 ms, 47.379 ms] 8.785 ms (23.0%)
tracing 44.221 ms [43.855 ms, 44.587 ms] 6.062 ms (15.9%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 38.398 ms [38.076 ms, 38.72 ms] -
appsec 46.464 ms [46.063 ms, 46.865 ms] 8.066 ms (21.0%)
code_origins 45.183 ms [44.803 ms, 45.563 ms] 6.785 ms (17.7%)
iast 44.651 ms [44.266 ms, 45.036 ms] 6.253 ms (16.3%)
profiling 46.058 ms [45.607 ms, 46.508 ms] 7.66 ms (19.9%)
tracing 42.792 ms [42.432 ms, 43.153 ms] 4.395 ms (11.4%)
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.51.1-SNAPSHOT~5e179f7e0f, baseline=1.51.1-SNAPSHOT~05a10a5f19
    dateFormat X
    axisFormat %s
section baseline
no_agent (4.355 ms) : 4306, 4403
.   : milestone, 4355,
iast (9.463 ms) : 9308, 9618
.   : milestone, 9463,
iast_FULL (13.974 ms) : 13698, 14250
.   : milestone, 13974,
iast_GLOBAL (10.692 ms) : 10501, 10882
.   : milestone, 10692,
profiling (8.67 ms) : 8539, 8800
.   : milestone, 8670,
tracing (7.751 ms) : 7642, 7860
.   : milestone, 7751,
section candidate
no_agent (4.239 ms) : 4190, 4288
.   : milestone, 4239,
iast (9.606 ms) : 9447, 9765
.   : milestone, 9606,
iast_FULL (14.79 ms) : 14489, 15091
.   : milestone, 14790,
iast_GLOBAL (10.518 ms) : 10331, 10704
.   : milestone, 10518,
profiling (8.548 ms) : 8411, 8685
.   : milestone, 8548,
tracing (7.586 ms) : 7475, 7697
.   : milestone, 7586,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 4.355 ms [4.306 ms, 4.403 ms] -
iast 9.463 ms [9.308 ms, 9.618 ms] 5.109 ms (117.3%)
iast_FULL 13.974 ms [13.698 ms, 14.25 ms] 9.619 ms (220.9%)
iast_GLOBAL 10.692 ms [10.501 ms, 10.882 ms] 6.337 ms (145.5%)
profiling 8.67 ms [8.539 ms, 8.8 ms] 4.315 ms (99.1%)
tracing 7.751 ms [7.642 ms, 7.86 ms] 3.396 ms (78.0%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 4.239 ms [4.19 ms, 4.288 ms] -
iast 9.606 ms [9.447 ms, 9.765 ms] 5.367 ms (126.6%)
iast_FULL 14.79 ms [14.489 ms, 15.091 ms] 10.55 ms (248.9%)
iast_GLOBAL 10.518 ms [10.331 ms, 10.704 ms] 6.279 ms (148.1%)
profiling 8.548 ms [8.411 ms, 8.685 ms] 4.309 ms (101.6%)
tracing 7.586 ms [7.475 ms, 7.697 ms] 3.346 ms (78.9%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master sarahchen6/change-release-job-dependencies
git_commit_date 1753303640 1753303682
git_commit_sha 05a10a5 5e179f7
release_version 1.51.1-SNAPSHOT~05a10a5f19 1.51.1-SNAPSHOT~5e179f7e0f
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1753305806 1753305806
ci_job_id 1044630010 1044630010
ci_pipeline_id 71517090 71517090
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-zfyrx7zua-project-304-concurrent-0-qs0vg2mx 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-zfyrx7zua-project-304-concurrent-0-qs0vg2mx 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

Summary

Found 0 performance improvements and 0 performance regressions! Performance is the same for 11 metrics, 1 unstable metrics.

Execution time for biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.51.1-SNAPSHOT~5e179f7e0f, baseline=1.51.1-SNAPSHOT~05a10a5f19
    dateFormat X
    axisFormat %s
section baseline
no_agent (15.05 s) : 15050000, 15050000
.   : milestone, 15050000,
appsec (15.078 s) : 15078000, 15078000
.   : milestone, 15078000,
iast (18.235 s) : 18235000, 18235000
.   : milestone, 18235000,
iast_GLOBAL (17.954 s) : 17954000, 17954000
.   : milestone, 17954000,
profiling (15.353 s) : 15353000, 15353000
.   : milestone, 15353000,
tracing (14.834 s) : 14834000, 14834000
.   : milestone, 14834000,
section candidate
no_agent (15.622 s) : 15622000, 15622000
.   : milestone, 15622000,
appsec (14.881 s) : 14881000, 14881000
.   : milestone, 14881000,
iast (18.812 s) : 18812000, 18812000
.   : milestone, 18812000,
iast_GLOBAL (18.129 s) : 18129000, 18129000
.   : milestone, 18129000,
profiling (15.365 s) : 15365000, 15365000
.   : milestone, 15365000,
tracing (14.844 s) : 14844000, 14844000
.   : milestone, 14844000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.05 s [15.05 s, 15.05 s] -
appsec 15.078 s [15.078 s, 15.078 s] 28.0 ms (0.2%)
iast 18.235 s [18.235 s, 18.235 s] 3.185 s (21.2%)
iast_GLOBAL 17.954 s [17.954 s, 17.954 s] 2.904 s (19.3%)
profiling 15.353 s [15.353 s, 15.353 s] 303.0 ms (2.0%)
tracing 14.834 s [14.834 s, 14.834 s] -216.0 ms (-1.4%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.622 s [15.622 s, 15.622 s] -
appsec 14.881 s [14.881 s, 14.881 s] -741.0 ms (-4.7%)
iast 18.812 s [18.812 s, 18.812 s] 3.19 s (20.4%)
iast_GLOBAL 18.129 s [18.129 s, 18.129 s] 2.507 s (16.0%)
profiling 15.365 s [15.365 s, 15.365 s] -257.0 ms (-1.6%)
tracing 14.844 s [14.844 s, 14.844 s] -778.0 ms (-5.0%)
Execution time for tomcat
gantt
    title tomcat - execution time [CI 0.99] : candidate=1.51.1-SNAPSHOT~5e179f7e0f, baseline=1.51.1-SNAPSHOT~05a10a5f19
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.469 ms) : 1458, 1481
.   : milestone, 1469,
appsec (3.642 ms) : 3428, 3856
.   : milestone, 3642,
iast (2.196 ms) : 2133, 2258
.   : milestone, 2196,
iast_GLOBAL (2.232 ms) : 2169, 2294
.   : milestone, 2232,
profiling (2.025 ms) : 1975, 2076
.   : milestone, 2025,
tracing (2.009 ms) : 1961, 2057
.   : milestone, 2009,
section candidate
no_agent (1.474 ms) : 1463, 1486
.   : milestone, 1474,
appsec (3.615 ms) : 3400, 3830
.   : milestone, 3615,
iast (2.197 ms) : 2134, 2260
.   : milestone, 2197,
iast_GLOBAL (2.239 ms) : 2175, 2302
.   : milestone, 2239,
profiling (2.052 ms) : 2001, 2104
.   : milestone, 2052,
tracing (2.007 ms) : 1958, 2055
.   : milestone, 2007,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.469 ms [1.458 ms, 1.481 ms] -
appsec 3.642 ms [3.428 ms, 3.856 ms] 2.172 ms (147.8%)
iast 2.196 ms [2.133 ms, 2.258 ms] 726.328 µs (49.4%)
iast_GLOBAL 2.232 ms [2.169 ms, 2.294 ms] 762.156 µs (51.9%)
profiling 2.025 ms [1.975 ms, 2.076 ms] 555.901 µs (37.8%)
tracing 2.009 ms [1.961 ms, 2.057 ms] 539.475 µs (36.7%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.474 ms [1.463 ms, 1.486 ms] -
appsec 3.615 ms [3.4 ms, 3.83 ms] 2.141 ms (145.2%)
iast 2.197 ms [2.134 ms, 2.26 ms] 723.069 µs (49.1%)
iast_GLOBAL 2.239 ms [2.175 ms, 2.302 ms] 764.476 µs (51.9%)
profiling 2.052 ms [2.001 ms, 2.104 ms] 578.156 µs (39.2%)
tracing 2.007 ms [1.958 ms, 2.055 ms] 532.494 µs (36.1%)

@sarahchen6 sarahchen6 marked this pull request as ready for review July 21, 2025 15:19
@sarahchen6 sarahchen6 requested a review from a team as a code owner July 21, 2025 15:19
@sarahchen6 sarahchen6 requested review from bqbits, randomanderson and erikayasuda and removed request for a team July 21, 2025 15:19
@sarahchen6 sarahchen6 marked this pull request as draft July 21, 2025 17:52
@bqbits bqbits removed their request for review July 21, 2025 19:26
@sarahchen6 sarahchen6 force-pushed the sarahchen6/change-release-job-dependencies branch 5 times, most recently from 5fe307c to a7ccd00 Compare July 23, 2025 20:35
@sarahchen6 sarahchen6 force-pushed the sarahchen6/change-release-job-dependencies branch from a7ccd00 to 5e179f7 Compare July 23, 2025 20:48
@sarahchen6 sarahchen6 marked this pull request as ready for review July 23, 2025 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: tooling Build & Tooling type: enhancement Enhancements and improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant