Skip to content

Commit 6daaebc

Browse files
typeidclaude
andcommitted
Add nightly-integration trigger example to CI README
The manual trigger section only showed the nightly-ephemeral job. Add the nightly-integration curl command as well. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 45df890 commit 6daaebc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ci/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,17 @@ BUILD_ID=abc123 ./ci/pre-merge.py --teardown --repo owner/repo --branch my-featu
5252
3. Start the job:
5353

5454
```bash
55+
# Trigger nightly-ephemeral
5556
curl -X POST \
5657
-H "Authorization: Bearer $(oc whoami -t)" \
5758
'https://gangway-ci.apps.ci.l2s4.p1.openshiftapps.com/v1/executions/' \
5859
-d '{"job_name": "periodic-ci-openshift-online-rosa-regional-platform-main-nightly-ephemeral", "job_execution_type": "1"}'
60+
61+
# Trigger nightly-integration
62+
curl -X POST \
63+
-H "Authorization: Bearer $(oc whoami -t)" \
64+
'https://gangway-ci.apps.ci.l2s4.p1.openshiftapps.com/v1/executions/' \
65+
-d '{"job_name": "periodic-ci-openshift-online-rosa-regional-platform-main-nightly-integration", "job_execution_type": "1"}'
5966
```
6067

6168
4. Copy the `id` from the response and check the execution to get the Prow URL:

0 commit comments

Comments
 (0)