Skip to content

Commit

Permalink
small clean up of CI docs
Browse files Browse the repository at this point in the history
this comes from a comment in a previously merged PR:
  #4421 (review)

- moves statement about running CI periodically
- removes duplicate info

Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
  • Loading branch information
jluhrsen committed Sep 26, 2024
1 parent efbc8df commit dec3890
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/ci/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and some [locally defined](https://github.com/ovn-org/ovn-kubernetes/tree/master
are used to run a subset of the Kubernetes E2E tests on each pull request. The
local workflow that controls the test run is located in
[ovn-kubernetes/.github/workflows/test.yml](https://github.com/ovn-org/ovn-kubernetes/blob/master/.github/workflows/test.yml).
They are also run periodically (twice daily) using an OVN-Kubernetes build based on the currently merged code base.


The following tasks are performed:

Expand All @@ -15,9 +17,6 @@ The following tasks are performed:
- Install KIND
- Run a matrix of End-To-End Tests using KIND

The full matrix of e2e tests found [here](https://github.com/ovn-org/ovn-kubernetes/blob/master/.github/workflows/test.yml)
are also run periodically (twice daily) using an OVN-Kubernetes build based on the currently merged code base.

The following sections should help you understand (and if needed modify) the set of tests that run and how to run these
tests locally.

Expand Down

0 comments on commit dec3890

Please sign in to comment.