Skip to content

Commit 7cc4017

Browse files
feat(ci): add timeout parameter to add-debug-wait command
Add optional timeout parameter (1h-72h) to customize wait duration in CI debugging jobs. Defaults to 3h when omitted. Implementation includes: - Fixed Python section boundary detection for test: section - Timeout normalized to Go duration format (e.g., "8h" → "8h0m0s") - Added best_effort: true when timeout is customized
1 parent 39047c5 commit 7cc4017

File tree

3 files changed

+181
-38
lines changed

3 files changed

+181
-38
lines changed

PLUGINS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ See [plugins/agendas/README.md](plugins/agendas/README.md) for detailed document
3232
Miscellaenous tools for working with OpenShift CI
3333

3434
**Commands:**
35-
- **`/ci:add-debug-wait` `<workflow-or-job-name>`** - Add a wait step to a CI workflow for debugging test failures
35+
- **`/ci:add-debug-wait` `<workflow-or-job-name> [timeout]`** - Add a wait step to a CI workflow for debugging test failures
3636
- **`/ci:ask-sippy` `[question]`** - Ask the Sippy AI agent questions about OpenShift CI payloads, jobs, and test results
3737
- **`/ci:list-unstable-tests` `<version> <keywords> [sippy-url]`** - List unstable tests with pass rate below 95%
3838
- **`/ci:query-job-status` `<execution-id>`** - Query the status of a gangway job execution by ID

docs/data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@
167167
{
168168
"name": "add-debug-wait",
169169
"description": "Add a wait step to a CI workflow for debugging test failures",
170-
"synopsis": "/ci:add-debug-wait <workflow-or-job-name>",
171-
"argument_hint": "<workflow-or-job-name>"
170+
"synopsis": "/ci:add-debug-wait <workflow-or-job-name> [timeout]",
171+
"argument_hint": "<workflow-or-job-name> [timeout]"
172172
},
173173
{
174174
"name": "ask-sippy",

0 commit comments

Comments
 (0)