Skip to content

Commit a50fc18

Browse files
Merge pull request #127 from LiangquanLi930/add-debug-wait-adjust
feat(ci): add timeout parameter to add-debug-wait command
2 parents f71e9be + 7cc4017 commit a50fc18

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)