-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor function mesh ci integration tests #148
Conversation
freeznet
commented
May 1, 2021
•
edited
Loading
edited
- make function mesh integration tests actually process messages from topic, to test the whole workflow.
- moves all function tests into one integration test action to save CI resources.
- add function sample images for Java, Python and Go.
cdcdabb
to
9e0eebe
Compare
56f9fc4
to
60dd349
Compare
images: | ||
zookeeper: | ||
repository: streamnative/pulsar-all | ||
tag: 2.7.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Set this tag to a variable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tuteng I don't think helm values.yaml
support variable in this way, since the values.yaml
is a variable collection pass to helm template. But the values can be overwritten by using helm install --set images.zookeeper.tag=2.7.2
.
ref: helm/helm#2133