We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013053a commit c35523bCopy full SHA for c35523b
1 file changed
utils/_context/_scenarios/__init__.py
@@ -867,7 +867,7 @@ class _Scenarios:
867
"DD_INTERNAL_PROFILING_LONG_LIVED_THRESHOLD": "1500",
868
"DD_PROFILING_START_FORCE_FIRST": "true",
869
},
870
- scenario_groups=[scenario_groups.all],
+ scenario_groups=[scenario_groups.all, scenario_groups.onboarding],
871
github_workflow="aws_ssi",
872
)
873
@@ -881,7 +881,7 @@ class _Scenarios:
881
882
883
884
885
886
887
0 commit comments