Fix tutorial evaluation workflow: stale docs paths and issue reporting bugs#84
Merged
amansinghoriginal merged 1 commit intodrasi-project:mainfrom Mar 18, 2026
Merged
Conversation
…workflow Update docs_path matrix entries to reflect drasi-kubernetes/ restructure from docs PR #190. Fix issue creation logic to use step.outcome instead of step.conclusion (which is always success for continue-on-error steps), filter skipped attempt 1, and use precise step name matching. Signed-off-by: Aman Singh <aman.singh.original@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.
Summary
docs_pathmatrix entries for 4 tutorials to reflect thedrasi-kubernetes/restructure from docs PR #190 (getting-started, curbside-pickup, building-comfort, absence-of-change)step.outcomeinstead ofstep.conclusionsocontinue-on-errorsteps don't always show as SUCCESSRun evaluation (attempt N)) to avoid matching cleanup stepsContext
All 5 tutorials have been failing since the docs repo restructure on Feb 28 (#190). 4 fail at the "Copy tutorial docs and prompt" step because the docs paths no longer exist. The auto-created failure issues (#79, #81, #83) also misreport statuses — e.g. risky-containers shows all attempts as SUCCESS despite failing.