Skip to content

Graceful error handling in .gitlab/find-gh-base-ref.sh - #9074

Merged
smola merged 4 commits into
masterfrom
smola/fix-git-pr-skip-ci
Jul 1, 2025
Merged

Graceful error handling in .gitlab/find-gh-base-ref.sh#9074
smola merged 4 commits into
masterfrom
smola/fix-git-pr-skip-ci

Conversation

@smola

@smolasmola commented Jul 1, 2025

Copy link
Copy Markdown
Member

What Does This Do

  • If aws ssm fails, print an error.
  • If .gitlab/find-gh-base-ref.sh does not determine any base branch, do not set -PgitBaseRef= at all.
  • Cache the result.

Motivation

  • Some pipelines fail with an empty git base ref, most likely because of an incorrectly handled rate limit.

Additional Notes

Doing this for quick CI recovery, but ideally:

  • Could use gh CLI with gh pr view -R DataDog/dd-trace-java $CI_COMMIT_REF_NAME --json baseRefName --jq .baseRefName as suggested by @PerfectSlayer.

Contributor Checklist

Jira ticket: [PROJ-IDENT]

@smola
smola requested a review from a team as a code ownerJuly 1, 2025 07:51
@smola
smola requested review from erikayasuda and removed request for a teamJuly 1, 2025 07:51
@smolasmola added tag: no release notes Changes to exclude from release notes comp: tooling Build & Tooling labels Jul 1, 2025
@smolasmola changed the title More graceful error handling in .gitlab/find-gh-base-ref.shGraceful error handling in .gitlab/find-gh-base-ref.shJul 1, 2025

@PerfectSlayerPerfectSlayer left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason to use set +e / set -e rather than doing <cmd> || exit <error-code>?

@smola

smola commented Jul 1, 2025

Copy link
Copy Markdown
MemberAuthor

@PerfectSlayer That's to get a chance to log some error message before exiting.

@smola
smola requested a review from PerfectSlayerJuly 1, 2025 08:07
@pr-commenter

pr-commenterBot commented Jul 1, 2025

Copy link
Copy Markdown

Benchmarks

Startup

Parameters

BaselineCandidate
baseline_or_candidatebaselinecandidate
git_branchmastersmola/fix-git-pr-skip-ci
git_commit_date17513412751751361949
git_commit_sha848b0759e1a9a1
release_version1.51.0-SNAPSHOT~848b0754aa1.51.0-SNAPSHOT~9e1a9a1fd9
See matching parameters
BaselineCandidate
applicationinsecure-bankinsecure-bank
ci_job_date17513638021751363802
ci_job_id10069800711006980071
ci_pipeline_id6926985569269855
cpu_modelIntel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHzIntel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_versionLinux runner-rygnpxz9-project-304-concurrent-0-wdux3goj 6.8.0-1029-aws #31~22.04.1-Ubuntu SMP Thu Apr 24 21:16:18 UTC 2025 x86_64 x86_64 x86_64 GNU/LinuxLinux runner-rygnpxz9-project-304-concurrent-0-wdux3goj 6.8.0-1029-aws #31~22.04.1-Ubuntu SMP Thu Apr 24 21:16:18 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
moduleAgentAgent
parentNoneNone

Summary

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

Startup time reports for petclinic
gantt
title petclinic - global startup overhead: candidate=1.51.0-SNAPSHOT~9e1a9a1fd9, baseline=1.51.0-SNAPSHOT~848b0754aa
dateFormat X
axisFormat %s
section tracing
Agent [baseline] (997.474 ms) : 0, 997474
Total [baseline] (10.692 s) : 0, 10691730
Agent [candidate] (998.377 ms) : 0, 998377
Total [candidate] (10.582 s) : 0, 10581558
section appsec
Agent [baseline] (1.176 s) : 0, 1176156
Total [baseline] (10.741 s) : 0, 10741122
Agent [candidate] (1.178 s) : 0, 1177952
Total [candidate] (10.811 s) : 0, 10811442
section iast
Agent [baseline] (1.133 s) : 0, 1133407
Total [baseline] (10.824 s) : 0, 10824438
Agent [candidate] (1.135 s) : 0, 1135120
Total [candidate] (10.845 s) : 0, 10844630
section profiling
Agent [baseline] (1.256 s) : 0, 1256404
Total [baseline] (11.073 s) : 0, 11073398
Agent [candidate] (1.248 s) : 0, 1247647
Total [candidate] (10.942 s) : 0, 10941723
Loading
  • baseline results
ModuleVariantDurationΔ tracing
Agenttracing997.474 ms-
Agentappsec1.176 s178.682 ms (17.9%)
Agentiast1.133 s135.933 ms (13.6%)
Agentprofiling1.256 s258.93 ms (26.0%)
Totaltracing10.692 s-
Totalappsec10.741 s49.392 ms (0.5%)
Totaliast10.824 s132.708 ms (1.2%)
Totalprofiling11.073 s381.668 ms (3.6%)
  • candidate results
ModuleVariantDurationΔ tracing
Agenttracing998.377 ms-
Agentappsec1.178 s179.576 ms (18.0%)
Agentiast1.135 s136.743 ms (13.7%)
Agentprofiling1.248 s249.27 ms (25.0%)
Totaltracing10.582 s-
Totalappsec10.811 s229.884 ms (2.2%)
Totaliast10.845 s263.071 ms (2.5%)
Totalprofiling10.942 s360.165 ms (3.4%)
gantt
title petclinic - break down per module: candidate=1.51.0-SNAPSHOT~9e1a9a1fd9, baseline=1.51.0-SNAPSHOT~848b0754aa
dateFormat X
axisFormat %s
section tracing
BytebuddyAgent [baseline] (688.784 ms) : 0, 688784
BytebuddyAgent [candidate] (689.199 ms) : 0, 689199
GlobalTracer [baseline] (242.703 ms) : 0, 242703
GlobalTracer [candidate] (242.977 ms) : 0, 242977
AppSec [baseline] (30.279 ms) : 0, 30279
AppSec [candidate] (30.423 ms) : 0, 30423
Debugger [baseline] (6.082 ms) : 0, 6082
Debugger [candidate] (6.038 ms) : 0, 6038
Remote Config [baseline] (678.429 µs) : 0, 678
Remote Config [candidate] (680.884 µs) : 0, 681
Telemetry [baseline] (8.182 ms) : 0, 8182
Telemetry [candidate] (8.185 ms) : 0, 8185
section appsec
BytebuddyAgent [baseline] (711.856 ms) : 0, 711856
BytebuddyAgent [candidate] (712.599 ms) : 0, 712599
GlobalTracer [baseline] (236.034 ms) : 0, 236034
GlobalTracer [candidate] (236.312 ms) : 0, 236312
AppSec [baseline] (171.012 ms) : 0, 171012
AppSec [candidate] (171.542 ms) : 0, 171542
Debugger [baseline] (5.811 ms) : 0, 5811
Debugger [candidate] (5.815 ms) : 0, 5815
Remote Config [baseline] (608.126 µs) : 0, 608
Remote Config [candidate] (606.419 µs) : 0, 606
Telemetry [baseline] (8.124 ms) : 0, 8124
Telemetry [candidate] (8.128 ms) : 0, 8128
IAST [baseline] (21.905 ms) : 0, 21905
IAST [candidate] (22.104 ms) : 0, 22104
section iast
BytebuddyAgent [baseline] (809.277 ms) : 0, 809277
BytebuddyAgent [candidate] (810.581 ms) : 0, 810581
GlobalTracer [baseline] (233.674 ms) : 0, 233674
GlobalTracer [candidate] (233.675 ms) : 0, 233675
AppSec [baseline] (26.789 ms) : 0, 26789
AppSec [candidate] (26.022 ms) : 0, 26022
Debugger [baseline] (5.791 ms) : 0, 5791
Debugger [candidate] (5.836 ms) : 0, 5836
Remote Config [baseline] (568.706 µs) : 0, 569
Remote Config [candidate] (725.541 µs) : 0, 726
Telemetry [baseline] (7.88 ms) : 0, 7880
Telemetry [candidate] (7.987 ms) : 0, 7987
IAST [baseline] (28.625 ms) : 0, 28625
IAST [candidate] (29.467 ms) : 0, 29467
section profiling
ProfilingAgent [baseline] (104.976 ms) : 0, 104976
ProfilingAgent [candidate] (103.395 ms) : 0, 103395
BytebuddyAgent [baseline] (684.881 ms) : 0, 684881
BytebuddyAgent [candidate] (680.681 ms) : 0, 680681
GlobalTracer [baseline] (364.277 ms) : 0, 364277
GlobalTracer [candidate] (361.826 ms) : 0, 361826
AppSec [baseline] (31.797 ms) : 0, 31797
AppSec [candidate] (30.908 ms) : 0, 30908
Debugger [baseline] (12.867 ms) : 0, 12867
Debugger [candidate] (13.453 ms) : 0, 13453
Remote Config [baseline] (664.687 µs) : 0, 665
Remote Config [candidate] (659.187 µs) : 0, 659
Telemetry [baseline] (8.063 ms) : 0, 8063
Telemetry [candidate] (8.018 ms) : 0, 8018
Profiling [baseline] (105.0 ms) : 0, 105000
Profiling [candidate] (103.421 ms) : 0, 103421
Loading
Startup time reports for insecure-bank
gantt
title insecure-bank - global startup overhead: candidate=1.51.0-SNAPSHOT~9e1a9a1fd9, baseline=1.51.0-SNAPSHOT~848b0754aa
dateFormat X
axisFormat %s
section tracing
Agent [baseline] (997.339 ms) : 0, 997339
Total [baseline] (8.617 s) : 0, 8616557
Agent [candidate] (999.422 ms) : 0, 999422
Total [candidate] (8.612 s) : 0, 8611566
section iast
Agent [baseline] (1.137 s) : 0, 1137144
Total [baseline] (9.352 s) : 0, 9351734
Agent [candidate] (1.139 s) : 0, 1139357
Total [candidate] (9.328 s) : 0, 9327988
Loading
  • baseline results
ModuleVariantDurationΔ tracing
Agenttracing997.339 ms-
Agentiast1.137 s139.804 ms (14.0%)
Totaltracing8.617 s-
Totaliast9.352 s735.177 ms (8.5%)
  • candidate results
ModuleVariantDurationΔ tracing
Agenttracing999.422 ms-
Agentiast1.139 s139.935 ms (14.0%)
Totaltracing8.612 s-
Totaliast9.328 s716.422 ms (8.3%)
gantt
title insecure-bank - break down per module: candidate=1.51.0-SNAPSHOT~9e1a9a1fd9, baseline=1.51.0-SNAPSHOT~848b0754aa
dateFormat X
axisFormat %s
section tracing
BytebuddyAgent [baseline] (688.983 ms) : 0, 688983
BytebuddyAgent [candidate] (690.126 ms) : 0, 690126
GlobalTracer [baseline] (242.387 ms) : 0, 242387
GlobalTracer [candidate] (243.029 ms) : 0, 243029
AppSec [baseline] (30.269 ms) : 0, 30269
AppSec [candidate] (30.397 ms) : 0, 30397
Debugger [baseline] (6.031 ms) : 0, 6031
Debugger [candidate] (6.071 ms) : 0, 6071
Remote Config [baseline] (675.79 µs) : 0, 676
Remote Config [candidate] (683.561 µs) : 0, 684
Telemetry [baseline] (8.184 ms) : 0, 8184
Telemetry [candidate] (8.22 ms) : 0, 8220
section iast
BytebuddyAgent [baseline] (811.228 ms) : 0, 811228
BytebuddyAgent [candidate] (814.951 ms) : 0, 814951
GlobalTracer [baseline] (234.63 ms) : 0, 234630
GlobalTracer [candidate] (233.519 ms) : 0, 233519
AppSec [baseline] (28.019 ms) : 0, 28019
AppSec [candidate] (26.823 ms) : 0, 26823
Debugger [baseline] (5.886 ms) : 0, 5886
Debugger [candidate] (5.787 ms) : 0, 5787
Remote Config [baseline] (591.43 µs) : 0, 591
Remote Config [candidate] (575.961 µs) : 0, 576
Telemetry [baseline] (8.03 ms) : 0, 8030
Telemetry [candidate] (7.927 ms) : 0, 7927
IAST [baseline] (27.949 ms) : 0, 27949
IAST [candidate] (28.857 ms) : 0, 28857
Loading

Load

Parameters

BaselineCandidate
baseline_or_candidatebaselinecandidate
git_branchmastersmola/fix-git-pr-skip-ci
git_commit_date17513412751751361949
git_commit_sha848b0759e1a9a1
release_version1.51.0-SNAPSHOT~848b0754aa1.51.0-SNAPSHOT~9e1a9a1fd9
See matching parameters
BaselineCandidate
applicationinsecure-bankinsecure-bank
ci_job_date17513634891751363489
ci_job_id10069800721006980072
ci_pipeline_id6926985569269855
cpu_modelIntel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHzIntel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_versionLinux runner-tbfz6mpj-project-304-concurrent-0-rr8czqgx 6.8.0-1029-aws #31~22.04.1-Ubuntu SMP Thu Apr 24 21:16:18 UTC 2025 x86_64 x86_64 x86_64 GNU/LinuxLinux runner-tbfz6mpj-project-304-concurrent-0-rr8czqgx 6.8.0-1029-aws #31~22.04.1-Ubuntu SMP Thu Apr 24 21:16:18 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

Summary

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

scenarioΔ mean http_req_durationΔ mean throughputcandidate mean http_req_durationcandidate mean throughputbaseline mean http_req_durationbaseline mean throughput
scenario:load:insecure-bank:tracing:high_loadworse
[+296.218µs; +551.847µs] or [+3.776%; +7.035%]
unstable
[-99.224op/s; +39.411op/s] or [-16.802%; +6.674%]
8.269ms560.625op/s7.845ms590.531op/s
scenario:load:insecure-bank:profiling:high_loadworse
[+282.543µs; +565.750µs] or [+3.354%; +6.716%]
unstable
[-91.273op/s; +39.335op/s] or [-16.586%; +7.148%]
8.848ms524.344op/s8.424ms550.312op/s
Request duration reports for insecure-bank
gantt
title insecure-bank - request duration [CI 0.99] : candidate=1.51.0-SNAPSHOT~9e1a9a1fd9, baseline=1.51.0-SNAPSHOT~848b0754aa
dateFormat X
axisFormat %s
section baseline
no_agent (4.44 ms) : 4390, 4490
. : milestone, 4440,
iast (9.028 ms) : 8882, 9175
. : milestone, 9028,
iast_FULL (14.385 ms) : 14100, 14671
. : milestone, 14385,
iast_GLOBAL (10.416 ms) : 10232, 10600
. : milestone, 10416,
profiling (8.424 ms) : 8296, 8552
. : milestone, 8424,
tracing (7.845 ms) : 7726, 7963
. : milestone, 7845,
section candidate
no_agent (4.319 ms) : 4270, 4369
. : milestone, 4319,
iast (9.203 ms) : 9055, 9351
. : milestone, 9203,
iast_FULL (14.376 ms) : 14096, 14655
. : milestone, 14376,
iast_GLOBAL (10.177 ms) : 9999, 10356
. : milestone, 10177,
profiling (8.848 ms) : 8713, 8983
. : milestone, 8848,
tracing (8.269 ms) : 8149, 8388
. : milestone, 8269,
Loading
  • baseline results
VariantRequest duration [CI 0.99]Δ no_agent
no_agent4.44 ms [4.39 ms, 4.49 ms]-
iast9.028 ms [8.882 ms, 9.175 ms]4.589 ms (103.4%)
iast_FULL14.385 ms [14.1 ms, 14.671 ms]9.945 ms (224.0%)
iast_GLOBAL10.416 ms [10.232 ms, 10.6 ms]5.976 ms (134.6%)
profiling8.424 ms [8.296 ms, 8.552 ms]3.984 ms (89.7%)
tracing7.845 ms [7.726 ms, 7.963 ms]3.405 ms (76.7%)
  • candidate results
VariantRequest duration [CI 0.99]Δ no_agent
no_agent4.319 ms [4.27 ms, 4.369 ms]-
iast9.203 ms [9.055 ms, 9.351 ms]4.883 ms (113.1%)
iast_FULL14.376 ms [14.096 ms, 14.655 ms]10.056 ms (232.8%)
iast_GLOBAL10.177 ms [9.999 ms, 10.356 ms]5.858 ms (135.6%)
profiling8.848 ms [8.713 ms, 8.983 ms]4.529 ms (104.8%)
tracing8.269 ms [8.149 ms, 8.388 ms]3.949 ms (91.4%)
Request duration reports for petclinic
gantt
title petclinic - request duration [CI 0.99] : candidate=1.51.0-SNAPSHOT~9e1a9a1fd9, baseline=1.51.0-SNAPSHOT~848b0754aa
dateFormat X
axisFormat %s
section baseline
no_agent (36.686 ms) : 36380, 36991
. : milestone, 36686,
appsec (46.586 ms) : 46165, 47007
. : milestone, 46586,
code_origins (44.053 ms) : 43664, 44443
. : milestone, 44053,
iast (43.592 ms) : 43205, 43980
. : milestone, 43592,
profiling (47.668 ms) : 47236, 48099
. : milestone, 47668,
tracing (43.363 ms) : 42981, 43746
. : milestone, 43363,
section candidate
no_agent (36.786 ms) : 36487, 37084
. : milestone, 36786,
appsec (47.621 ms) : 47207, 48034
. : milestone, 47621,
code_origins (44.719 ms) : 44335, 45103
. : milestone, 44719,
iast (44.652 ms) : 44263, 45041
. : milestone, 44652,
profiling (48.629 ms) : 48143, 49115
. : milestone, 48629,
tracing (43.813 ms) : 43456, 44171
. : milestone, 43813,
Loading
  • baseline results
VariantRequest duration [CI 0.99]Δ no_agent
no_agent36.686 ms [36.38 ms, 36.991 ms]-
appsec46.586 ms [46.165 ms, 47.007 ms]9.9 ms (27.0%)
code_origins44.053 ms [43.664 ms, 44.443 ms]7.368 ms (20.1%)
iast43.592 ms [43.205 ms, 43.98 ms]6.906 ms (18.8%)
profiling47.668 ms [47.236 ms, 48.099 ms]10.982 ms (29.9%)
tracing43.363 ms [42.981 ms, 43.746 ms]6.678 ms (18.2%)
  • candidate results
VariantRequest duration [CI 0.99]Δ no_agent
no_agent36.786 ms [36.487 ms, 37.084 ms]-
appsec47.621 ms [47.207 ms, 48.034 ms]10.835 ms (29.5%)
code_origins44.719 ms [44.335 ms, 45.103 ms]7.933 ms (21.6%)
iast44.652 ms [44.263 ms, 45.041 ms]7.866 ms (21.4%)
profiling48.629 ms [48.143 ms, 49.115 ms]11.843 ms (32.2%)
tracing43.813 ms [43.456 ms, 44.171 ms]7.027 ms (19.1%)

Dacapo

Parameters

BaselineCandidate
baseline_or_candidatebaselinecandidate
git_branchmastersmola/fix-git-pr-skip-ci
git_commit_date17513412751751361949
git_commit_sha848b0759e1a9a1
release_version1.51.0-SNAPSHOT~848b0754aa1.51.0-SNAPSHOT~9e1a9a1fd9
See matching parameters
BaselineCandidate
applicationbiojavabiojava
ci_job_date17513639811751363981
ci_job_id10069800731006980073
ci_pipeline_id6926985569269855
cpu_modelIntel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHzIntel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_versionLinux runner-rygnpxz9-project-304-concurrent-1-ybqjbmmc 6.8.0-1029-aws #31~22.04.1-Ubuntu SMP Thu Apr 24 21:16:18 UTC 2025 x86_64 x86_64 x86_64 GNU/LinuxLinux runner-rygnpxz9-project-304-concurrent-1-ybqjbmmc 6.8.0-1029-aws #31~22.04.1-Ubuntu SMP Thu Apr 24 21:16:18 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

Summary

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

Execution time for tomcat
gantt
title tomcat - execution time [CI 0.99] : candidate=1.51.0-SNAPSHOT~9e1a9a1fd9, baseline=1.51.0-SNAPSHOT~848b0754aa
dateFormat X
axisFormat %s
section baseline
no_agent (1.473 ms) : 1462, 1485
. : milestone, 1473,
appsec (2.408 ms) : 2358, 2457
. : milestone, 2408,
iast (2.193 ms) : 2130, 2255
. : milestone, 2193,
iast_GLOBAL (2.237 ms) : 2174, 2299
. : milestone, 2237,
profiling (2.049 ms) : 1998, 2100
. : milestone, 2049,
tracing (2.007 ms) : 1959, 2055
. : milestone, 2007,
section candidate
no_agent (1.473 ms) : 1461, 1484
. : milestone, 1473,
appsec (2.405 ms) : 2355, 2454
. : milestone, 2405,
iast (2.193 ms) : 2132, 2255
. : milestone, 2193,
iast_GLOBAL (2.238 ms) : 2175, 2300
. : milestone, 2238,
profiling (2.02 ms) : 1971, 2069
. : milestone, 2020,
tracing (2.017 ms) : 1969, 2065
. : milestone, 2017,
Loading
  • baseline results
VariantExecution Time [CI 0.99]Δ no_agent
no_agent1.473 ms [1.462 ms, 1.485 ms]-
appsec2.408 ms [2.358 ms, 2.457 ms]934.19 µs (63.4%)
iast2.193 ms [2.13 ms, 2.255 ms]719.295 µs (48.8%)
iast_GLOBAL2.237 ms [2.174 ms, 2.299 ms]763.196 µs (51.8%)
profiling2.049 ms [1.998 ms, 2.1 ms]575.395 µs (39.1%)
tracing2.007 ms [1.959 ms, 2.055 ms]533.949 µs (36.2%)
  • candidate results
VariantExecution Time [CI 0.99]Δ no_agent
no_agent1.473 ms [1.461 ms, 1.484 ms]-
appsec2.405 ms [2.355 ms, 2.454 ms]931.921 µs (63.3%)
iast2.193 ms [2.132 ms, 2.255 ms]720.547 µs (48.9%)
iast_GLOBAL2.238 ms [2.175 ms, 2.3 ms]764.736 µs (51.9%)
profiling2.02 ms [1.971 ms, 2.069 ms]547.008 µs (37.1%)
tracing2.017 ms [1.969 ms, 2.065 ms]543.721 µs (36.9%)
Execution time for biojava
gantt
title biojava - execution time [CI 0.99] : candidate=1.51.0-SNAPSHOT~9e1a9a1fd9, baseline=1.51.0-SNAPSHOT~848b0754aa
dateFormat X
axisFormat %s
section baseline
no_agent (15.372 s) : 15372000, 15372000
. : milestone, 15372000,
appsec (14.824 s) : 14824000, 14824000
. : milestone, 14824000,
iast (18.478 s) : 18478000, 18478000
. : milestone, 18478000,
iast_GLOBAL (18.213 s) : 18213000, 18213000
. : milestone, 18213000,
profiling (15.212 s) : 15212000, 15212000
. : milestone, 15212000,
tracing (14.934 s) : 14934000, 14934000
. : milestone, 14934000,
section candidate
no_agent (15.498 s) : 15498000, 15498000
. : milestone, 15498000,
appsec (14.943 s) : 14943000, 14943000
. : milestone, 14943000,
iast (18.545 s) : 18545000, 18545000
. : milestone, 18545000,
iast_GLOBAL (18.173 s) : 18173000, 18173000
. : milestone, 18173000,
profiling (15.863 s) : 15863000, 15863000
. : milestone, 15863000,
tracing (14.833 s) : 14833000, 14833000
. : milestone, 14833000,
Loading
  • baseline results
VariantExecution Time [CI 0.99]Δ no_agent
no_agent15.372 s [15.372 s, 15.372 s]-
appsec14.824 s [14.824 s, 14.824 s]-548.0 ms (-3.6%)
iast18.478 s [18.478 s, 18.478 s]3.106 s (20.2%)
iast_GLOBAL18.213 s [18.213 s, 18.213 s]2.841 s (18.5%)
profiling15.212 s [15.212 s, 15.212 s]-160.0 ms (-1.0%)
tracing14.934 s [14.934 s, 14.934 s]-438.0 ms (-2.8%)
  • candidate results
VariantExecution Time [CI 0.99]Δ no_agent
no_agent15.498 s [15.498 s, 15.498 s]-
appsec14.943 s [14.943 s, 14.943 s]-555.0 ms (-3.6%)
iast18.545 s [18.545 s, 18.545 s]3.047 s (19.7%)
iast_GLOBAL18.173 s [18.173 s, 18.173 s]2.675 s (17.3%)
profiling15.863 s [15.863 s, 15.863 s]365.0 ms (2.4%)
tracing14.833 s [14.833 s, 14.833 s]-665.0 ms (-4.3%)

@bric3bric3 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some nitpicks

Comment thread.gitlab/find-gh-base-ref.sh
Comment thread.gitlab/find-gh-base-ref.sh Outdated
smolaand others added 2 commits July 1, 2025 11:25
Co-authored-by: Brice Dutheil <brice.dutheil@gmail.com>
Co-authored-by: Brice Dutheil <brice.dutheil@gmail.com>
@smola
smola merged commit e68b605 into masterJul 1, 2025
@smola
smola deleted the smola/fix-git-pr-skip-ci branch July 1, 2025 10:50
@github-actionsgithub-actionsBot added this to the 1.51.0 milestone Jul 1, 2025
smola added a commit that referenced this pull request Jul 2, 2025
Co-authored-by: Brice Dutheil <brice.dutheil@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp: toolingBuild & Toolingtag: no release notesChanges to exclude from release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@smola@bric3@PerfectSlayer