Skip to content

Commit

Permalink
Update the README
Browse files Browse the repository at this point in the history
  • Loading branch information
fax4ever authored and ryanemerson committed Dec 13, 2024
1 parent 31e7994 commit 8f5375f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ The different categories of integration tests can be executed with the following

The target cluster should be specified by exporting or explicitly providing `KUBECONFIG`, e.g. `make infinispan-test KUBECONFIG=/path/to/admin.kubeconfig`.

### End to End OLM integration tests

Important thing to test when transitioning to a new version are the OLM based tests:

- `make hotrod-rolling-upgrade`
- `make upgrade`
- `make webhook`

#### Env Variables
The following variables can be exported or provided as part of the `make *test` call.

Expand Down Expand Up @@ -189,4 +197,5 @@ to `replaces: infinispan-operator.v<x.y.z>`
7. **Update the `version.txt` file to the next release version**
8. Update `scripts/ci/install-catalog-source.sh` `VERSION` field to the next release version
9. Update `scripts/create-olm-catalog.sh` to include the just released version in `BUNDLE_IMGS` and the next release version in the update graph
10. Commit changes with appropriate commit message, e.g "Next Version <x.y.z>"
10. Commit changes with appropriate commit message, e.g "Next Version <x.y.z>"
11. Optinally, run locally the [End to End OLM integration tests](#End-to-End-OLM-integration-tests)

0 comments on commit 8f5375f

Please sign in to comment.