USHIFT-6847: Switch MicroShift CI doctor to use edge-tooling repository#77676
Conversation
|
Skipping CI for Draft Pull Request. |
|
/pj-rehearse periodic-ci-openshift-microshift-main-ci-doctor |
|
@ggiguash: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-microshift-main-ci-doctor |
|
@ggiguash: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-microshift-main-ci-doctor |
|
@ggiguash: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
43bd361 to
40dd82d
Compare
|
/pj-rehearse periodic-ci-openshift-microshift-main-ci-doctor |
|
@ggiguash: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
40dd82d to
ae7ef75
Compare
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
WalkthroughConsolidates exit handling into an atexit handler, renames WORKDIR prefix, expands artifact copying and session/report signaling, writes a Claude settings.json allowlist, changes Claude tool invocation and MCP scope, switches tooling repo to Changes
Sequence Diagram(s)sequenceDiagram
participant Runner as CI Script
participant Repo as edge-tooling Repo / EXE_DIR
participant Claude as Claude tool
participant FS as Filesystem (WORKDIR / CLAUDE_HOME)
participant Artifacts as ARTIFACT_DIR
participant Shared as SHARED_DIR
rect rgba(100,150,240,0.5)
Runner->>Repo: clone `openshift-eng/edge-tooling` (set EXE_DIR)
end
rect rgba(120,200,140,0.5)
Runner->>Claude: invoke `/microshift-ci:doctor` with `${CLAUDE_HOME}/settings.json`
Claude->>FS: write projects and outputs (*.html, *.json, *.txt)
end
rect rgba(240,180,80,0.5)
Note over Runner,Claude: On EXIT/TERM/INT atexit_handler runs
Runner->>FS: archive `${CLAUDE_HOME}/projects/` → tarball in `${ARTIFACT_DIR}`
Runner->>Artifacts: copy `*.html`, `*.json`, `*.txt`
Runner->>Shared: copy `*.html`
Runner->>Shared: touch `claude-session-available` (if archive ok)
Runner->>Shared: touch `claude-report-available` (if HTML exists) else error
end
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes 🚥 Pre-merge checks | ✅ 9 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (9 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/pj-rehearse periodic-ci-openshift-microshift-main-ci-doctor |
|
@ggiguash: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-microshift-main-ci-doctor |
|
@ggiguash: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
e581ff5 to
ad47f52
Compare
|
/pj-rehearse periodic-ci-openshift-microshift-main-ci-doctor |
|
@ggiguash: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-microshift-main-ci-doctor |
|
@ggiguash: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
ad47f52 to
2a30cbd
Compare
133fdd7 to
49f9db5
Compare
|
/pj-rehearse periodic-ci-openshift-microshift-main-ci-doctor |
|
@ggiguash: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse periodic-ci-openshift-microshift-main-ci-doctor |
|
@ggiguash: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-microshift-main-ci-doctor |
|
@ggiguash: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse ack |
|
@ggiguash: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@ggiguash: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ggiguash, pmtk The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
0b974dc
into
openshift:main
…ry (openshift#77676) * Switch MicroShift CI doctor to use edge-tooling repository * Change model to claude-opus-4-6 * Disable tracing in configure_claude function * Add execute flag when restarting / approving PRs * Add Claude tool error check
…ry (openshift#77676) * Switch MicroShift CI doctor to use edge-tooling repository * Change model to claude-opus-4-6 * Disable tracing in configure_claude function * Add execute flag when restarting / approving PRs * Add Claude tool error check
…ry (openshift#77676) * Switch MicroShift CI doctor to use edge-tooling repository * Change model to claude-opus-4-6 * Disable tracing in configure_claude function * Add execute flag when restarting / approving PRs * Add Claude tool error check
…ry (openshift#77676) * Switch MicroShift CI doctor to use edge-tooling repository * Change model to claude-opus-4-6 * Disable tracing in configure_claude function * Add execute flag when restarting / approving PRs * Add Claude tool error check
Summary by CodeRabbit
Refactor
Chores
Bug Fixes