topsail-ci
Suite of tools to fetch TOPSAIL CI logs and artifacts for test troubleshooting
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Suite of tools to fetch TOPSAIL CI logs and artifacts for test troubleshooting
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | topsail-ci |
| description | Suite of tools to fetch TOPSAIL CI logs and artifacts for test troubleshooting |
To troubleshoot TOPSAIL CI runs, you need to download the CI logs, and if necessary to investigate further, download the CI artifacts to better understand what happened.
To download the CI logs, you need to ask the user the PR number (PR_NUMBER).
usually, there's only one test TEST_NAME
BUILD_IDSTEP_NAME are the setup of the infrastructure (the jump-ci):lock-clusterprepare-jump-ciunlock-clusterIf they fail, it's an infra-structure failure. This should be clearly specified to the user, but she'll nonetheless need help to know which part failed. Their artifacts directory is at this location:
pre-cleanuppreparetestpost-cleanup (optional)Their artifacts are at this location:
Notice the trailing test-artifacts directory name. This directory is created by the Jump-CI. Anything inside it is the actual test artifacts. Anything at the same level is the artifacts of the Jump-CI infrastructure.
run.log file shows the full trace of thethis file might be long and hard to grasp (for the user).
FAILURES file, if present, gives an indication of what failed:DIRECTORY of artifacts:gsutil -m cp -r gs://test-platform-results/pr-logs/pull/openshift-psap_topsail/PR_NUMBER/TEST_NAME/BUILD_ID/artifacts/jump-ci/STEP_NAME/artifacts/test-artifacts/DIRECTORY .
(the command is also shown at the bottom of the directory listing).