test(scenario-100): config-derived Jenkins + CircleCI CI generation proof (#804)#47
Merged
Merged
Conversation
…of (#804) Plan said id 97; 97-99 were already taken, used next-free 100. 22/22 local pass against wfctl built from the workflow #804 branch (real wfctl ci generate).
…no app entry point; passes CI strict-validate glob)
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
PR 3 of 3 for workflow#804. Adds scenario 100 — a behavior proof that
wfctl ci generate --platform jenkinsand--platform circlecinow produce config-derived CI output via cigen (RenderJenkins/RenderCircleCI), shipped in workflow v0.68.0 (PR #810).What it proves (acceptance #1 — the CLI path)
test/run.shruns the realwfctl ci generateagainst a config that exercises every cigen derivation and asserts the emittedJenkinsfile/.circleci/config.ymlcontain: secret env wiring,wfctl migrations up(neverwfctl ci run --phase migrate), a/healthzsmoke check, a plan-guard thatexit 1s on replace/destroy, andwfctl infra apply— and are free of the retired legacy stages (go test ./...,wfctl deploy --image,docker build) per ADR 0044. It also validates astep.ci_generateconfig targeting jenkins/circleci (config-shape; the behavior half of acceptance #2 is the ci-generator plugin'sintegration_test.go).Demonstration-fidelity: executes the real artifact, not a reimplementation.
Evidence (real run, committed)
test/artifacts/last-run.log— 22 passed, 0 failed, 0 skipped against wfctl built from the workflow #804 branch:Note
skips cleanly if no suitable wfctl is found; CI builds wfctl from the sibling workflow checkout (now on main with v0.68.0).🤖 Generated with Claude Code