Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/run-end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ jobs:
- name: Run TRACE_STATS_COMPUTATION scenario
if: steps.build.outcome == 'success' && !cancelled() && contains(inputs.scenarios, '"TRACE_STATS_COMPUTATION"')
run: ./run.sh TRACE_STATS_COMPUTATION
- name: Run TRACE_STATS_COMPUTATION_CLIENT_DROP_P0S_FALSE scenario
if: steps.build.outcome == 'success' && !cancelled() && contains(inputs.scenarios, '"TRACE_STATS_COMPUTATION_CLIENT_DROP_P0S_FALSE"')
run: ./run.sh TRACE_STATS_COMPUTATION_CLIENT_DROP_P0S_FALSE
- name: Run IAST_STANDALONE scenario
if: steps.build.outcome == 'success' && !cancelled() && contains(inputs.scenarios, '"IAST_STANDALONE"')
run: ./run.sh IAST_STANDALONE
Expand Down
1 change: 1 addition & 0 deletions tests/schemas/test_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def test_library(self):
in (
scenarios.appsec_blocking,
scenarios.trace_stats_computation,
scenarios.trace_stats_computation_client_drop_p0s_false,
scenarios.tracing_config_nondefault_3,
),
ticket="APMSP-2158",
Expand Down
Loading