-
Couldn't load subscription status.
- Fork 314
Revert "Run CI only for changed modules in pull requests #6610" #6699
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mcculls
approved these changes
Feb 19, 2024
manuel-alvarez-alvarez
approved these changes
Feb 19, 2024
BenchmarksStartupParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 43 metrics, 11 unstable metrics. LoadParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 11 metrics, 15 unstable metrics. Request duration reports for insecure-bankgantt
title insecure-bank - request duration [CI 0.99] : candidate=1.31.0-SNAPSHOT~ca57d56c1a, baseline=1.31.0-SNAPSHOT~4ff37362e6
dateFormat X
axisFormat %s
section baseline
no_agent (365.349 µs) : 344, 387
. : milestone, 365,
iast (469.619 µs) : 449, 490
. : milestone, 470,
iast_FULL (534.818 µs) : 514, 555
. : milestone, 535,
iast_GLOBAL (488.927 µs) : 469, 509
. : milestone, 489,
iast_HARDCODED_SECRET_DISABLED (475.004 µs) : 454, 496
. : milestone, 475,
iast_INACTIVE (445.745 µs) : 425, 466
. : milestone, 446,
iast_TELEMETRY_OFF (467.134 µs) : 446, 488
. : milestone, 467,
tracing (439.333 µs) : 419, 460
. : milestone, 439,
section candidate
no_agent (364.495 µs) : 343, 386
. : milestone, 364,
iast (475.145 µs) : 454, 496
. : milestone, 475,
iast_FULL (532.838 µs) : 512, 553
. : milestone, 533,
iast_GLOBAL (493.807 µs) : 473, 515
. : milestone, 494,
iast_HARDCODED_SECRET_DISABLED (469.285 µs) : 448, 490
. : milestone, 469,
iast_INACTIVE (446.986 µs) : 426, 468
. : milestone, 447,
iast_TELEMETRY_OFF (471.153 µs) : 450, 492
. : milestone, 471,
tracing (433.143 µs) : 413, 453
. : milestone, 433,
Request duration reports for petclinicgantt
title petclinic - request duration [CI 0.99] : candidate=1.31.0-SNAPSHOT~ca57d56c1a, baseline=1.31.0-SNAPSHOT~4ff37362e6
dateFormat X
axisFormat %s
section baseline
no_agent (1.349 ms) : 1331, 1368
. : milestone, 1349,
appsec (1.747 ms) : 1723, 1770
. : milestone, 1747,
iast (1.542 ms) : 1519, 1564
. : milestone, 1542,
profiling (1.503 ms) : 1480, 1526
. : milestone, 1503,
tracing (1.5 ms) : 1477, 1523
. : milestone, 1500,
section candidate
no_agent (1.342 ms) : 1323, 1361
. : milestone, 1342,
appsec (1.748 ms) : 1725, 1772
. : milestone, 1748,
iast (1.535 ms) : 1512, 1559
. : milestone, 1535,
profiling (1.541 ms) : 1515, 1566
. : milestone, 1541,
tracing (1.48 ms) : 1457, 1504
. : milestone, 1480,
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What Does This Do
Motivation
It seems https://github.com/dropbox/AffectedModuleDetector cannot see dependencies through custom configurations (or
testFixtures), like this:This led to missing relevant tests at #6675
Additional Notes