gazebo-tooling / release-tools

8 stars 9 forks source link

Do not integrate all brew pr_any job with all branches #1061

Closed j-rivero closed 8 months ago

j-rivero commented 8 months ago

Remove the workaround since it won't work with ign- jobs generated for Citadel in modern branches since there is no ign- formulas anymore.

The brew CI would be handle in the same way that Linux for non stable branches, see https://github.com/gazebo-tooling/release-tools/issues/1044.

j-rivero commented 8 months ago

diff seems the expected:

diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_cmake-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_cmake-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_cmake-ci-pr_any-homebrew-amd64.xml    2023-11-07 17:53:16.529209272 +0000
+++ /tmp/pr_xml_configuration/gz_cmake-ci-pr_any-homebrew-amd64.xml 2023-11-07 17:51:51.680811352 +0000
@@ -56,7 +56,17 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-cmake2</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-cmake3</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>main</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_common-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_common-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_common-ci-pr_any-homebrew-amd64.xml   2023-11-07 17:53:19.621227212 +0000
+++ /tmp/pr_xml_configuration/gz_common-ci-pr_any-homebrew-amd64.xml    2023-11-07 17:51:54.816829317 +0000
@@ -56,7 +56,17 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-common4</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-common5</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>main</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_fuel_tools-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_fuel_tools-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_fuel_tools-ci-pr_any-homebrew-amd64.xml   2023-11-07 17:53:21.765238952 +0000
+++ /tmp/pr_xml_configuration/gz_fuel_tools-ci-pr_any-homebrew-amd64.xml    2023-11-07 17:51:56.964841192 +0000
@@ -56,7 +56,20 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-fuel-tools7</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-fuel-tools8</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-fuel-tools9</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>main</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_gui-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_gui-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_gui-ci-pr_any-homebrew-amd64.xml  2023-11-07 17:53:23.213245781 +0000
+++ /tmp/pr_xml_configuration/gz_gui-ci-pr_any-homebrew-amd64.xml   2023-11-07 17:51:58.400849126 +0000
@@ -56,7 +56,20 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-gui6</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-gui7</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-gui8</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>main</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_launch-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_launch-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_launch-ci-pr_any-homebrew-amd64.xml   2023-11-07 17:53:26.085259888 +0000
+++ /tmp/pr_xml_configuration/gz_launch-ci-pr_any-homebrew-amd64.xml    2023-11-07 17:52:01.248864860 +0000
@@ -56,7 +56,20 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-launch5</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-launch6</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-launch7</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>main</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_math-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_math-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_math-ci-pr_any-homebrew-amd64.xml 2023-11-07 17:53:18.357219879 +0000
+++ /tmp/pr_xml_configuration/gz_math-ci-pr_any-homebrew-amd64.xml  2023-11-07 17:51:53.544822030 +0000
@@ -56,7 +56,17 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-math6</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-math7</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>main</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_msgs-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_msgs-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_msgs-ci-pr_any-homebrew-amd64.xml 2023-11-07 17:53:20.329231320 +0000
+++ /tmp/pr_xml_configuration/gz_msgs-ci-pr_any-homebrew-amd64.xml  2023-11-07 17:51:55.524833236 +0000
@@ -56,7 +56,20 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-msgs8</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-msgs9</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-msgs10</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>main</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_physics-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_physics-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_physics-ci-pr_any-homebrew-amd64.xml  2023-11-07 17:53:24.649252835 +0000
+++ /tmp/pr_xml_configuration/gz_physics-ci-pr_any-homebrew-amd64.xml   2023-11-07 17:51:59.812856927 +0000
@@ -56,7 +56,20 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-physics5</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-physics6</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-physics7</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>main</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_plugin-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_plugin-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_plugin-ci-pr_any-homebrew-amd64.xml   2023-11-07 17:53:18.993223568 +0000
+++ /tmp/pr_xml_configuration/gz_plugin-ci-pr_any-homebrew-amd64.xml    2023-11-07 17:51:54.180825674 +0000
@@ -56,7 +56,17 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-plugin1</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-plugin2</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>main</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_rendering-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_rendering-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_rendering-ci-pr_any-homebrew-amd64.xml    2023-11-07 17:53:21.041235450 +0000
+++ /tmp/pr_xml_configuration/gz_rendering-ci-pr_any-homebrew-amd64.xml 2023-11-07 17:51:56.248837236 +0000
@@ -56,7 +56,20 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-rendering6</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-rendering7</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-rendering8</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>main</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_sensors-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_sensors-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_sensors-ci-pr_any-homebrew-amd64.xml  2023-11-07 17:53:23.925249278 +0000
+++ /tmp/pr_xml_configuration/gz_sensors-ci-pr_any-homebrew-amd64.xml   2023-11-07 17:51:59.108853037 +0000
@@ -56,7 +56,20 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-sensors6</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-sensors7</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-sensors8</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>main</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_sim-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_sim-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_sim-ci-pr_any-homebrew-amd64.xml  2023-11-07 17:53:25.377256410 +0000
+++ /tmp/pr_xml_configuration/gz_sim-ci-pr_any-homebrew-amd64.xml   2023-11-07 17:52:00.536860927 +0000
@@ -56,7 +56,20 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-sim6</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-sim7</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-sim8</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>main</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_tools-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_tools-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_tools-ci-pr_any-homebrew-amd64.xml    2023-11-07 17:53:17.093212545 +0000
+++ /tmp/pr_xml_configuration/gz_tools-ci-pr_any-homebrew-amd64.xml 2023-11-07 17:51:52.240814560 +0000
@@ -56,7 +56,17 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-tools1</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-tools2</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>main</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_transport-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_transport-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_transport-ci-pr_any-homebrew-amd64.xml    2023-11-07 17:53:22.501242393 +0000
+++ /tmp/pr_xml_configuration/gz_transport-ci-pr_any-homebrew-amd64.xml 2023-11-07 17:51:57.680845148 +0000
@@ -56,7 +56,20 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-transport11</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-transport12</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-transport13</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>main</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_utils-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_utils-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_utils-ci-pr_any-homebrew-amd64.xml    2023-11-07 17:53:17.725216212 +0000
+++ /tmp/pr_xml_configuration/gz_utils-ci-pr_any-homebrew-amd64.xml 2023-11-07 17:51:52.908818387 +0000
@@ -56,7 +56,17 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-utils1</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>gz-utils2</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>main</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_cmake-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_cmake-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_cmake-ci-pr_any-homebrew-amd64.xml   2023-11-07 17:53:11.161181217 +0000
+++ /tmp/pr_xml_configuration/ign_cmake-ci-pr_any-homebrew-amd64.xml    2023-11-07 17:51:46.296780613 +0000
@@ -56,7 +56,11 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-cmake2</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_common-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_common-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_common-ci-pr_any-homebrew-amd64.xml  2023-11-07 17:53:12.361187732 +0000
+++ /tmp/pr_xml_configuration/ign_common-ci-pr_any-homebrew-amd64.xml   2023-11-07 17:51:47.504787428 +0000
@@ -56,7 +56,11 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-common3</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_fuel_tools-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_fuel_tools-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_fuel_tools-ci-pr_any-homebrew-amd64.xml  2023-11-07 17:53:14.273197060 +0000
+++ /tmp/pr_xml_configuration/ign_fuel_tools-ci-pr_any-homebrew-amd64.xml   2023-11-07 17:51:49.412798359 +0000
@@ -56,7 +56,11 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-fuel-tools4</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_gazebo-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_gazebo-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_gazebo-ci-pr_any-homebrew-amd64.xml  2023-11-07 17:53:15.877205490 +0000
+++ /tmp/pr_xml_configuration/ign_gazebo-ci-pr_any-homebrew-amd64.xml   2023-11-07 17:51:51.028807617 +0000
@@ -56,7 +56,11 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-gazebo3</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_gui-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_gui-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_gui-ci-pr_any-homebrew-amd64.xml 2023-11-07 17:53:14.909199923 +0000
+++ /tmp/pr_xml_configuration/ign_gui-ci-pr_any-homebrew-amd64.xml  2023-11-07 17:51:50.056802048 +0000
@@ -56,7 +56,11 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-gui3</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_launch-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_launch-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_launch-ci-pr_any-homebrew-amd64.xml  2023-11-07 17:53:16.205207393 +0000
+++ /tmp/pr_xml_configuration/ign_launch-ci-pr_any-homebrew-amd64.xml   2023-11-07 17:51:51.344809428 +0000
@@ -56,7 +56,11 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-launch2</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_math-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_math-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_math-ci-pr_any-homebrew-amd64.xml    2023-11-07 17:53:11.721184258 +0000
+++ /tmp/pr_xml_configuration/ign_math-ci-pr_any-homebrew-amd64.xml 2023-11-07 17:51:46.864783763 +0000
@@ -56,7 +56,11 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-math6</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_msgs-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_msgs-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_msgs-ci-pr_any-homebrew-amd64.xml    2023-11-07 17:53:12.681189470 +0000
+++ /tmp/pr_xml_configuration/ign_msgs-ci-pr_any-homebrew-amd64.xml 2023-11-07 17:51:47.820789239 +0000
@@ -56,7 +56,11 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-msgs5</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_physics-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_physics-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_physics-ci-pr_any-homebrew-amd64.xml 2023-11-07 17:53:15.545203564 +0000
+++ /tmp/pr_xml_configuration/ign_physics-ci-pr_any-homebrew-amd64.xml  2023-11-07 17:51:50.708805784 +0000
@@ -56,7 +56,11 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-physics2</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_plugin-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_plugin-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_plugin-ci-pr_any-homebrew-amd64.xml  2023-11-07 17:53:12.045186016 +0000
+++ /tmp/pr_xml_configuration/ign_plugin-ci-pr_any-homebrew-amd64.xml   2023-11-07 17:51:47.184785596 +0000
@@ -56,7 +56,11 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-plugin1</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_rendering-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_rendering-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_rendering-ci-pr_any-homebrew-amd64.xml   2023-11-07 17:53:12.997191185 +0000
+++ /tmp/pr_xml_configuration/ign_rendering-ci-pr_any-homebrew-amd64.xml    2023-11-07 17:51:48.140791072 +0000
@@ -56,7 +56,11 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-rendering3</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_sensors-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_sensors-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_sensors-ci-pr_any-homebrew-amd64.xml 2023-11-07 17:53:15.225201707 +0000
+++ /tmp/pr_xml_configuration/ign_sensors-ci-pr_any-homebrew-amd64.xml  2023-11-07 17:51:50.392803974 +0000
@@ -56,7 +56,11 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-sensors3</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_tools-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_tools-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_tools-ci-pr_any-homebrew-amd64.xml   2023-11-07 17:53:11.401182520 +0000
+++ /tmp/pr_xml_configuration/ign_tools-ci-pr_any-homebrew-amd64.xml    2023-11-07 17:51:46.536781942 +0000
@@ -56,7 +56,11 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-tools1</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_transport-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_transport-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_transport-ci-pr_any-homebrew-amd64.xml   2023-11-07 17:53:14.593198501 +0000
+++ /tmp/pr_xml_configuration/ign_transport-ci-pr_any-homebrew-amd64.xml    2023-11-07 17:51:49.736800215 +0000
@@ -56,7 +56,11 @@
             <permitAll>true</permitAll>
             <spec></spec>
             <cron></cron>
-            <whiteListTargetBranches></whiteListTargetBranches>
+            <whiteListTargetBranches>
+                <org.jenkinsci.plugins.ghprb.GhprbBranch>
+                    <branch>ign-transport8</branch>
+                </org.jenkinsci.plugins.ghprb.GhprbBranch>
+            </whiteListTargetBranches>
             <triggerPhrase>.*(re)?run test(s).*</triggerPhrase>
             <extensions>
                 <org.jenkinsci.plugins.ghprb.extensions.status.GhprbSimpleStatus>