fernando-wizeline commented on a change in pull request #15663:
URL: https://github.com/apache/beam/pull/15663#discussion_r725152413
##########
File path: .test-infra/metrics/build.gradle
##########
@@ -97,6 +97,11 @@ task deploy {
commandLine './build_and_publish_containers.sh', 'true',
"${project.lastCommitId}"
}
+ exec {
+ executable 'sh'
+ args '-c', 'kubectl apply --dry-run=true -f
kubernetes/beamgrafana-deploy.yaml'
Review comment:
> Why is `--dry-run=true` set?
Thanks for the heads up @ibzib!
Just removed the flag from there to persist the configuration.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]