[ci-visibility] Remove usage of application key for intelligent test runner#3660
Conversation
Overall package sizeSelf size: 5.22 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report
@@ Coverage Diff @@
## master #3660 +/- ##
==========================================
+ Coverage 84.77% 84.80% +0.02%
==========================================
Files 219 219
Lines 8961 8949 -12
Branches 33 33
==========================================
- Hits 7597 7589 -8
+ Misses 1364 1360 -4
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
BenchmarksBenchmark execution time: 2023-09-27 12:44:33 Comparing candidate commit 06194f4 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 384 metrics, 8 unstable metrics. |
4482dd3 to
06194f4
Compare
| delete process.env.DD_APP_KEY | ||
| delete process.env.DD_API_KEY |
There was a problem hiding this comment.
I guess this was an oversight before that API key wasn't deleted?
There was a problem hiding this comment.
well I was testing the failure of the ITR settings request, which failed as long as any app or api key were missing. Removing app key then was enough
What does this PR do?
Remove application key usage from ci visibility.
Motivation
Application key is no longer needed for ITR related requests.