Add replay PBT CI proof of concept#23827
Draft
nubtron wants to merge 100 commits into
Draft
Conversation
This reverts commit 7fd75bfd43df2e362e11a5c4a50e9c06d5ce9bce.
…e-monkeypatch-replay # Conflicts: # cilium/tests/conftest.py # istio/tests/conftest.py
5512d39 to
3391123
Compare
Contributor
Validation ReportAll 21 validations passed. Show details
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a replay-PBT CI proof of concept for cached integration replay testing.
Highlights:
zz-test-worker-poc.yamlworkflow as a parallel Replay PBT POC runner.CI POC behavior
The manual POC workflow supports:
changed,all-cached, andall-declaredmodessmokevsallproperty setsSecurity review notes
Before opening this draft, I reviewed the changed workflows for common workflow security issues:
pull_request_targetusage.contents: readpermissions.github-script, dynamic script execution,eval, or curl-to-shell pattern added.git fetch/ matrix generation.artifact_slug.Local validation
replay-pbt-matrix.pycompiles.all-declaredwithout sharding fails loudly when overmax_targets.all-declaredwithshard_count=2emits 192 targets for shard 0.17 passed, 10 skipped.13 passed, 6 skipped.Notes
This is intentionally a draft POC. The full manual replay-PBT workflow should be exercised first with a tiny capped run before any full seeded or all-property run.