Skip to content

Commit 2b322d9

Browse files
authored
feat(run_tests.sh): install operator release. (#668)
1 parent 15b612a commit 2b322d9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Diff for: tests/release.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Contains all operators required to run the test suite.
2+
---
3+
releases:
4+
# Do not change the name of the release as it's referenced from run_tests.sh
5+
tests:
6+
releaseDate: 1970-01-01
7+
description: Integration test
8+
products:
9+
commons:
10+
operatorVersion: 0.0.0-dev
11+
secret:
12+
operatorVersion: 0.0.0-dev
13+
listener:
14+
operatorVersion: 0.0.0-dev
15+
zookeeper:
16+
operatorVersion: 0.0.0-dev
17+
kafka:
18+
operatorVersion: 0.0.0-dev

0 commit comments

Comments
 (0)