소스 정보
- 저장소
- openshift/hypershift
- 최근 소스 활동
- 2026년 8월 12일 13:51
- 감지된 SKILL.md 언어
- 영어
- 스타
- 536
- 포크
- 549
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/openshift/hypershift --skill test-tag-pipeline명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | test-tag-pipeline |
| description | Create a manual PipelineRun to test tag pipeline changes before merging. |
Create a manual PipelineRun to test tag pipeline changes before merging.
Usage: /test-tag-pipeline <tag-name> [branch-spec]
Arguments:
tag-name (required): The existing tag to rebuild (e.g., v0.1.69)branch-spec (optional): The branch containing the updated pipeline (defaults to main)
[fork:]branch-nameopenshiftWhat this does:
Examples:
# Test main branch pipeline with v0.1.69 tag
/test-tag-pipeline v0.1.69
# Test PR branch pipeline with v0.1.69 tag
/test-tag-pipeline v0.1.69 build-gomaxprocs-image
# Test fork branch pipeline with v0.1.69 tag
/test-tag-pipeline v0.1.69 celebdor:OCPBUGS-63194-part2
Implementation:
IMPORTANT: Execute the commands exactly as shown with only the arguments provided by the user. If no branch argument is specified, the template {{args.1:-main}} will correctly default to main. Do NOT substitute the current git branch or any other inferred values.
Step 1: Verify authentication to Konflux
oc whoami
If the authentication check fails, inform the user they need to log in first:
oc login --web https://api.stone-prd-rh01.pg1f.p1.openshiftapps.com:6443
Step 2: Create the PipelineRun
bash hack/tools/scripts/create-manual-tag-pipelinerun.sh {{args.0}} {{args.1:-main}}
After the PipelineRun is created, extract the name from the output and construct the web UI URL:
Display the full URL to the user so they can monitor progress in the web UI.
You can also monitor it from the CLI with:
# Watch the PipelineRun status
oc get pipelinerun <name> -w
Step 3: After the PipelineRun completes successfully, create a Snapshot to trigger Enterprise Contract validation:
bash hack/tools/scripts/create-snapshot-from-pipelinerun.sh <pipelinerun-name>
After the Snapshot is created, extract the snapshot name from the output and get the EC PipelineRuns:
oc get pipelinerun -l appstudio.openshift.io/snapshot=<snapshot-name> -o name
For each EC PipelineRun, construct and display the web UI URL:
Display the full URLs to the user so they can monitor EC validation in the web UI.
You can also monitor from the CLI with:
# Watch the snapshot status
oc get snapshot <snapshot-name> -w
# Check EC test results
oc get pipelinerun -l appstudio.openshift.io/snapshot=<snapshot-name>
Notes:
yq and oc CLI tools to be installedhack/tools/scripts/create-manual-tag-pipelinerun.sh and hack/tools/scripts/create-snapshot-from-pipelinerun.sh for implementation detailsSOC 직업 분류 기준