fernando-wizeline commented on code in PR #23323:
URL: https://github.com/apache/beam/pull/23323#discussion_r983903568
##########
.test-infra/metrics/build.gradle:
##########
@@ -123,9 +123,9 @@ task deploy {
exec {
executable 'sh'
args '-c', "kubectl set image deployment/beamgrafana \
-
beamgrafana=gcr.io/apache-beam-testing/beamgrafana:${project.lastCommitId} \
-
beammetricssyncjenkins=gcr.io/apache-beam-testing/beammetricssyncjenkins:${project.lastCommitId}
\
-
beammetricssyncgithub=gcr.io/apache-beam-testing/beammetricssyncgithub:${project.lastCommitId}"
+
beamgrafana-test=gcr.io/apache-beam-testing/beamgrafana-test:${project.lastCommitId}
\
Review Comment:
Oh I need to change this one to the correct values.
For testing purposes we targeted it to another instance.
Thanks for the heads up!
--
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]