You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This runs the services in the foreground, showing logs for monitoring and debugging. If you prefer to run the services in the background, use `make start-detached` instead.
27
+
28
+
**Step 2: Trigger work**
29
+
```bash
30
+
make trigger-pipeline JIRA_ISSUE=RHEL-12345
18
31
```
19
32
20
33
## Running individual agents
21
34
22
-
You can run any agent individually with the appropriate make target, passing required input data
23
-
via environment variables, e.g. `make JIRA_ISSUE=RHEL-12345 run-triage-agent-standalone`.
35
+
You can run any agent individually with the appropriate make target, passing required input data via environment variables, e.g. `make JIRA_ISSUE=RHEL-12345 run-triage-agent-standalone`.
24
36
The agent will run only once, print its output and exit.
25
37
38
+
```bash
39
+
make JIRA_ISSUE=RHEL-12345 run-triage-agent-standalone
40
+
make PACKAGE=httpd VERSION=2.4.62 JIRA_ISSUE=RHEL-12345 BRANCH=c10s run-rebase-agent-standalone
41
+
make PACKAGE=httpd UPSTREAM_FIX=https://github.com/... JIRA_ISSUE=RHEL-12345 BRANCH=c10s run-backport-agent-standalone
42
+
```
43
+
26
44
## Observability
27
45
28
46
You can connect to http://localhost:6006/ to access Phoenix web interface and trace agents
0 commit comments