Stabilize default-branch intercept and Action-pin CI - #73
Merged
Merged
Conversation
Scheduled intercept and Dependabot Action bumps fail on main because compile TaskRuns bind source and build-cache PVCs. Patch feature-flags to coschedule=disabled, keep Action pin tests digest-agnostic, and limit github-actions Dependabot to minor/patch. Co-authored-by: jmjava <jmjava@gmail.com>
Default-branch intercept never fired on the coschedule fix because install-tekton.sh was not in the workflow path filter. 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.
Scheduled and Dependabot CI on
mainis still red for reasons that are not PR-page history.Total status that this targets
mainis still the failed schedule 35107095845 (invalid target release: 21). The Java 21 toolchain is already onmain(7da0b82). Workflow dispatch is not available to this agent, so the next schedule (Wed 09:19 UTC) is the next default-branch Results run.main-based CI is a failure. Dependabot chore(deps): bump the github-actions group across 1 directory with 9 updates #35 intercept died withTaskRunValidationFailed: more than one PersistentVolumeClaim is boundon compile-maven/compile-npm.mainnever received thecoschedule: disabledpatch that already exists on the M17 aggregate (#52). Next Monday’s scheduled intercept will fail the same way until this lands.test_m17_operator_ci.pyfrozen-pinnedactions/upload-artifact@b7c566a…. Action digest bumps should not fail CI.Changes
feature-flagstocoschedule: disabledafter Pipelines install so compile TaskRuns can bind source + build-cache PVCs.scripts/install-tekton.shso this installer change is actually exercised.This is a default-branch CI fix. It does not merge the rest of the M17 aggregate.