What problem does it solve?
Validating changes to a Konflux tag pipeline normally requires merging a PR and cutting a new tag, which is slow and risky. This Skill lets you test an updated tag pipeline definition against an existing tag's commit before merging, so pipeline fixes can be verified safely.
Core Features & Use Cases
- Manual PipelineRun Creation: Builds a PipelineRun from a specified branch or fork's pipeline definition targeting an existing tag's commit SHA.
- Authentication Verification: Checks Konflux login status via
oc whoami and provides the login command if needed.
- Enterprise Contract Validation: After the PipelineRun completes, creates a Snapshot and surfaces the resulting EC PipelineRuns with web UI monitoring URLs.
- Use Case: A developer fixing the tag pipeline in PR branch
build-gomaxprocs-image runs /test-tag-pipeline v0.1.69 build-gomaxprocs-image to confirm the fix rebuilds tag v0.1.69 correctly before merging.
Quick Start
Ask the assistant to test the tag pipeline for tag v0.1.69 using the pipeline definition from your PR branch, then monitor the generated Konflux web UI URL.