Skip to content

Commit d6a0ab5

Browse files
committed
ci: gate compacted sanitizer rebuild safety
1 parent b5385b3 commit d6a0ab5

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/core-media-finalize-main.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ on:
3030
- 'scripts/provider_patches/hls_runtime_integrity_v1.py'
3131
- 'scripts/provider_patches/hls_master_audio_preserver_v1.py'
3232
- 'scripts/provider_patches/hls_master_audio_preserver_impl_v1.py'
33+
- 'scripts/provider_patches/stream_output_sanitizer_v5.py'
34+
- 'scripts/provider_patches/stream_output_sanitizer_v6.py'
3335
- 'scripts/provider_patches/global_stream_presentation_v1.py'
3436
- 'scripts/provider_patches/global_stream_facts_v1.py'
3537
- 'scripts/provider_patches/global_media_enrichment_v1.py'
@@ -45,6 +47,7 @@ on:
4547
- 'tests/global_stream_presentation_pipeline_test.py'
4648
- 'tests/provider_specific_adapters_test.py'
4749
- 'tests/provider_wrapper_isolation_test.py'
50+
- 'tests/stream_output_sanitizer_fail_closed_test.py'
4851
- 'tests/tv_provider_hardening_test.py'
4952
- 'tests/provider_security_hardening_test.py'
5053
- 'tests/provider_purification_contract_test.py'
@@ -108,8 +111,10 @@ jobs:
108111
scripts/normalize_core_fixed_point_contract.py \
109112
scripts/apply_provider_overrides.py \
110113
scripts/provider_engine_normalizer.py \
111-
scripts/reapply_published_overrides.py
114+
scripts/reapply_published_overrides.py \
115+
scripts/provider_patches/stream_output_sanitizer_v6.py
112116
python tests/provider_wrapper_isolation_test.py
117+
python tests/stream_output_sanitizer_fail_closed_test.py
113118
python tests/global_playback_integrity_policy_test.py
114119
python tests/provider_purification_contract_test.py
115120
python scripts/normalize_provider_rebuild_safety.py --check
@@ -157,6 +162,7 @@ jobs:
157162
python tests/global_stream_presentation_pipeline_test.py
158163
python tests/provider_specific_adapters_test.py
159164
python tests/provider_wrapper_isolation_test.py
165+
python tests/stream_output_sanitizer_fail_closed_test.py
160166
python tests/tv_provider_hardening_test.py
161167
python tests/provider_security_hardening_test.py
162168
python tests/provider_purification_contract_test.py
@@ -247,6 +253,7 @@ jobs:
247253
python tests/global_playback_integrity_policy_test.py
248254
python tests/runtime_capability_media_safety_v4_test.py
249255
python tests/provider_wrapper_isolation_test.py
256+
python tests/stream_output_sanitizer_fail_closed_test.py
250257
python tests/provider_security_hardening_test.py
251258
python tests/provider_purification_contract_test.py
252259
python tests/nuvio_client_upstream_drift_guard_test.py

0 commit comments

Comments
 (0)