Skip to content

Commit

Permalink
Remove Jenkins references from README
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanemerson committed Sep 25, 2024
1 parent 628f47e commit c4dd8b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ make bundle-build bundle-push VERSION=<latest-version> IMG=<operator-image> BUND
To create an Operator release perform the following:

1. Update Operand references:
- `SERVER_TAGS` in `Jenkinsfile` and `scripts/ci/kind.sh` to include the image tage all supported Operands
- `SERVER_TAGS` in `scripts/ci/kind.sh` to include the image tage all supported Operands
- `INFINISPAN_OPERAND_VERSIONS` json in `config/manager/manager.yaml` includes the latest Infinispan Server releases. Do not use the floating tags for an Operand image, e.g. `13.0`.
- `server_image_version` in `documentation/asciidoc/topics/attributes/community-attributes.adoc` to point to the latest Operand version
- `test/e2e/utils/common.go` VersionManager JSON to include the latest Operand
Expand Down Expand Up @@ -145,8 +145,6 @@ Cross-Site tests require you to create two k8s Kind clusters or utilize already
$ source scripts/ci/configure-xsite.sh $KIND_VERSION $METALLB_VERSION
```

Actual `$KIND_VERSION` and `$METALLB_VERSION` values can be explored inside the `Jenkinsfile` file

To test locally in running Kind clusters, run:
```
$ go test -v ./test/e2e/xsite/ -timeout 30m
Expand Down

0 comments on commit c4dd8b3

Please sign in to comment.