Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: update backport commands for jenkins builds #11860

Merged
merged 1 commit into from
Jun 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/contributing/release/backports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Running the CI against the pull request

To validate a cross-section of various tests against the PRs, backport PRs
should be validated in the CI by running all CI targets. This can be triggered
by adding a comment to the PR with exactly the text ``never-tell-me-the-odds``.
by adding a comment to the PR with exactly the text ``test-backport-x.x``, where ``x.x`` is the target version.
The comment must not contain any other characters.

After the backports are merged
Expand Down
2 changes: 1 addition & 1 deletion Documentation/contributing/testing/ci.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ illustrating which subset of tests the job runs.
| | test-gke | |
+----------------------------------------------------------------------------------------------------------------+-------------------+--------------------+

For Backport PRs, the phrase ``never-tell-me-the-odds`` should be used to
For Backport PRs, the phrase ``test-backport-x.x`` (with ``x.x`` being the target Cilium version) should be used to
trigger all of the above jobs which are marked as required to validate changes
to existing releases.

Expand Down