Skip to content

Commit

Permalink
docs: Add legacy mark to Ginkgo-based e2e page
Browse files Browse the repository at this point in the history
Signed-off-by: Martynas Pumputis <m@lambda.lt>
  • Loading branch information
brb authored and aanm committed Jul 7, 2023
1 parent 7697061 commit a33f234
Show file tree
Hide file tree
Showing 5 changed files with 976 additions and 966 deletions.
2 changes: 1 addition & 1 deletion Documentation/contributing/development/codeoverview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ plugins
Plugins to integrate with Kubernetes and Docker

test
End-to-end integration tests run in the :ref:`testsuite`.
End-to-end integration tests run in the :ref:`testsuite-legacy`.

Cilium
------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ requirements have been met:
bisecting of commits in the event of a bug affecting the tree.
#. All code is covered by unit and/or runtime tests where feasible.
#. All changes have been tested and checked for regressions by running the
existing testsuite against your changes. See the :ref:`testsuite` section
existing testsuite against your changes. See the :ref:`testsuite-legacy` section
for additional details.
#. All commits contain a well written commit description including a title,
description and a ``Fixes: #XXX`` line if the commit addresses a particular
Expand Down

0 comments on commit a33f234

Please sign in to comment.