chore(ci): exclude FEATURE_FLAGGING_AND_EXPERIMENTATION from CI on push#18163
chore(ci): exclude FEATURE_FLAGGING_AND_EXPERIMENTATION from CI on push#18163cbeauchesne wants to merge 1 commit into
Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fd4e5878a2
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
BenchmarksBenchmark execution time: 2026-05-19 13:50:59 Comparing candidate commit fd4e587 in PR branch Found 0 performance improvements and 10 performance regressions! Performance is the same for 604 metrics, 10 unstable metrics. scenario:httppropagationinject-ids_only
scenario:iast_aspects-re_expand_aspect
scenario:iastaspects-index_aspect
scenario:iastaspects-stringio_aspect
scenario:iastaspectsospath-ospathbasename_aspect
scenario:iastaspectssplit-rsplit_aspect
scenario:iastaspectssplit-split_noaspect
scenario:span-start
scenario:telemetryaddmetric-1-count-metric-1-times
scenario:tracer-small
|
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
brett.langdon@datadoghq.com cancelled this merge request build |
|
Closing in favor of #18160 which also does this and is in the MQ |
## Motivation #18163 was closed in favor of #18160, which also excludes the FEATURE_FLAGGING_AND_EXPERIMENTATION scenario from the tracer-release system-tests group. That exclusion is no longer the desired rollback path because it hides the FFE coverage we need while validating the Python startup issue. ## Changes Remove the `excluded_scenarios: FEATURE_FLAGGING_AND_EXPERIMENTATION` override from the #18160 system-tests workflow migration so the tracer-release group includes the FFE scenario again. ## Decisions This PR is stacked on #18160 instead of #18163 because #18163 was closed unmerged. It keeps the official system-tests workflow migration intact and only reverts the FFE scenario exclusion. Co-authored-by: oleksii.shmalko <oleksii.shmalko@datadoghq.com>
## Motivation #18163 was closed in favor of #18160, which also excludes the FEATURE_FLAGGING_AND_EXPERIMENTATION scenario from the tracer-release system-tests group. That exclusion is no longer the desired rollback path because it hides the FFE coverage we need while validating the Python startup issue. ## Changes Remove the `excluded_scenarios: FEATURE_FLAGGING_AND_EXPERIMENTATION` override from the #18160 system-tests workflow migration so the tracer-release group includes the FFE scenario again. ## Decisions This PR is stacked on #18160 instead of #18163 because #18163 was closed unmerged. It keeps the official system-tests workflow migration intact and only reverts the FFE scenario exclusion. Co-authored-by: oleksii.shmalko <oleksii.shmalko@datadoghq.com>
Description
Testing
Risks
Additional Notes