Fix intercept product E2E on main - #76
Merged
Merged
Conversation
Intercept on main kept failing after coschedule and compile-image defaults. The last green run used a different runtime contract: - PipelineRuns bind PVC build-cache (the claim bootstrap creates), not build-cache-pvc - run-stack-tests mounts runners from a cluster ConfigMap so git-revision: main does not hide the CI checkout - post-pr-comment does not require a GitHub token secret - install-tekton waits for webhooks and retries task apply This is the same path that passed intercept 35115220243. Co-authored-by: jmjava <jmjava@gmail.com>
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.
Intercept product E2E is green on this branch.
Evidence
This is the same runtime contract as the last green aggregate intercept (35115220243):
build-cachePVC, ConfigMap runners, optional PR-comment token, webhook wait + task apply retry.The
#75push still running onmaindoes not include these fixes and can still fail. Merge this so default-branch intercept uses the path that just passed.