Skip to content

Commit

Permalink
docs: update backport jenkins commands
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Kwiek <maciej@isovalent.com>
  • Loading branch information
nebril authored and joestringer committed Jun 3, 2020
1 parent a1ccadb commit 78d99a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/contributing/release/backports.rst
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
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

0 comments on commit 78d99a5

Please sign in to comment.