You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2023/03/22 13:37:09 UTC

[shardingsphere] branch master updated: update profile id in pom.xml of prometheus, jager, zipkin (#24764)

This is an automated email from the ASF dual-hosted git repository.

zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 173d24120a6 update profile id in pom.xml of prometheus, jager, zipkin (#24764)
173d24120a6 is described below

commit 173d24120a656f8e1de7d0d2e6b0d6a9abd97b48
Author: jiangML <10...@qq.com>
AuthorDate: Wed Mar 22 21:36:58 2023 +0800

    update profile id in pom.xml of prometheus, jager, zipkin (#24764)
---
 test/e2e/agent/plugins/metrics/prometheus/pom.xml | 2 +-
 test/e2e/agent/plugins/tracing/jaeger/pom.xml     | 2 +-
 test/e2e/agent/plugins/tracing/zipkin/pom.xml     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/e2e/agent/plugins/metrics/prometheus/pom.xml b/test/e2e/agent/plugins/metrics/prometheus/pom.xml
index ffba6fa01a3..4fe42e44775 100644
--- a/test/e2e/agent/plugins/metrics/prometheus/pom.xml
+++ b/test/e2e/agent/plugins/metrics/prometheus/pom.xml
@@ -72,7 +72,7 @@
     
     <profiles>
         <profile>
-            <id>it.env.prometheus</id>
+            <id>it.env.proxy.prometheus</id>
             <properties>
                 <it.env>prometheus</it.env>
             </properties>
diff --git a/test/e2e/agent/plugins/tracing/jaeger/pom.xml b/test/e2e/agent/plugins/tracing/jaeger/pom.xml
index 77e662d5e65..85dec7a7f9f 100644
--- a/test/e2e/agent/plugins/tracing/jaeger/pom.xml
+++ b/test/e2e/agent/plugins/tracing/jaeger/pom.xml
@@ -71,7 +71,7 @@
     
     <profiles>
         <profile>
-            <id>it.env.jaeger</id>
+            <id>it.env.proxy.jaeger</id>
             <properties>
                 <it.env>jaeger</it.env>
             </properties>
diff --git a/test/e2e/agent/plugins/tracing/zipkin/pom.xml b/test/e2e/agent/plugins/tracing/zipkin/pom.xml
index d0e72275877..722e5bb22c8 100644
--- a/test/e2e/agent/plugins/tracing/zipkin/pom.xml
+++ b/test/e2e/agent/plugins/tracing/zipkin/pom.xml
@@ -71,7 +71,7 @@
     
     <profiles>
         <profile>
-            <id>it.env.zipkin</id>
+            <id>it.env.proxy.zipkin</id>
             <properties>
                 <it.env>zipkin</it.env>
             </properties>