Skip to content

Commit

Permalink
Update release instructions (#1085)
Browse files Browse the repository at this point in the history
Use `openshift-tempo-operator` namespace when running the e2e-openshift
tests. Also run the `build` task, as the binary is required by the
`e2e/generate` test.

Signed-off-by: Andreas Gerstmayr <[email protected]>
  • Loading branch information
andreasgerstmayr authored Dec 2, 2024
1 parent 6b244a6 commit 7957d75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ A locally installed [CRC](https://github.com/crc-org/crc) cluster can be used fo
Note: The e2e tests require [opentelemetry-operator](https://github.com/open-telemetry/opentelemetry-operator) and cluster monitoring operator (`crc config set enable-cluster-monitoring true`).

```
kubectl create namespace tempo-operator-system
IMG_PREFIX=docker.io/your_username OPERATOR_VERSION=x.y.z BUNDLE_VARIANT=openshift make bundle docker-build docker-push bundle-build bundle-push olm-deploy
kubectl create namespace openshift-tempo-operator
IMG_PREFIX=docker.io/your_username OPERATOR_VERSION=x.y.z BUNDLE_VARIANT=openshift OPERATOR_NAMESPACE=openshift-tempo-operator make build docker-build docker-push bundle bundle-build bundle-push olm-deploy
make e2e e2e-openshift
```

Expand Down
3 changes: 1 addition & 2 deletions tests/e2e/generate/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ spec:
- RELATED_IMAGE_TEMPO=docker.io/grafana/tempo:2.2.1 RELATED_IMAGE_TEMPO_QUERY=docker.io/grafana/tempo-query:2.2.1
RELATED_IMAGE_TEMPO_GATEWAY=quay.io/observatorium/api:main-2023-09-13-14e06c6
RELATED_IMAGE_TEMPO_GATEWAY_OPA=quay.io/observatorium/opa-openshift:main-2023-05-24-8e91537
../../../bin/manager generate --config config.yaml --cr cr.yaml --output
generated.yaml
../../../bin/manager generate --config config.yaml --cr cr.yaml --output generated.yaml
entrypoint: /bin/sh
- command:
timeout: 60s
Expand Down

0 comments on commit 7957d75

Please sign in to comment.