diff --git a/content/en/release-oversight/pull-request-testing.md b/content/en/release-oversight/pull-request-testing.md index 61fc3e15..8e32fe6e 100644 --- a/content/en/release-oversight/pull-request-testing.md +++ b/content/en/release-oversight/pull-request-testing.md @@ -144,6 +144,40 @@ You can also invoke this command with multiple PRs: > `/payload-aggregate-with-prs [--nightly-- +``` + +Where: +- `repo_name` is the name of the repo under openshift (example: `cri-o`) +- `pr_number` is the pull request number (example: `6`) +- `openshift_version` is the version of OpenShift (example: `4.22`) +- `test_name` is the job name or test name being attempted (example: `e2e-aws-ovn-runc-techpreview`) + +For example, for PR `openshift/cri-o#6` running the `e2e-aws-ovn-runc-techpreview` test on OpenShift 4.22: +``` +https://prow.ci.openshift.org/job-history/gs/test-platform-results/logs/openshift-cri-o-6-nightly-4.22-e2e-aws-ovn-runc-techpreview +``` + {{% alert title="NOTE" color="warning" %}} * `/payload-with-prs`, `/payload-aggregate-with-prs`, and `/payload-job-with-prs` only accept a single command per comment; additional commands need to be triggered with separate comments (not just separate lines). * The jobs used in the payload commands above are periodics. Presubmits are not supported at the moment, which is different from the `/testwith` [command](/how-tos/multi-pr-presubmit-testing/#testwith-command).