refactor: use reusable-dispatch with pre-computed matrix - #5
Merged
Merged
Conversation
Update the Jira poll workflow to use reusable-dispatch.yml with the new matrix input (PR fullsend-ai/fullsend#6455) instead of the extracted reusable-harness-run.yml workflow. This approach: - Maintains ADR 62's inlining decision (no version skew) - Provides a single entry point for both standard and custom polling flows - Simplifies the workflow by removing unnecessary input parameters Changes: - Rename harness-run job to harness for clarity - Update to use reusable-dispatch.yml@reusable-dispatch-precomputed-matrix - Remove install_mode, fullsend_version, and runner_image inputs (use defaults) - Update plan document to describe the new approach Assisted-by: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: Ralph Bean <rbean@redhat.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.
Summary
Updates the Jira poll workflow to use
reusable-dispatch.ymlwith the newmatrixinput (fullsend-ai/fullsend#6455) instead of the extractedreusable-harness-run.ymlworkflow.Why This Change?
The original approach (PR fullsend-ai/fullsend#6356) extracted
harness-runinto a separate workflow, which conflicted with ADR 62's decision to inline stage workflows to avoid version skew.The new approach (PR fullsend-ai/fullsend#6455):
Changes
Workflow:
harness-runjob toharnessfor clarityreusable-harness-run.yml@extract-harness-runtoreusable-dispatch.yml@reusable-dispatch-precomputed-matrixinstall_mode,fullsend_version,runner_image) - using defaultsPlan document:
reusable-dispatch.ymlapproachTest Plan
reusable-dispatch.ymlRelated
🤖 Generated with Claude Code