Skip to content

dsl: detect the current NVIDIA driver/library mismatch message - #1525

Merged
j-rivero merged 2 commits into
masterfrom
jrivero/fiX_nvml_problem
Jul 30, 2026
Merged

dsl: detect the current NVIDIA driver/library mismatch message#1525
j-rivero merged 2 commits into
masterfrom
jrivero/fiX_nvml_problem

Conversation

@j-rivero

@j-rivero j-rivero commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Alternative to #1522

The recovery regex was written in 2023 against the message printed by libnvidia-container / nvidia-container-cli:

  nvidia-container-cli: initialization error:
  nvml error: driver/library version mismatch

The agents now run nvidia-container-toolkit 1.19.1, whose CDI "auto" path is Go code using go-nvml and reports instead:

  failed to initialize NVML: Driver/library version mismatch

Different prefix and different capitalization, so neither the naginator rerun nor the post-build recovery matched. A node in that state was left in the pool failing every GPU job it picked up, e.g. https://build.osrfoundation.org/job/gz_sim-ci-pr_any-noble-amd64/2521/

Match on the stable part of both wordings and keep the expression in a single Globals constant, since the value has to stay in sync between the naginator publisher and the embedded recovery script.

Assisted-By: Claude Opus 5

The recovery regex was written in 2023 against the message printed by
libnvidia-container / nvidia-container-cli:

  nvidia-container-cli: initialization error:
  nvml error: driver/library version mismatch

The agents now run nvidia-container-toolkit 1.19.1, whose CDI "auto"
path is Go code using go-nvml and reports instead:

  failed to initialize NVML: Driver/library version mismatch

Different prefix and different capitalization, so neither the naginator
rerun nor the post-build recovery matched. A node in that state was left
in the pool failing every GPU job it picked up, e.g.
https://build.osrfoundation.org/job/gz_sim-ci-pr_any-noble-amd64/2521/

Match on the stable part of both wordings and keep the expression in a
single Globals constant, since the value has to stay in sync between the
naginator publisher and the embedded recovery script.

Assisted-By: Claude Opus 5
Signed-off-by: Jose Luis Rivero <jrivero@honurobotics.com>
@github-actions

Copy link
Copy Markdown

This is an automatic response from the CI system for Jenkins DSL generation.

Below is the list of Jenkins XML configuration files changed by this PR (from changes to DSL) and the content changed in the configuration files:

📂 XML Jenkins configuration files changed in this PR

Details

Files /tmp/current_xml_configuration/_releasepy.xml and /tmp/pr_xml_configuration/_releasepy.xml differ
Files /tmp/current_xml_configuration/_test_gz_source.xml and /tmp/pr_xml_configuration/_test_gz_source.xml differ
Files /tmp/current_xml_configuration/_test_job_from_dsl.xml and /tmp/pr_xml_configuration/_test_job_from_dsl.xml differ
Files /tmp/current_xml_configuration/_test_job_from_dsl_mac_amd64.xml and /tmp/pr_xml_configuration/_test_job_from_dsl_mac_amd64.xml differ
Files /tmp/current_xml_configuration/_test_job_from_dsl_mac_arm64.xml and /tmp/pr_xml_configuration/_test_job_from_dsl_mac_arm64.xml differ
Files /tmp/current_xml_configuration/_test_pr_job_from_dsl.xml and /tmp/pr_xml_configuration/_test_pr_job_from_dsl.xml differ
Files /tmp/current_xml_configuration/_test_releasepy.xml and /tmp/pr_xml_configuration/_test_releasepy.xml differ
Files /tmp/current_xml_configuration/debian-ratt-builder.xml and /tmp/pr_xml_configuration/debian-ratt-builder.xml differ
Files /tmp/current_xml_configuration/generic-release-homebrew_bump_unbottled_dependencies.xml and /tmp/pr_xml_configuration/generic-release-homebrew_bump_unbottled_dependencies.xml differ
Files /tmp/current_xml_configuration/generic-release-homebrew_pr_bottle_hash_updater.xml and /tmp/pr_xml_configuration/generic-release-homebrew_pr_bottle_hash_updater.xml differ
Files /tmp/current_xml_configuration/generic-release-homebrew_pull_request_updater.xml and /tmp/pr_xml_configuration/generic-release-homebrew_pull_request_updater.xml differ
Files /tmp/current_xml_configuration/generic-release-homebrew_remove_dependent_bottles.xml and /tmp/pr_xml_configuration/generic-release-homebrew_remove_dependent_bottles.xml differ
Files /tmp/current_xml_configuration/generic-release-homebrew_triggered_bottle_builder.xml and /tmp/pr_xml_configuration/generic-release-homebrew_triggered_bottle_builder.xml differ
Files /tmp/current_xml_configuration/generic_backport-debbuilder.xml and /tmp/pr_xml_configuration/generic_backport-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-cmake2-debbuilder.xml and /tmp/pr_xml_configuration/gz-cmake2-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-cmake2-source.xml and /tmp/pr_xml_configuration/gz-cmake2-source.xml differ
Files /tmp/current_xml_configuration/gz-cmake3-debbuilder.xml and /tmp/pr_xml_configuration/gz-cmake3-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-cmake3-source.xml and /tmp/pr_xml_configuration/gz-cmake3-source.xml differ
Files /tmp/current_xml_configuration/gz-cmake4-debbuilder.xml and /tmp/pr_xml_configuration/gz-cmake4-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-cmake4-source.xml and /tmp/pr_xml_configuration/gz-cmake4-source.xml differ
Files /tmp/current_xml_configuration/gz-cmake5-debbuilder.xml and /tmp/pr_xml_configuration/gz-cmake5-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-cmake5-source.xml and /tmp/pr_xml_configuration/gz-cmake5-source.xml differ
Files /tmp/current_xml_configuration/gz-common4-debbuilder.xml and /tmp/pr_xml_configuration/gz-common4-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-common4-source.xml and /tmp/pr_xml_configuration/gz-common4-source.xml differ
Files /tmp/current_xml_configuration/gz-common5-debbuilder.xml and /tmp/pr_xml_configuration/gz-common5-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-common5-source.xml and /tmp/pr_xml_configuration/gz-common5-source.xml differ
Files /tmp/current_xml_configuration/gz-common6-debbuilder.xml and /tmp/pr_xml_configuration/gz-common6-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-common6-source.xml and /tmp/pr_xml_configuration/gz-common6-source.xml differ
Files /tmp/current_xml_configuration/gz-common7-debbuilder.xml and /tmp/pr_xml_configuration/gz-common7-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-common7-source.xml and /tmp/pr_xml_configuration/gz-common7-source.xml differ
Files /tmp/current_xml_configuration/gz-fortress-debbuilder.xml and /tmp/pr_xml_configuration/gz-fortress-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-fortress-source.xml and /tmp/pr_xml_configuration/gz-fortress-source.xml differ
Files /tmp/current_xml_configuration/gz-fuel-tools10-debbuilder.xml and /tmp/pr_xml_configuration/gz-fuel-tools10-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-fuel-tools10-source.xml and /tmp/pr_xml_configuration/gz-fuel-tools10-source.xml differ
Files /tmp/current_xml_configuration/gz-fuel-tools11-debbuilder.xml and /tmp/pr_xml_configuration/gz-fuel-tools11-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-fuel-tools11-source.xml and /tmp/pr_xml_configuration/gz-fuel-tools11-source.xml differ
Files /tmp/current_xml_configuration/gz-fuel-tools7-debbuilder.xml and /tmp/pr_xml_configuration/gz-fuel-tools7-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-fuel-tools7-source.xml and /tmp/pr_xml_configuration/gz-fuel-tools7-source.xml differ
Files /tmp/current_xml_configuration/gz-fuel-tools9-debbuilder.xml and /tmp/pr_xml_configuration/gz-fuel-tools9-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-fuel-tools9-source.xml and /tmp/pr_xml_configuration/gz-fuel-tools9-source.xml differ
Files /tmp/current_xml_configuration/gz-gui10-debbuilder.xml and /tmp/pr_xml_configuration/gz-gui10-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-gui10-source.xml and /tmp/pr_xml_configuration/gz-gui10-source.xml differ
Files /tmp/current_xml_configuration/gz-gui6-debbuilder.xml and /tmp/pr_xml_configuration/gz-gui6-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-gui6-source.xml and /tmp/pr_xml_configuration/gz-gui6-source.xml differ
Files /tmp/current_xml_configuration/gz-gui8-debbuilder.xml and /tmp/pr_xml_configuration/gz-gui8-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-gui8-source.xml and /tmp/pr_xml_configuration/gz-gui8-source.xml differ
Files /tmp/current_xml_configuration/gz-gui9-debbuilder.xml and /tmp/pr_xml_configuration/gz-gui9-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-gui9-source.xml and /tmp/pr_xml_configuration/gz-gui9-source.xml differ
Files /tmp/current_xml_configuration/gz-harmonic-debbuilder.xml and /tmp/pr_xml_configuration/gz-harmonic-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-harmonic-source.xml and /tmp/pr_xml_configuration/gz-harmonic-source.xml differ
Files /tmp/current_xml_configuration/gz-ionic-debbuilder.xml and /tmp/pr_xml_configuration/gz-ionic-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-ionic-source.xml and /tmp/pr_xml_configuration/gz-ionic-source.xml differ
Files /tmp/current_xml_configuration/gz-jetty-debbuilder.xml and /tmp/pr_xml_configuration/gz-jetty-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-jetty-source.xml and /tmp/pr_xml_configuration/gz-jetty-source.xml differ
Files /tmp/current_xml_configuration/gz-launch5-debbuilder.xml and /tmp/pr_xml_configuration/gz-launch5-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-launch5-source.xml and /tmp/pr_xml_configuration/gz-launch5-source.xml differ
Files /tmp/current_xml_configuration/gz-launch7-debbuilder.xml and /tmp/pr_xml_configuration/gz-launch7-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-launch7-source.xml and /tmp/pr_xml_configuration/gz-launch7-source.xml differ
Files /tmp/current_xml_configuration/gz-launch8-debbuilder.xml and /tmp/pr_xml_configuration/gz-launch8-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-launch8-source.xml and /tmp/pr_xml_configuration/gz-launch8-source.xml differ
Files /tmp/current_xml_configuration/gz-launch9-debbuilder.xml and /tmp/pr_xml_configuration/gz-launch9-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-launch9-source.xml and /tmp/pr_xml_configuration/gz-launch9-source.xml differ
Files /tmp/current_xml_configuration/gz-math6-debbuilder.xml and /tmp/pr_xml_configuration/gz-math6-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-math6-source.xml and /tmp/pr_xml_configuration/gz-math6-source.xml differ
Files /tmp/current_xml_configuration/gz-math7-debbuilder.xml and /tmp/pr_xml_configuration/gz-math7-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-math7-source.xml and /tmp/pr_xml_configuration/gz-math7-source.xml differ
Files /tmp/current_xml_configuration/gz-math8-debbuilder.xml and /tmp/pr_xml_configuration/gz-math8-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-math8-source.xml and /tmp/pr_xml_configuration/gz-math8-source.xml differ
Files /tmp/current_xml_configuration/gz-math9-debbuilder.xml and /tmp/pr_xml_configuration/gz-math9-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-math9-source.xml and /tmp/pr_xml_configuration/gz-math9-source.xml differ
Files /tmp/current_xml_configuration/gz-msgs10-debbuilder.xml and /tmp/pr_xml_configuration/gz-msgs10-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-msgs10-source.xml and /tmp/pr_xml_configuration/gz-msgs10-source.xml differ
Files /tmp/current_xml_configuration/gz-msgs11-debbuilder.xml and /tmp/pr_xml_configuration/gz-msgs11-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-msgs11-source.xml and /tmp/pr_xml_configuration/gz-msgs11-source.xml differ
Files /tmp/current_xml_configuration/gz-msgs12-debbuilder.xml and /tmp/pr_xml_configuration/gz-msgs12-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-msgs12-source.xml and /tmp/pr_xml_configuration/gz-msgs12-source.xml differ
Files /tmp/current_xml_configuration/gz-msgs8-debbuilder.xml and /tmp/pr_xml_configuration/gz-msgs8-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-msgs8-source.xml and /tmp/pr_xml_configuration/gz-msgs8-source.xml differ
Files /tmp/current_xml_configuration/gz-physics5-debbuilder.xml and /tmp/pr_xml_configuration/gz-physics5-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-physics5-source.xml and /tmp/pr_xml_configuration/gz-physics5-source.xml differ
Files /tmp/current_xml_configuration/gz-physics7-debbuilder.xml and /tmp/pr_xml_configuration/gz-physics7-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-physics7-source.xml and /tmp/pr_xml_configuration/gz-physics7-source.xml differ
Files /tmp/current_xml_configuration/gz-physics8-debbuilder.xml and /tmp/pr_xml_configuration/gz-physics8-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-physics8-source.xml and /tmp/pr_xml_configuration/gz-physics8-source.xml differ
Files /tmp/current_xml_configuration/gz-physics9-debbuilder.xml and /tmp/pr_xml_configuration/gz-physics9-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-physics9-source.xml and /tmp/pr_xml_configuration/gz-physics9-source.xml differ
Files /tmp/current_xml_configuration/gz-plugin1-debbuilder.xml and /tmp/pr_xml_configuration/gz-plugin1-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-plugin1-source.xml and /tmp/pr_xml_configuration/gz-plugin1-source.xml differ
Files /tmp/current_xml_configuration/gz-plugin2-debbuilder.xml and /tmp/pr_xml_configuration/gz-plugin2-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-plugin2-source.xml and /tmp/pr_xml_configuration/gz-plugin2-source.xml differ
Files /tmp/current_xml_configuration/gz-plugin3-debbuilder.xml and /tmp/pr_xml_configuration/gz-plugin3-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-plugin3-source.xml and /tmp/pr_xml_configuration/gz-plugin3-source.xml differ
Files /tmp/current_xml_configuration/gz-plugin4-debbuilder.xml and /tmp/pr_xml_configuration/gz-plugin4-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-plugin4-source.xml and /tmp/pr_xml_configuration/gz-plugin4-source.xml differ
Files /tmp/current_xml_configuration/gz-rendering10-debbuilder.xml and /tmp/pr_xml_configuration/gz-rendering10-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rendering10-source.xml and /tmp/pr_xml_configuration/gz-rendering10-source.xml differ
Files /tmp/current_xml_configuration/gz-rendering6-debbuilder.xml and /tmp/pr_xml_configuration/gz-rendering6-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rendering6-source.xml and /tmp/pr_xml_configuration/gz-rendering6-source.xml differ
Files /tmp/current_xml_configuration/gz-rendering8-debbuilder.xml and /tmp/pr_xml_configuration/gz-rendering8-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rendering8-source.xml and /tmp/pr_xml_configuration/gz-rendering8-source.xml differ
Files /tmp/current_xml_configuration/gz-rendering9-debbuilder.xml and /tmp/pr_xml_configuration/gz-rendering9-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rendering9-source.xml and /tmp/pr_xml_configuration/gz-rendering9-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-cmake-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-cmake-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-cmake-source.xml and /tmp/pr_xml_configuration/gz-rotary-cmake-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-common-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-common-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-common-source.xml and /tmp/pr_xml_configuration/gz-rotary-common-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-fuel-tools-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-fuel-tools-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-fuel-tools-source.xml and /tmp/pr_xml_configuration/gz-rotary-fuel-tools-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-gui-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-gui-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-gui-source.xml and /tmp/pr_xml_configuration/gz-rotary-gui-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-math-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-math-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-math-source.xml and /tmp/pr_xml_configuration/gz-rotary-math-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-msgs-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-msgs-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-msgs-source.xml and /tmp/pr_xml_configuration/gz-rotary-msgs-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-nightly-scheduler.xml and /tmp/pr_xml_configuration/gz-rotary-nightly-scheduler.xml differ
Files /tmp/current_xml_configuration/gz-rotary-physics-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-physics-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-physics-source.xml and /tmp/pr_xml_configuration/gz-rotary-physics-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-plugin-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-plugin-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-plugin-source.xml and /tmp/pr_xml_configuration/gz-rotary-plugin-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-rendering-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-rendering-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-rendering-source.xml and /tmp/pr_xml_configuration/gz-rotary-rendering-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-sdformat-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-sdformat-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-sdformat-source.xml and /tmp/pr_xml_configuration/gz-rotary-sdformat-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-sensors-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-sensors-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-sensors-source.xml and /tmp/pr_xml_configuration/gz-rotary-sensors-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-sim-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-sim-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-sim-source.xml and /tmp/pr_xml_configuration/gz-rotary-sim-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-source.xml and /tmp/pr_xml_configuration/gz-rotary-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-tools-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-tools-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-tools-source.xml and /tmp/pr_xml_configuration/gz-rotary-tools-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-transport-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-transport-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-transport-source.xml and /tmp/pr_xml_configuration/gz-rotary-transport-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-utils-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-utils-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-utils-source.xml and /tmp/pr_xml_configuration/gz-rotary-utils-source.xml differ
Files /tmp/current_xml_configuration/gz-sensors10-debbuilder.xml and /tmp/pr_xml_configuration/gz-sensors10-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-sensors10-source.xml and /tmp/pr_xml_configuration/gz-sensors10-source.xml differ
Files /tmp/current_xml_configuration/gz-sensors6-debbuilder.xml and /tmp/pr_xml_configuration/gz-sensors6-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-sensors6-source.xml and /tmp/pr_xml_configuration/gz-sensors6-source.xml differ
Files /tmp/current_xml_configuration/gz-sensors8-debbuilder.xml and /tmp/pr_xml_configuration/gz-sensors8-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-sensors8-source.xml and /tmp/pr_xml_configuration/gz-sensors8-source.xml differ
Files /tmp/current_xml_configuration/gz-sensors9-debbuilder.xml and /tmp/pr_xml_configuration/gz-sensors9-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-sensors9-source.xml and /tmp/pr_xml_configuration/gz-sensors9-source.xml differ
Files /tmp/current_xml_configuration/gz-sim10-debbuilder.xml and /tmp/pr_xml_configuration/gz-sim10-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-sim10-source.xml and /tmp/pr_xml_configuration/gz-sim10-source.xml differ
Files /tmp/current_xml_configuration/gz-sim6-debbuilder.xml and /tmp/pr_xml_configuration/gz-sim6-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-sim6-source.xml and /tmp/pr_xml_configuration/gz-sim6-source.xml differ
Files /tmp/current_xml_configuration/gz-sim8-debbuilder.xml and /tmp/pr_xml_configuration/gz-sim8-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-sim8-source.xml and /tmp/pr_xml_configuration/gz-sim8-source.xml differ
Files /tmp/current_xml_configuration/gz-sim9-debbuilder.xml and /tmp/pr_xml_configuration/gz-sim9-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-sim9-source.xml and /tmp/pr_xml_configuration/gz-sim9-source.xml differ
Files /tmp/current_xml_configuration/gz-tools1-debbuilder.xml and /tmp/pr_xml_configuration/gz-tools1-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-tools1-source.xml and /tmp/pr_xml_configuration/gz-tools1-source.xml differ
Files /tmp/current_xml_configuration/gz-tools2-debbuilder.xml and /tmp/pr_xml_configuration/gz-tools2-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-tools2-source.xml and /tmp/pr_xml_configuration/gz-tools2-source.xml differ
Files /tmp/current_xml_configuration/gz-transport11-debbuilder.xml and /tmp/pr_xml_configuration/gz-transport11-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-transport11-source.xml and /tmp/pr_xml_configuration/gz-transport11-source.xml differ
Files /tmp/current_xml_configuration/gz-transport13-debbuilder.xml and /tmp/pr_xml_configuration/gz-transport13-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-transport13-source.xml and /tmp/pr_xml_configuration/gz-transport13-source.xml differ
Files /tmp/current_xml_configuration/gz-transport14-debbuilder.xml and /tmp/pr_xml_configuration/gz-transport14-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-transport14-source.xml and /tmp/pr_xml_configuration/gz-transport14-source.xml differ
Files /tmp/current_xml_configuration/gz-transport15-debbuilder.xml and /tmp/pr_xml_configuration/gz-transport15-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-transport15-source.xml and /tmp/pr_xml_configuration/gz-transport15-source.xml differ
Files /tmp/current_xml_configuration/gz-utils1-debbuilder.xml and /tmp/pr_xml_configuration/gz-utils1-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-utils1-source.xml and /tmp/pr_xml_configuration/gz-utils1-source.xml differ
Files /tmp/current_xml_configuration/gz-utils2-debbuilder.xml and /tmp/pr_xml_configuration/gz-utils2-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-utils2-source.xml and /tmp/pr_xml_configuration/gz-utils2-source.xml differ
Files /tmp/current_xml_configuration/gz-utils3-debbuilder.xml and /tmp/pr_xml_configuration/gz-utils3-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-utils3-source.xml and /tmp/pr_xml_configuration/gz-utils3-source.xml differ
Files /tmp/current_xml_configuration/gz-utils4-debbuilder.xml and /tmp/pr_xml_configuration/gz-utils4-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-utils4-source.xml and /tmp/pr_xml_configuration/gz-utils4-source.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-gz-cmake3-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-gz-cmake3-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-gz-cmake3-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-gz-cmake3-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-gz-cmake3-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-gz-cmake3-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-gz-cmake3-noble-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-gz-cmake3-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-gz-cmake4-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-gz-cmake4-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-gz-cmake4-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-gz-cmake4-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-gz-cmake4-noble-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-gz-cmake4-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-gz-cmake5-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-gz-cmake5-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-gz-cmake5-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-gz-cmake5-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-gz-cmake5-noble-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-gz-cmake5-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-ign-cmake2-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-ign-cmake2-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-ign-cmake2-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-ign-cmake2-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-ign-cmake2-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-ign-cmake2-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci_asan-gz-cmake3-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci_asan-gz-cmake3-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci_asan-gz-cmake4-noble-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci_asan-gz-cmake4-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci_asan-gz-cmake5-noble-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci_asan-gz-cmake5-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci_asan-ign-cmake2-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci_asan-ign-cmake2-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake2-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_cmake2-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake2-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_cmake2-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake2-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_cmake2-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_cmake3-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_cmake3-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake3-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_cmake3-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake3-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_cmake3-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake3-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_cmake3-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_cmake4-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_cmake4-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake4-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_cmake4-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake4-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_cmake4-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_cmake5-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_cmake5-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake5-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_cmake5-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake5-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_cmake5-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_common-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_common-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-gz-common5-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-gz-common5-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-gz-common5-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_common-ci-gz-common5-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-gz-common5-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-gz-common5-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-gz-common5-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-gz-common5-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-gz-common6-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-gz-common6-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-gz-common6-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_common-ci-gz-common6-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-gz-common6-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-gz-common6-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-gz-common7-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-gz-common7-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-gz-common7-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_common-ci-gz-common7-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-gz-common7-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-gz-common7-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-ign-common4-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-ign-common4-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-ign-common4-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_common-ci-ign-common4-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-ign-common4-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-ign-common4-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_common-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_common-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci_asan-gz-common5-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci_asan-gz-common5-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci_asan-gz-common6-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci_asan-gz-common6-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci_asan-gz-common7-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci_asan-gz-common7-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci_asan-ign-common4-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci_asan-ign-common4-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common4-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_common4-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common4-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_common4-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common4-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_common4-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_common5-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_common5-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common5-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common5-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common5-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_common5-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common5-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_common5-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_common6-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common6-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common6-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_common6-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common6-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_common6-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_common7-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common7-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common7-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_common7-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common7-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_common7-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_fortress-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_fortress-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fortress-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_fortress-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fortress-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_fortress-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools10-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools10-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools10-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools10-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools10-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools10-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools11-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools11-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools11-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools11-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools11-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools11-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools9-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools9-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools9-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools9-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools9-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools9-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-ign-fuel-tools7-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-ign-fuel-tools7-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-ign-fuel-tools7-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-ign-fuel-tools7-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-ign-fuel-tools7-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-ign-fuel-tools7-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci_asan-gz-fuel-tools10-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci_asan-gz-fuel-tools10-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci_asan-gz-fuel-tools11-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci_asan-gz-fuel-tools11-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci_asan-gz-fuel-tools9-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci_asan-gz-fuel-tools9-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci_asan-ign-fuel-tools7-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci_asan-ign-fuel-tools7-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools10-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools10-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools10-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools10-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools10-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_fuel_tools10-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools11-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools11-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools11-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools11-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools11-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_fuel_tools11-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools7-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools7-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools7-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools7-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools7-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_fuel_tools7-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools9-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools9-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools9-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools9-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools9-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools9-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools9-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_fuel_tools9-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_gui-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_gui-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-gz-gui10-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-gz-gui10-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-gz-gui10-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_gui-ci-gz-gui10-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-gz-gui10-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-gz-gui10-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-gz-gui8-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-gz-gui8-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-gz-gui8-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_gui-ci-gz-gui8-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-gz-gui8-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-gz-gui8-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-gz-gui8-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-gz-gui8-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-gz-gui9-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-gz-gui9-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-gz-gui9-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_gui-ci-gz-gui9-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-gz-gui9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-gz-gui9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-ign-gui6-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-ign-gui6-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-ign-gui6-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_gui-ci-ign-gui6-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-ign-gui6-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-ign-gui6-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_gui-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_gui-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci_asan-gz-gui10-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci_asan-gz-gui10-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci_asan-gz-gui8-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci_asan-gz-gui8-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci_asan-gz-gui9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci_asan-gz-gui9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci_asan-ign-gui6-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci_asan-ign-gui6-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui10-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui10-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui10-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_gui10-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui10-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_gui10-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_gui6-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_gui6-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui6-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_gui6-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui6-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_gui6-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_gui8-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_gui8-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui8-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui8-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui8-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_gui8-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui8-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_gui8-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_gui9-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui9-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui9-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_gui9-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui9-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_gui9-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_harmonic-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_harmonic-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_harmonic-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_harmonic-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_harmonic-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_harmonic-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_harmonic-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_harmonic-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_ionic-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_ionic-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_ionic-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_ionic-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_ionic-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_ionic-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_jetty-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_jetty-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_jetty-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_jetty-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_jetty-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_jetty-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_launch-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_launch-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_launch-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-gz-launch7-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci-gz-launch7-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-gz-launch7-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_launch-ci-gz-launch7-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-gz-launch7-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci-gz-launch7-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-gz-launch7-noble-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci-gz-launch7-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-gz-launch8-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci-gz-launch8-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-gz-launch8-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_launch-ci-gz-launch8-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-gz-launch8-noble-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci-gz-launch8-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-gz-launch9-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci-gz-launch9-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-gz-launch9-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_launch-ci-gz-launch9-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-gz-launch9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci-gz-launch9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-ign-launch5-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci-ign-launch5-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-ign-launch5-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_launch-ci-ign-launch5-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-ign-launch5-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci-ign-launch5-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_launch-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci_asan-gz-launch7-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci_asan-gz-launch7-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci_asan-gz-launch8-noble-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci_asan-gz-launch8-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci_asan-gz-launch9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci_asan-gz-launch9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci_asan-ign-launch5-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci_asan-ign-launch5-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch5-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_launch5-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch5-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_launch5-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch5-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_launch5-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_launch7-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_launch7-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch7-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_launch7-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch7-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_launch7-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch7-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_launch7-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_launch8-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_launch8-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch8-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_launch8-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch8-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_launch8-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_launch9-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_launch9-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch9-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_launch9-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch9-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_launch9-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_math-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_math-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-gz-math7-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-gz-math7-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-gz-math7-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_math-ci-gz-math7-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-gz-math7-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-gz-math7-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-gz-math7-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-gz-math7-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-gz-math8-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-gz-math8-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-gz-math8-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_math-ci-gz-math8-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-gz-math8-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-gz-math8-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-gz-math9-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-gz-math9-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-gz-math9-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_math-ci-gz-math9-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-gz-math9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-gz-math9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-ign-math6-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-ign-math6-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-ign-math6-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_math-ci-ign-math6-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-ign-math6-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-ign-math6-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_math-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_math-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci_asan-gz-math7-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci_asan-gz-math7-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci_asan-gz-math8-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci_asan-gz-math8-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci_asan-gz-math9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci_asan-gz-math9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci_asan-ign-math6-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci_asan-ign-math6-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math6-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_math6-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math6-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_math6-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math6-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_math6-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_math7-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_math7-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math7-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math7-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math7-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_math7-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math7-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_math7-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_math8-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math8-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math8-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_math8-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math8-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_math8-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_math9-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math9-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math9-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_math9-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math9-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_math9-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs10-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs10-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs10-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs10-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs10-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs10-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs10-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs10-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs11-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs11-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs11-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs11-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs11-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs11-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs12-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs12-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs12-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs12-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs12-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs12-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-ign-msgs8-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-ign-msgs8-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-ign-msgs8-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-ign-msgs8-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-ign-msgs8-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-ign-msgs8-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci_asan-gz-msgs10-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci_asan-gz-msgs10-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci_asan-gz-msgs11-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci_asan-gz-msgs11-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci_asan-gz-msgs12-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci_asan-gz-msgs12-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci_asan-ign-msgs8-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci_asan-ign-msgs8-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs10-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_msgs10-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs10-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs10-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs10-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_msgs10-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs10-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_msgs10-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_msgs11-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs11-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs11-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_msgs11-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs11-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_msgs11-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_msgs12-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs12-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs12-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_msgs12-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs12-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_msgs12-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_msgs8-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_msgs8-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs8-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_msgs8-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs8-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_msgs8-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_physics-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_physics-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-gz-physics7-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-gz-physics7-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-gz-physics7-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_physics-ci-gz-physics7-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-gz-physics7-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-gz-physics7-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-gz-physics7-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-gz-physics7-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-gz-physics8-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-gz-physics8-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-gz-physics8-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_physics-ci-gz-physics8-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-gz-physics8-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-gz-physics8-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-gz-physics9-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-gz-physics9-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-gz-physics9-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_physics-ci-gz-physics9-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-gz-physics9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-gz-physics9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-ign-physics5-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-ign-physics5-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-ign-physics5-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_physics-ci-ign-physics5-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-ign-physics5-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-ign-physics5-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_physics-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_physics-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci_asan-gz-physics7-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci_asan-gz-physics7-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci_asan-gz-physics8-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci_asan-gz-physics8-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci_asan-gz-physics9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci_asan-gz-physics9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci_asan-ign-physics5-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci_asan-ign-physics5-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics5-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_physics5-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics5-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_physics5-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics5-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_physics5-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_physics7-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_physics7-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics7-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics7-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics7-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_physics7-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics7-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_physics7-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_physics8-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics8-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics8-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_physics8-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics8-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_physics8-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_physics9-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics9-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics9-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_physics9-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics9-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_physics9-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-gz-plugin2-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-gz-plugin2-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-gz-plugin2-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-gz-plugin2-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-gz-plugin2-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-gz-plugin2-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-gz-plugin2-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-gz-plugin2-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-gz-plugin3-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-gz-plugin3-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-gz-plugin3-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-gz-plugin3-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-gz-plugin3-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-gz-plugin3-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-gz-plugin4-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-gz-plugin4-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-gz-plugin4-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-gz-plugin4-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-gz-plugin4-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-gz-plugin4-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-ign-plugin1-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-ign-plugin1-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-ign-plugin1-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-ign-plugin1-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-ign-plugin1-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-ign-plugin1-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci_asan-gz-plugin2-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci_asan-gz-plugin2-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci_asan-gz-plugin3-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci_asan-gz-plugin3-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci_asan-gz-plugin4-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci_asan-gz-plugin4-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci_asan-ign-plugin1-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci_asan-ign-plugin1-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin1-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_plugin1-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin1-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_plugin1-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin1-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_plugin1-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_plugin2-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_plugin2-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin2-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin2-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin2-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_plugin2-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin2-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_plugin2-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_plugin3-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin3-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin3-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_plugin3-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin3-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_plugin3-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_plugin4-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin4-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin4-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_plugin4-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin4-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_plugin4-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering10-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering10-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering10-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering10-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering10-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering10-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering8-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering8-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering8-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering8-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering8-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering8-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering8-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering8-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering9-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering9-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering9-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering9-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-ign-rendering6-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-ign-rendering6-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-ign-rendering6-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-ign-rendering6-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-ign-rendering6-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-ign-rendering6-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci_asan-gz-rendering10-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci_asan-gz-rendering10-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci_asan-gz-rendering8-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci_asan-gz-rendering8-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci_asan-gz-rendering9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci_asan-gz-rendering9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci_asan-ign-rendering6-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci_asan-ign-rendering6-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering10-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering10-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering10-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rendering10-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering10-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rendering10-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rendering6-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_rendering6-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering6-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rendering6-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering6-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rendering6-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rendering8-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_rendering8-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering8-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering8-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering8-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rendering8-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering8-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rendering8-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rendering9-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering9-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering9-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rendering9-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering9-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rendering9-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rotary-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary-install-pkg-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_rotary-install-pkg-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_cmake-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_cmake-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_cmake-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_cmake-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_common-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_common-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_common-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_common-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_fuel_tools-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_fuel_tools-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_fuel_tools-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_fuel_tools-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_gui-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_gui-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_gui-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_gui-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_math-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_math-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_math-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_math-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_msgs-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_msgs-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_msgs-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_msgs-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_physics-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_physics-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_physics-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_physics-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_plugin-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_plugin-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_plugin-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_plugin-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_rendering-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_rendering-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_rendering-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_rendering-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_sdformat-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_sdformat-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_sdformat-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_sdformat-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_sensors-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_sensors-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_sensors-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_sensors-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_sim-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_sim-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_sim-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_sim-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_tools-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_tools-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_tools-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_tools-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_transport-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_transport-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_transport-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_transport-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_utils-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_utils-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_utils-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_utils-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors10-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors10-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors10-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors10-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors10-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors10-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors8-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors8-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors8-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors8-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors8-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors8-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors8-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors8-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors9-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors9-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors9-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors9-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-ign-sensors6-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-ign-sensors6-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-ign-sensors6-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-ign-sensors6-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-ign-sensors6-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-ign-sensors6-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci_asan-gz-sensors10-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci_asan-gz-sensors10-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci_asan-gz-sensors8-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci_asan-gz-sensors8-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci_asan-gz-sensors9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci_asan-gz-sensors9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci_asan-ign-sensors6-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci_asan-ign-sensors6-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors10-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors10-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors10-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sensors10-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors10-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sensors10-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sensors6-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sensors6-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors6-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sensors6-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors6-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sensors6-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sensors8-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sensors8-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors8-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors8-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors8-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sensors8-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors8-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sensors8-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sensors9-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors9-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors9-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sensors9-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors9-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sensors9-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sim-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sim-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-gz-sim10-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-gz-sim10-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-gz-sim10-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sim-ci-gz-sim10-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-gz-sim10-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-gz-sim10-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-gz-sim8-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-gz-sim8-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-gz-sim8-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sim-ci-gz-sim8-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-gz-sim8-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-gz-sim8-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-gz-sim8-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-gz-sim8-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-gz-sim9-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-gz-sim9-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-gz-sim9-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sim-ci-gz-sim9-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-gz-sim9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-gz-sim9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-ign-gazebo6-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-ign-gazebo6-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-ign-gazebo6-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sim-ci-ign-gazebo6-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-ign-gazebo6-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-ign-gazebo6-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sim-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sim-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci_asan-gz-sim10-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci_asan-gz-sim10-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci_asan-gz-sim8-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci_asan-gz-sim8-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci_asan-gz-sim9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci_asan-gz-sim9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci_asan-ign-gazebo6-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci_asan-ign-gazebo6-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim10-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim10-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim10-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sim10-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim10-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sim10-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sim6-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sim6-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim6-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sim6-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim6-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sim6-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sim8-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sim8-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim8-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim8-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim8-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sim8-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim8-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sim8-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sim9-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim9-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim9-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sim9-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim9-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sim9-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-gz-tools2-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci-gz-tools2-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-gz-tools2-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_tools-ci-gz-tools2-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-gz-tools2-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci-gz-tools2-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-gz-tools2-noble-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci-gz-tools2-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-ign-tools1-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci-ign-tools1-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-ign-tools1-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_tools-ci-ign-tools1-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-ign-tools1-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci-ign-tools1-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_tools-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_tools-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci_asan-gz-tools2-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci_asan-gz-tools2-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci_asan-gz-tools2-noble-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci_asan-gz-tools2-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci_asan-ign-tools1-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci_asan-ign-tools1-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_tools-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools1-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_tools1-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools1-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_tools1-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools1-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_tools1-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_tools2-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_tools2-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools2-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_tools2-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools2-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_tools2-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools2-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_tools2-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_transport-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_transport-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-gz-transport13-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-gz-transport13-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-gz-transport13-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_transport-ci-gz-transport13-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-gz-transport13-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-gz-transport13-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-gz-transport13-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-gz-transport13-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-gz-transport14-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-gz-transport14-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-gz-transport14-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_transport-ci-gz-transport14-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-gz-transport14-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-gz-transport14-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-gz-transport15-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-gz-transport15-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-gz-transport15-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_transport-ci-gz-transport15-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-gz-transport15-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-gz-transport15-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-ign-transport11-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-ign-transport11-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-ign-transport11-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_transport-ci-ign-transport11-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-ign-transport11-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-ign-transport11-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_transport-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_transport-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci_asan-gz-transport13-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci_asan-gz-transport13-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci_asan-gz-transport14-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci_asan-gz-transport14-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci_asan-gz-transport15-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci_asan-gz-transport15-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci_asan-ign-transport11-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci_asan-ign-transport11-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport11-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_transport11-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport11-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_transport11-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport11-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_transport11-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_transport13-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_transport13-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport13-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport13-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport13-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_transport13-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport13-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_transport13-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_transport14-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport14-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport14-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_transport14-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport14-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_transport14-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_transport15-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport15-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport15-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_transport15-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport15-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_transport15-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_utils-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_utils-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-gz-utils2-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-gz-utils2-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-gz-utils2-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_utils-ci-gz-utils2-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-gz-utils2-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-gz-utils2-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-gz-utils2-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-gz-utils2-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-gz-utils3-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-gz-utils3-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-gz-utils3-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_utils-ci-gz-utils3-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-gz-utils3-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-gz-utils3-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-gz-utils4-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-gz-utils4-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-gz-utils4-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_utils-ci-gz-utils4-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-gz-utils4-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-gz-utils4-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-ign-utils1-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-ign-utils1-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-ign-utils1-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_utils-ci-ign-utils1-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-ign-utils1-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-ign-utils1-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_utils-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_utils-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci_asan-gz-utils2-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci_asan-gz-utils2-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci_asan-gz-utils3-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci_asan-gz-utils3-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci_asan-gz-utils4-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci_asan-gz-utils4-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci_asan-ign-utils1-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci_asan-ign-utils1-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils1-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_utils1-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils1-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_utils1-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils1-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_utils1-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_utils2-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_utils2-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils2-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils2-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils2-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_utils2-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils2-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_utils2-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_utils3-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils3-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils3-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_utils3-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils3-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_utils3-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_utils4-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils4-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils4-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_utils4-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils4-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_utils4-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gzdev-ci-default-jammy-amd64.xml and /tmp/pr_xml_configuration/gzdev-ci-default-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gzdev-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gzdev-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/ignition_fortress-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/ignition_fortress-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/ignition_fortress-install-pkg_ros_bootstrap-any-manual.xml and /tmp/pr_xml_configuration/ignition_fortress-install-pkg_ros_bootstrap-any-manual.xml differ
Files /tmp/current_xml_configuration/ignition_harmonic-install-pkg_ros_bootstrap-any-manual.xml and /tmp/pr_xml_configuration/ignition_harmonic-install-pkg_ros_bootstrap-any-manual.xml differ
Files /tmp/current_xml_configuration/ignition_ionic-install-pkg_ros_bootstrap-any-manual.xml and /tmp/pr_xml_configuration/ignition_ionic-install-pkg_ros_bootstrap-any-manual.xml differ
Files /tmp/current_xml_configuration/ignition_jetty-install-pkg_ros_bootstrap-any-manual.xml and /tmp/pr_xml_configuration/ignition_jetty-install-pkg_ros_bootstrap-any-manual.xml differ
Files /tmp/current_xml_configuration/ignition_rotary-install-pkg_ros_bootstrap-any-manual.xml and /tmp/pr_xml_configuration/ignition_rotary-install-pkg_ros_bootstrap-any-manual.xml differ
Files /tmp/current_xml_configuration/lark-parser-debbuilder.xml and /tmp/pr_xml_configuration/lark-parser-debbuilder.xml differ
Files /tmp/current_xml_configuration/mujoco-debbuilder.xml and /tmp/pr_xml_configuration/mujoco-debbuilder.xml differ
Files /tmp/current_xml_configuration/ogre-2.1-debbuilder.xml and /tmp/pr_xml_configuration/ogre-2.1-debbuilder.xml differ
Files /tmp/current_xml_configuration/ogre-2.2-debbuilder.xml and /tmp/pr_xml_configuration/ogre-2.2-debbuilder.xml differ
Files /tmp/current_xml_configuration/ogre-2.3-debbuilder.xml and /tmp/pr_xml_configuration/ogre-2.3-debbuilder.xml differ
Files /tmp/current_xml_configuration/opensplice-debbuilder.xml and /tmp/pr_xml_configuration/opensplice-debbuilder.xml differ
Files /tmp/current_xml_configuration/reprepro_importer.xml and /tmp/pr_xml_configuration/reprepro_importer.xml differ
Files /tmp/current_xml_configuration/ros-gz-bloom-debbuilder.xml and /tmp/pr_xml_configuration/ros-gz-bloom-debbuilder.xml differ
Files /tmp/current_xml_configuration/ros-gz-bridge-bloom-debbuilder.xml and /tmp/pr_xml_configuration/ros-gz-bridge-bloom-debbuilder.xml differ
Files /tmp/current_xml_configuration/ros-gz-image-bloom-debbuilder.xml and /tmp/pr_xml_configuration/ros-gz-image-bloom-debbuilder.xml differ
Files /tmp/current_xml_configuration/ros-gz-interfaces-bloom-debbuilder.xml and /tmp/pr_xml_configuration/ros-gz-interfaces-bloom-debbuilder.xml differ
Files /tmp/current_xml_configuration/ros-gz-sim-bloom-debbuilder.xml and /tmp/pr_xml_configuration/ros-gz-sim-bloom-debbuilder.xml differ
Files /tmp/current_xml_configuration/ros-gz-sim-demos-bloom-debbuilder.xml and /tmp/pr_xml_configuration/ros-gz-sim-demos-bloom-debbuilder.xml differ
Files /tmp/current_xml_configuration/ros1_ign_bridge-debbuilder.xml and /tmp/pr_xml_configuration/ros1_ign_bridge-debbuilder.xml differ
Files /tmp/current_xml_configuration/ros_gz_bridge-install-pkg_unofficial-any-manual.xml and /tmp/pr_xml_configuration/ros_gz_bridge-install-pkg_unofficial-any-manual.xml differ
Files /tmp/current_xml_configuration/ros_gzharmonic_bridge-install-pkg_humble-ci-jammy-amd64.xml and /tmp/pr_xml_configuration/ros_gzharmonic_bridge-install-pkg_humble-ci-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/sdformat-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/sdformat-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/sdformat-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf12-homebrew-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf12-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf12-homebrew-arm64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf12-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf12-jammy-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf12-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf14-homebrew-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf14-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf14-homebrew-arm64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf14-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf14-jammy-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf14-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf14-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf14-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf15-homebrew-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf15-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf15-homebrew-arm64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf15-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf15-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf15-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf16-homebrew-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf16-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf16-homebrew-arm64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf16-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf16-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf16-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci_asan-sdf12-jammy-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci_asan-sdf12-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci_asan-sdf14-jammy-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci_asan-sdf14-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci_asan-sdf15-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci_asan-sdf15-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci_asan-sdf16-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci_asan-sdf16-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat12-debbuilder.xml and /tmp/pr_xml_configuration/sdformat12-debbuilder.xml differ
Files /tmp/current_xml_configuration/sdformat12-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/sdformat12-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat12-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/sdformat12-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat12-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/sdformat12-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/sdformat12-source.xml and /tmp/pr_xml_configuration/sdformat12-source.xml differ
Files /tmp/current_xml_configuration/sdformat14-debbuilder.xml and /tmp/pr_xml_configuration/sdformat14-debbuilder.xml differ
Files /tmp/current_xml_configuration/sdformat14-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/sdformat14-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat14-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat14-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat14-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/sdformat14-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat14-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/sdformat14-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/sdformat14-source.xml and /tmp/pr_xml_configuration/sdformat14-source.xml differ
Files /tmp/current_xml_configuration/sdformat15-debbuilder.xml and /tmp/pr_xml_configuration/sdformat15-debbuilder.xml differ
Files /tmp/current_xml_configuration/sdformat15-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat15-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat15-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/sdformat15-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat15-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/sdformat15-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/sdformat15-source.xml and /tmp/pr_xml_configuration/sdformat15-source.xml differ
Files /tmp/current_xml_configuration/sdformat16-debbuilder.xml and /tmp/pr_xml_configuration/sdformat16-debbuilder.xml differ
Files /tmp/current_xml_configuration/sdformat16-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat16-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat16-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/sdformat16-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat16-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/sdformat16-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/sdformat16-source.xml and /tmp/pr_xml_configuration/sdformat16-source.xml differ

📑 Content changed in the XML configuration files in this PR

Details
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/_releasepy.xml /tmp/pr_xml_configuration/_releasepy.xml
--- /tmp/current_xml_configuration/_releasepy.xml	2026-07-30 17:58:49.953826636 +0000
+++ /tmp/pr_xml_configuration/_releasepy.xml	2026-07-30 17:58:39.006355599 +0000
@@ -242,7 +242,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -275,7 +275,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/_test_gz_source.xml /tmp/pr_xml_configuration/_test_gz_source.xml
--- /tmp/current_xml_configuration/_test_gz_source.xml	2026-07-30 17:58:57.548478145 +0000
+++ /tmp/pr_xml_configuration/_test_gz_source.xml	2026-07-30 17:58:46.351271014 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/_test_job_from_dsl.xml /tmp/pr_xml_configuration/_test_job_from_dsl.xml
--- /tmp/current_xml_configuration/_test_job_from_dsl.xml	2026-07-30 17:58:57.502468472 +0000
+++ /tmp/pr_xml_configuration/_test_job_from_dsl.xml	2026-07-30 17:58:46.329841558 +0000
@@ -154,7 +154,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -187,7 +187,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/_test_job_from_dsl_mac_amd64.xml /tmp/pr_xml_configuration/_test_job_from_dsl_mac_amd64.xml
--- /tmp/current_xml_configuration/_test_job_from_dsl_mac_amd64.xml	2026-07-30 17:58:57.504640291 +0000
+++ /tmp/pr_xml_configuration/_test_job_from_dsl_mac_amd64.xml	2026-07-30 17:58:46.332799511 +0000
@@ -159,7 +159,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -192,7 +192,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/_test_job_from_dsl_mac_arm64.xml /tmp/pr_xml_configuration/_test_job_from_dsl_mac_arm64.xml
--- /tmp/current_xml_configuration/_test_job_from_dsl_mac_arm64.xml	2026-07-30 17:58:57.506670173 +0000
+++ /tmp/pr_xml_configuration/_test_job_from_dsl_mac_arm64.xml	2026-07-30 17:58:46.335771151 +0000
@@ -159,7 +159,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -192,7 +192,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/_test_pr_job_from_dsl.xml /tmp/pr_xml_configuration/_test_pr_job_from_dsl.xml
--- /tmp/current_xml_configuration/_test_pr_job_from_dsl.xml	2026-07-30 17:58:57.537996688 +0000
+++ /tmp/pr_xml_configuration/_test_pr_job_from_dsl.xml	2026-07-30 17:58:46.342043480 +0000
@@ -210,7 +210,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -243,7 +243,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/_test_releasepy.xml /tmp/pr_xml_configuration/_test_releasepy.xml
--- /tmp/current_xml_configuration/_test_releasepy.xml	2026-07-30 17:58:57.541423152 +0000
+++ /tmp/pr_xml_configuration/_test_releasepy.xml	2026-07-30 17:58:46.344557244 +0000
@@ -242,7 +242,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -275,7 +275,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/debian-ratt-builder.xml /tmp/pr_xml_configuration/debian-ratt-builder.xml
--- /tmp/current_xml_configuration/debian-ratt-builder.xml	2026-07-30 17:58:50.076107546 +0000
+++ /tmp/pr_xml_configuration/debian-ratt-builder.xml	2026-07-30 17:58:39.115835483 +0000
@@ -180,7 +180,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -213,7 +213,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/generic-release-homebrew_bump_unbottled_dependencies.xml /tmp/pr_xml_configuration/generic-release-homebrew_bump_unbottled_dependencies.xml
--- /tmp/current_xml_configuration/generic-release-homebrew_bump_unbottled_dependencies.xml	2026-07-30 17:58:49.703853995 +0000
+++ /tmp/pr_xml_configuration/generic-release-homebrew_bump_unbottled_dependencies.xml	2026-07-30 17:58:38.776656410 +0000
@@ -202,7 +202,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -235,7 +235,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/generic-release-homebrew_pr_bottle_hash_updater.xml /tmp/pr_xml_configuration/generic-release-homebrew_pr_bottle_hash_updater.xml
--- /tmp/current_xml_configuration/generic-release-homebrew_pr_bottle_hash_updater.xml	2026-07-30 17:58:49.678584855 +0000
+++ /tmp/pr_xml_configuration/generic-release-homebrew_pr_bottle_hash_updater.xml	2026-07-30 17:58:38.751177007 +0000
@@ -214,7 +214,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -247,7 +247,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/generic-release-homebrew_pull_request_updater.xml /tmp/pr_xml_configuration/generic-release-homebrew_pull_request_updater.xml
--- /tmp/current_xml_configuration/generic-release-homebrew_pull_request_updater.xml	2026-07-30 17:58:49.635681306 +0000
+++ /tmp/pr_xml_configuration/generic-release-homebrew_pull_request_updater.xml	2026-07-30 17:58:38.707068375 +0000
@@ -221,7 +221,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -254,7 +254,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/generic-release-homebrew_remove_dependent_bottles.xml /tmp/pr_xml_configuration/generic-release-homebrew_remove_dependent_bottles.xml
--- /tmp/current_xml_configuration/generic-release-homebrew_remove_dependent_bottles.xml	2026-07-30 17:58:49.692130547 +0000
+++ /tmp/pr_xml_configuration/generic-release-homebrew_remove_dependent_bottles.xml	2026-07-30 17:58:38.764929158 +0000
@@ -202,7 +202,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -235,7 +235,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/generic-release-homebrew_triggered_bottle_builder.xml /tmp/pr_xml_configuration/generic-release-homebrew_triggered_bottle_builder.xml
--- /tmp/current_xml_configuration/generic-release-homebrew_triggered_bottle_builder.xml	2026-07-30 17:58:49.663693353 +0000
+++ /tmp/pr_xml_configuration/generic-release-homebrew_triggered_bottle_builder.xml	2026-07-30 17:58:38.737025224 +0000
@@ -248,7 +248,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -281,7 +281,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/generic_backport-debbuilder.xml /tmp/pr_xml_configuration/generic_backport-debbuilder.xml
--- /tmp/current_xml_configuration/generic_backport-debbuilder.xml	2026-07-30 17:58:56.718876052 +0000
+++ /tmp/pr_xml_configuration/generic_backport-debbuilder.xml	2026-07-30 17:58:45.660047478 +0000
@@ -222,7 +222,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -255,7 +255,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-cmake2-debbuilder.xml /tmp/pr_xml_configuration/gz-cmake2-debbuilder.xml
--- /tmp/current_xml_configuration/gz-cmake2-debbuilder.xml	2026-07-30 17:58:55.132604216 +0000
+++ /tmp/pr_xml_configuration/gz-cmake2-debbuilder.xml	2026-07-30 17:58:44.119056513 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-cmake2-source.xml /tmp/pr_xml_configuration/gz-cmake2-source.xml
--- /tmp/current_xml_configuration/gz-cmake2-source.xml	2026-07-30 17:58:55.140024326 +0000
+++ /tmp/pr_xml_configuration/gz-cmake2-source.xml	2026-07-30 17:58:44.126588931 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-cmake3-debbuilder.xml /tmp/pr_xml_configuration/gz-cmake3-debbuilder.xml
--- /tmp/current_xml_configuration/gz-cmake3-debbuilder.xml	2026-07-30 17:58:55.369547341 +0000
+++ /tmp/pr_xml_configuration/gz-cmake3-debbuilder.xml	2026-07-30 17:58:44.356736037 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-cmake3-source.xml /tmp/pr_xml_configuration/gz-cmake3-source.xml
--- /tmp/current_xml_configuration/gz-cmake3-source.xml	2026-07-30 17:58:55.372531513 +0000
+++ /tmp/pr_xml_configuration/gz-cmake3-source.xml	2026-07-30 17:58:44.359810714 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-cmake4-debbuilder.xml /tmp/pr_xml_configuration/gz-cmake4-debbuilder.xml
--- /tmp/current_xml_configuration/gz-cmake4-debbuilder.xml	2026-07-30 17:58:55.650343486 +0000
+++ /tmp/pr_xml_configuration/gz-cmake4-debbuilder.xml	2026-07-30 17:58:44.630607049 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-cmake4-source.xml /tmp/pr_xml_configuration/gz-cmake4-source.xml
--- /tmp/current_xml_configuration/gz-cmake4-source.xml	2026-07-30 17:58:55.653529567 +0000
+++ /tmp/pr_xml_configuration/gz-cmake4-source.xml	2026-07-30 17:58:44.634188594 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-cmake5-debbuilder.xml /tmp/pr_xml_configuration/gz-cmake5-debbuilder.xml
--- /tmp/current_xml_configuration/gz-cmake5-debbuilder.xml	2026-07-30 17:58:55.859183313 +0000
+++ /tmp/pr_xml_configuration/gz-cmake5-debbuilder.xml	2026-07-30 17:58:44.827926817 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-cmake5-source.xml /tmp/pr_xml_configuration/gz-cmake5-source.xml
--- /tmp/current_xml_configuration/gz-cmake5-source.xml	2026-07-30 17:58:55.862290702 +0000
+++ /tmp/pr_xml_configuration/gz-cmake5-source.xml	2026-07-30 17:58:44.830858136 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-common4-debbuilder.xml /tmp/pr_xml_configuration/gz-common4-debbuilder.xml
--- /tmp/current_xml_configuration/gz-common4-debbuilder.xml	2026-07-30 17:58:55.217452420 +0000
+++ /tmp/pr_xml_configuration/gz-common4-debbuilder.xml	2026-07-30 17:58:44.206811014 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-common4-source.xml /tmp/pr_xml_configuration/gz-common4-source.xml
--- /tmp/current_xml_configuration/gz-common4-source.xml	2026-07-30 17:58:55.220722675 +0000
+++ /tmp/pr_xml_configuration/gz-common4-source.xml	2026-07-30 17:58:44.210305736 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-common5-debbuilder.xml /tmp/pr_xml_configuration/gz-common5-debbuilder.xml
--- /tmp/current_xml_configuration/gz-common5-debbuilder.xml	2026-07-30 17:58:55.442488423 +0000
+++ /tmp/pr_xml_configuration/gz-common5-debbuilder.xml	2026-07-30 17:58:44.429918346 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-common5-source.xml /tmp/pr_xml_configuration/gz-common5-source.xml
--- /tmp/current_xml_configuration/gz-common5-source.xml	2026-07-30 17:58:55.445530390 +0000
+++ /tmp/pr_xml_configuration/gz-common5-source.xml	2026-07-30 17:58:44.432956495 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-common6-debbuilder.xml /tmp/pr_xml_configuration/gz-common6-debbuilder.xml
--- /tmp/current_xml_configuration/gz-common6-debbuilder.xml	2026-07-30 17:58:55.698994986 +0000
+++ /tmp/pr_xml_configuration/gz-common6-debbuilder.xml	2026-07-30 17:58:44.680442680 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-common6-source.xml /tmp/pr_xml_configuration/gz-common6-source.xml
--- /tmp/current_xml_configuration/gz-common6-source.xml	2026-07-30 17:58:55.702023751 +0000
+++ /tmp/pr_xml_configuration/gz-common6-source.xml	2026-07-30 17:58:44.683508378 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-common7-debbuilder.xml /tmp/pr_xml_configuration/gz-common7-debbuilder.xml
--- /tmp/current_xml_configuration/gz-common7-debbuilder.xml	2026-07-30 17:58:55.926709393 +0000
+++ /tmp/pr_xml_configuration/gz-common7-debbuilder.xml	2026-07-30 17:58:44.898960582 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-common7-source.xml /tmp/pr_xml_configuration/gz-common7-source.xml
--- /tmp/current_xml_configuration/gz-common7-source.xml	2026-07-30 17:58:55.930021026 +0000
+++ /tmp/pr_xml_configuration/gz-common7-source.xml	2026-07-30 17:58:44.902074904 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-fortress-debbuilder.xml /tmp/pr_xml_configuration/gz-fortress-debbuilder.xml
--- /tmp/current_xml_configuration/gz-fortress-debbuilder.xml	2026-07-30 17:58:55.357710295 +0000
+++ /tmp/pr_xml_configuration/gz-fortress-debbuilder.xml	2026-07-30 17:58:44.344963110 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-fortress-source.xml /tmp/pr_xml_configuration/gz-fortress-source.xml
--- /tmp/current_xml_configuration/gz-fortress-source.xml	2026-07-30 17:58:55.360798572 +0000
+++ /tmp/pr_xml_configuration/gz-fortress-source.xml	2026-07-30 17:58:44.348000069 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-fuel-tools10-debbuilder.xml /tmp/pr_xml_configuration/gz-fuel-tools10-debbuilder.xml
--- /tmp/current_xml_configuration/gz-fuel-tools10-debbuilder.xml	2026-07-30 17:58:55.752718867 +0000
+++ /tmp/pr_xml_configuration/gz-fuel-tools10-debbuilder.xml	2026-07-30 17:58:44.729294913 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-fuel-tools10-source.xml /tmp/pr_xml_configuration/gz-fuel-tools10-source.xml
--- /tmp/current_xml_configuration/gz-fuel-tools10-source.xml	2026-07-30 17:58:55.755673674 +0000
+++ /tmp/pr_xml_configuration/gz-fuel-tools10-source.xml	2026-07-30 17:58:44.732300730 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-fuel-tools11-debbuilder.xml /tmp/pr_xml_configuration/gz-fuel-tools11-debbuilder.xml
--- /tmp/current_xml_configuration/gz-fuel-tools11-debbuilder.xml	2026-07-30 17:58:55.981989848 +0000
+++ /tmp/pr_xml_configuration/gz-fuel-tools11-debbuilder.xml	2026-07-30 17:58:44.952854683 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-fuel-tools11-source.xml /tmp/pr_xml_configuration/gz-fuel-tools11-source.xml
--- /tmp/current_xml_configuration/gz-fuel-tools11-source.xml	2026-07-30 17:58:55.986659451 +0000
+++ /tmp/pr_xml_configuration/gz-fuel-tools11-source.xml	2026-07-30 17:58:44.957873870 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-fuel-tools7-debbuilder.xml /tmp/pr_xml_configuration/gz-fuel-tools7-debbuilder.xml
--- /tmp/current_xml_configuration/gz-fuel-tools7-debbuilder.xml	2026-07-30 17:58:55.268208486 +0000
+++ /tmp/pr_xml_configuration/gz-fuel-tools7-debbuilder.xml	2026-07-30 17:58:44.257808355 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-fuel-tools7-source.xml /tmp/pr_xml_configuration/gz-fuel-tools7-source.xml
--- /tmp/current_xml_configuration/gz-fuel-tools7-source.xml	2026-07-30 17:58:55.270409456 +0000
+++ /tmp/pr_xml_configuration/gz-fuel-tools7-source.xml	2026-07-30 17:58:44.260973107 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-fuel-tools9-debbuilder.xml /tmp/pr_xml_configuration/gz-fuel-tools9-debbuilder.xml
--- /tmp/current_xml_configuration/gz-fuel-tools9-debbuilder.xml	2026-07-30 17:58:55.523857942 +0000
+++ /tmp/pr_xml_configuration/gz-fuel-tools9-debbuilder.xml	2026-07-30 17:58:44.505054250 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-fuel-tools9-source.xml /tmp/pr_xml_configuration/gz-fuel-tools9-source.xml
--- /tmp/current_xml_configuration/gz-fuel-tools9-source.xml	2026-07-30 17:58:55.527178993 +0000
+++ /tmp/pr_xml_configuration/gz-fuel-tools9-source.xml	2026-07-30 17:58:44.508749892 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-gui10-debbuilder.xml /tmp/pr_xml_configuration/gz-gui10-debbuilder.xml
--- /tmp/current_xml_configuration/gz-gui10-debbuilder.xml	2026-07-30 17:58:56.009140876 +0000
+++ /tmp/pr_xml_configuration/gz-gui10-debbuilder.xml	2026-07-30 17:58:44.980914928 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-gui10-source.xml /tmp/pr_xml_configuration/gz-gui10-source.xml
--- /tmp/current_xml_configuration/gz-gui10-source.xml	2026-07-30 17:58:56.012164732 +0000
+++ /tmp/pr_xml_configuration/gz-gui10-source.xml	2026-07-30 17:58:44.984302349 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-gui6-debbuilder.xml /tmp/pr_xml_configuration/gz-gui6-debbuilder.xml
--- /tmp/current_xml_configuration/gz-gui6-debbuilder.xml	2026-07-30 17:58:55.291943793 +0000
+++ /tmp/pr_xml_configuration/gz-gui6-debbuilder.xml	2026-07-30 17:58:44.282175131 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay
... (truncated, diff too large for a GitHub comment)

Updated comments regarding nvidia-smi usage on the agent.
@github-actions

Copy link
Copy Markdown

This is an automatic response from the CI system for Jenkins DSL generation.

Below is the list of Jenkins XML configuration files changed by this PR (from changes to DSL) and the content changed in the configuration files:

📂 XML Jenkins configuration files changed in this PR

Details

Files /tmp/current_xml_configuration/_releasepy.xml and /tmp/pr_xml_configuration/_releasepy.xml differ
Files /tmp/current_xml_configuration/_test_gz_source.xml and /tmp/pr_xml_configuration/_test_gz_source.xml differ
Files /tmp/current_xml_configuration/_test_job_from_dsl.xml and /tmp/pr_xml_configuration/_test_job_from_dsl.xml differ
Files /tmp/current_xml_configuration/_test_job_from_dsl_mac_amd64.xml and /tmp/pr_xml_configuration/_test_job_from_dsl_mac_amd64.xml differ
Files /tmp/current_xml_configuration/_test_job_from_dsl_mac_arm64.xml and /tmp/pr_xml_configuration/_test_job_from_dsl_mac_arm64.xml differ
Files /tmp/current_xml_configuration/_test_pr_job_from_dsl.xml and /tmp/pr_xml_configuration/_test_pr_job_from_dsl.xml differ
Files /tmp/current_xml_configuration/_test_releasepy.xml and /tmp/pr_xml_configuration/_test_releasepy.xml differ
Files /tmp/current_xml_configuration/debian-ratt-builder.xml and /tmp/pr_xml_configuration/debian-ratt-builder.xml differ
Files /tmp/current_xml_configuration/generic-release-homebrew_bump_unbottled_dependencies.xml and /tmp/pr_xml_configuration/generic-release-homebrew_bump_unbottled_dependencies.xml differ
Files /tmp/current_xml_configuration/generic-release-homebrew_pr_bottle_hash_updater.xml and /tmp/pr_xml_configuration/generic-release-homebrew_pr_bottle_hash_updater.xml differ
Files /tmp/current_xml_configuration/generic-release-homebrew_pull_request_updater.xml and /tmp/pr_xml_configuration/generic-release-homebrew_pull_request_updater.xml differ
Files /tmp/current_xml_configuration/generic-release-homebrew_remove_dependent_bottles.xml and /tmp/pr_xml_configuration/generic-release-homebrew_remove_dependent_bottles.xml differ
Files /tmp/current_xml_configuration/generic-release-homebrew_triggered_bottle_builder.xml and /tmp/pr_xml_configuration/generic-release-homebrew_triggered_bottle_builder.xml differ
Files /tmp/current_xml_configuration/generic_backport-debbuilder.xml and /tmp/pr_xml_configuration/generic_backport-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-cmake2-debbuilder.xml and /tmp/pr_xml_configuration/gz-cmake2-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-cmake2-source.xml and /tmp/pr_xml_configuration/gz-cmake2-source.xml differ
Files /tmp/current_xml_configuration/gz-cmake3-debbuilder.xml and /tmp/pr_xml_configuration/gz-cmake3-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-cmake3-source.xml and /tmp/pr_xml_configuration/gz-cmake3-source.xml differ
Files /tmp/current_xml_configuration/gz-cmake4-debbuilder.xml and /tmp/pr_xml_configuration/gz-cmake4-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-cmake4-source.xml and /tmp/pr_xml_configuration/gz-cmake4-source.xml differ
Files /tmp/current_xml_configuration/gz-cmake5-debbuilder.xml and /tmp/pr_xml_configuration/gz-cmake5-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-cmake5-source.xml and /tmp/pr_xml_configuration/gz-cmake5-source.xml differ
Files /tmp/current_xml_configuration/gz-common4-debbuilder.xml and /tmp/pr_xml_configuration/gz-common4-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-common4-source.xml and /tmp/pr_xml_configuration/gz-common4-source.xml differ
Files /tmp/current_xml_configuration/gz-common5-debbuilder.xml and /tmp/pr_xml_configuration/gz-common5-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-common5-source.xml and /tmp/pr_xml_configuration/gz-common5-source.xml differ
Files /tmp/current_xml_configuration/gz-common6-debbuilder.xml and /tmp/pr_xml_configuration/gz-common6-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-common6-source.xml and /tmp/pr_xml_configuration/gz-common6-source.xml differ
Files /tmp/current_xml_configuration/gz-common7-debbuilder.xml and /tmp/pr_xml_configuration/gz-common7-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-common7-source.xml and /tmp/pr_xml_configuration/gz-common7-source.xml differ
Files /tmp/current_xml_configuration/gz-fortress-debbuilder.xml and /tmp/pr_xml_configuration/gz-fortress-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-fortress-source.xml and /tmp/pr_xml_configuration/gz-fortress-source.xml differ
Files /tmp/current_xml_configuration/gz-fuel-tools10-debbuilder.xml and /tmp/pr_xml_configuration/gz-fuel-tools10-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-fuel-tools10-source.xml and /tmp/pr_xml_configuration/gz-fuel-tools10-source.xml differ
Files /tmp/current_xml_configuration/gz-fuel-tools11-debbuilder.xml and /tmp/pr_xml_configuration/gz-fuel-tools11-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-fuel-tools11-source.xml and /tmp/pr_xml_configuration/gz-fuel-tools11-source.xml differ
Files /tmp/current_xml_configuration/gz-fuel-tools7-debbuilder.xml and /tmp/pr_xml_configuration/gz-fuel-tools7-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-fuel-tools7-source.xml and /tmp/pr_xml_configuration/gz-fuel-tools7-source.xml differ
Files /tmp/current_xml_configuration/gz-fuel-tools9-debbuilder.xml and /tmp/pr_xml_configuration/gz-fuel-tools9-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-fuel-tools9-source.xml and /tmp/pr_xml_configuration/gz-fuel-tools9-source.xml differ
Files /tmp/current_xml_configuration/gz-gui10-debbuilder.xml and /tmp/pr_xml_configuration/gz-gui10-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-gui10-source.xml and /tmp/pr_xml_configuration/gz-gui10-source.xml differ
Files /tmp/current_xml_configuration/gz-gui6-debbuilder.xml and /tmp/pr_xml_configuration/gz-gui6-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-gui6-source.xml and /tmp/pr_xml_configuration/gz-gui6-source.xml differ
Files /tmp/current_xml_configuration/gz-gui8-debbuilder.xml and /tmp/pr_xml_configuration/gz-gui8-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-gui8-source.xml and /tmp/pr_xml_configuration/gz-gui8-source.xml differ
Files /tmp/current_xml_configuration/gz-gui9-debbuilder.xml and /tmp/pr_xml_configuration/gz-gui9-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-gui9-source.xml and /tmp/pr_xml_configuration/gz-gui9-source.xml differ
Files /tmp/current_xml_configuration/gz-harmonic-debbuilder.xml and /tmp/pr_xml_configuration/gz-harmonic-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-harmonic-source.xml and /tmp/pr_xml_configuration/gz-harmonic-source.xml differ
Files /tmp/current_xml_configuration/gz-ionic-debbuilder.xml and /tmp/pr_xml_configuration/gz-ionic-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-ionic-source.xml and /tmp/pr_xml_configuration/gz-ionic-source.xml differ
Files /tmp/current_xml_configuration/gz-jetty-debbuilder.xml and /tmp/pr_xml_configuration/gz-jetty-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-jetty-source.xml and /tmp/pr_xml_configuration/gz-jetty-source.xml differ
Files /tmp/current_xml_configuration/gz-launch5-debbuilder.xml and /tmp/pr_xml_configuration/gz-launch5-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-launch5-source.xml and /tmp/pr_xml_configuration/gz-launch5-source.xml differ
Files /tmp/current_xml_configuration/gz-launch7-debbuilder.xml and /tmp/pr_xml_configuration/gz-launch7-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-launch7-source.xml and /tmp/pr_xml_configuration/gz-launch7-source.xml differ
Files /tmp/current_xml_configuration/gz-launch8-debbuilder.xml and /tmp/pr_xml_configuration/gz-launch8-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-launch8-source.xml and /tmp/pr_xml_configuration/gz-launch8-source.xml differ
Files /tmp/current_xml_configuration/gz-launch9-debbuilder.xml and /tmp/pr_xml_configuration/gz-launch9-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-launch9-source.xml and /tmp/pr_xml_configuration/gz-launch9-source.xml differ
Files /tmp/current_xml_configuration/gz-math6-debbuilder.xml and /tmp/pr_xml_configuration/gz-math6-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-math6-source.xml and /tmp/pr_xml_configuration/gz-math6-source.xml differ
Files /tmp/current_xml_configuration/gz-math7-debbuilder.xml and /tmp/pr_xml_configuration/gz-math7-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-math7-source.xml and /tmp/pr_xml_configuration/gz-math7-source.xml differ
Files /tmp/current_xml_configuration/gz-math8-debbuilder.xml and /tmp/pr_xml_configuration/gz-math8-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-math8-source.xml and /tmp/pr_xml_configuration/gz-math8-source.xml differ
Files /tmp/current_xml_configuration/gz-math9-debbuilder.xml and /tmp/pr_xml_configuration/gz-math9-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-math9-source.xml and /tmp/pr_xml_configuration/gz-math9-source.xml differ
Files /tmp/current_xml_configuration/gz-msgs10-debbuilder.xml and /tmp/pr_xml_configuration/gz-msgs10-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-msgs10-source.xml and /tmp/pr_xml_configuration/gz-msgs10-source.xml differ
Files /tmp/current_xml_configuration/gz-msgs11-debbuilder.xml and /tmp/pr_xml_configuration/gz-msgs11-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-msgs11-source.xml and /tmp/pr_xml_configuration/gz-msgs11-source.xml differ
Files /tmp/current_xml_configuration/gz-msgs12-debbuilder.xml and /tmp/pr_xml_configuration/gz-msgs12-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-msgs12-source.xml and /tmp/pr_xml_configuration/gz-msgs12-source.xml differ
Files /tmp/current_xml_configuration/gz-msgs8-debbuilder.xml and /tmp/pr_xml_configuration/gz-msgs8-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-msgs8-source.xml and /tmp/pr_xml_configuration/gz-msgs8-source.xml differ
Files /tmp/current_xml_configuration/gz-physics5-debbuilder.xml and /tmp/pr_xml_configuration/gz-physics5-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-physics5-source.xml and /tmp/pr_xml_configuration/gz-physics5-source.xml differ
Files /tmp/current_xml_configuration/gz-physics7-debbuilder.xml and /tmp/pr_xml_configuration/gz-physics7-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-physics7-source.xml and /tmp/pr_xml_configuration/gz-physics7-source.xml differ
Files /tmp/current_xml_configuration/gz-physics8-debbuilder.xml and /tmp/pr_xml_configuration/gz-physics8-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-physics8-source.xml and /tmp/pr_xml_configuration/gz-physics8-source.xml differ
Files /tmp/current_xml_configuration/gz-physics9-debbuilder.xml and /tmp/pr_xml_configuration/gz-physics9-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-physics9-source.xml and /tmp/pr_xml_configuration/gz-physics9-source.xml differ
Files /tmp/current_xml_configuration/gz-plugin1-debbuilder.xml and /tmp/pr_xml_configuration/gz-plugin1-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-plugin1-source.xml and /tmp/pr_xml_configuration/gz-plugin1-source.xml differ
Files /tmp/current_xml_configuration/gz-plugin2-debbuilder.xml and /tmp/pr_xml_configuration/gz-plugin2-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-plugin2-source.xml and /tmp/pr_xml_configuration/gz-plugin2-source.xml differ
Files /tmp/current_xml_configuration/gz-plugin3-debbuilder.xml and /tmp/pr_xml_configuration/gz-plugin3-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-plugin3-source.xml and /tmp/pr_xml_configuration/gz-plugin3-source.xml differ
Files /tmp/current_xml_configuration/gz-plugin4-debbuilder.xml and /tmp/pr_xml_configuration/gz-plugin4-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-plugin4-source.xml and /tmp/pr_xml_configuration/gz-plugin4-source.xml differ
Files /tmp/current_xml_configuration/gz-rendering10-debbuilder.xml and /tmp/pr_xml_configuration/gz-rendering10-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rendering10-source.xml and /tmp/pr_xml_configuration/gz-rendering10-source.xml differ
Files /tmp/current_xml_configuration/gz-rendering6-debbuilder.xml and /tmp/pr_xml_configuration/gz-rendering6-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rendering6-source.xml and /tmp/pr_xml_configuration/gz-rendering6-source.xml differ
Files /tmp/current_xml_configuration/gz-rendering8-debbuilder.xml and /tmp/pr_xml_configuration/gz-rendering8-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rendering8-source.xml and /tmp/pr_xml_configuration/gz-rendering8-source.xml differ
Files /tmp/current_xml_configuration/gz-rendering9-debbuilder.xml and /tmp/pr_xml_configuration/gz-rendering9-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rendering9-source.xml and /tmp/pr_xml_configuration/gz-rendering9-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-cmake-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-cmake-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-cmake-source.xml and /tmp/pr_xml_configuration/gz-rotary-cmake-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-common-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-common-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-common-source.xml and /tmp/pr_xml_configuration/gz-rotary-common-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-fuel-tools-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-fuel-tools-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-fuel-tools-source.xml and /tmp/pr_xml_configuration/gz-rotary-fuel-tools-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-gui-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-gui-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-gui-source.xml and /tmp/pr_xml_configuration/gz-rotary-gui-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-math-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-math-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-math-source.xml and /tmp/pr_xml_configuration/gz-rotary-math-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-msgs-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-msgs-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-msgs-source.xml and /tmp/pr_xml_configuration/gz-rotary-msgs-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-nightly-scheduler.xml and /tmp/pr_xml_configuration/gz-rotary-nightly-scheduler.xml differ
Files /tmp/current_xml_configuration/gz-rotary-physics-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-physics-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-physics-source.xml and /tmp/pr_xml_configuration/gz-rotary-physics-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-plugin-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-plugin-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-plugin-source.xml and /tmp/pr_xml_configuration/gz-rotary-plugin-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-rendering-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-rendering-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-rendering-source.xml and /tmp/pr_xml_configuration/gz-rotary-rendering-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-sdformat-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-sdformat-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-sdformat-source.xml and /tmp/pr_xml_configuration/gz-rotary-sdformat-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-sensors-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-sensors-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-sensors-source.xml and /tmp/pr_xml_configuration/gz-rotary-sensors-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-sim-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-sim-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-sim-source.xml and /tmp/pr_xml_configuration/gz-rotary-sim-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-source.xml and /tmp/pr_xml_configuration/gz-rotary-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-tools-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-tools-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-tools-source.xml and /tmp/pr_xml_configuration/gz-rotary-tools-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-transport-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-transport-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-transport-source.xml and /tmp/pr_xml_configuration/gz-rotary-transport-source.xml differ
Files /tmp/current_xml_configuration/gz-rotary-utils-debbuilder.xml and /tmp/pr_xml_configuration/gz-rotary-utils-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-rotary-utils-source.xml and /tmp/pr_xml_configuration/gz-rotary-utils-source.xml differ
Files /tmp/current_xml_configuration/gz-sensors10-debbuilder.xml and /tmp/pr_xml_configuration/gz-sensors10-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-sensors10-source.xml and /tmp/pr_xml_configuration/gz-sensors10-source.xml differ
Files /tmp/current_xml_configuration/gz-sensors6-debbuilder.xml and /tmp/pr_xml_configuration/gz-sensors6-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-sensors6-source.xml and /tmp/pr_xml_configuration/gz-sensors6-source.xml differ
Files /tmp/current_xml_configuration/gz-sensors8-debbuilder.xml and /tmp/pr_xml_configuration/gz-sensors8-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-sensors8-source.xml and /tmp/pr_xml_configuration/gz-sensors8-source.xml differ
Files /tmp/current_xml_configuration/gz-sensors9-debbuilder.xml and /tmp/pr_xml_configuration/gz-sensors9-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-sensors9-source.xml and /tmp/pr_xml_configuration/gz-sensors9-source.xml differ
Files /tmp/current_xml_configuration/gz-sim10-debbuilder.xml and /tmp/pr_xml_configuration/gz-sim10-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-sim10-source.xml and /tmp/pr_xml_configuration/gz-sim10-source.xml differ
Files /tmp/current_xml_configuration/gz-sim6-debbuilder.xml and /tmp/pr_xml_configuration/gz-sim6-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-sim6-source.xml and /tmp/pr_xml_configuration/gz-sim6-source.xml differ
Files /tmp/current_xml_configuration/gz-sim8-debbuilder.xml and /tmp/pr_xml_configuration/gz-sim8-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-sim8-source.xml and /tmp/pr_xml_configuration/gz-sim8-source.xml differ
Files /tmp/current_xml_configuration/gz-sim9-debbuilder.xml and /tmp/pr_xml_configuration/gz-sim9-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-sim9-source.xml and /tmp/pr_xml_configuration/gz-sim9-source.xml differ
Files /tmp/current_xml_configuration/gz-tools1-debbuilder.xml and /tmp/pr_xml_configuration/gz-tools1-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-tools1-source.xml and /tmp/pr_xml_configuration/gz-tools1-source.xml differ
Files /tmp/current_xml_configuration/gz-tools2-debbuilder.xml and /tmp/pr_xml_configuration/gz-tools2-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-tools2-source.xml and /tmp/pr_xml_configuration/gz-tools2-source.xml differ
Files /tmp/current_xml_configuration/gz-transport11-debbuilder.xml and /tmp/pr_xml_configuration/gz-transport11-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-transport11-source.xml and /tmp/pr_xml_configuration/gz-transport11-source.xml differ
Files /tmp/current_xml_configuration/gz-transport13-debbuilder.xml and /tmp/pr_xml_configuration/gz-transport13-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-transport13-source.xml and /tmp/pr_xml_configuration/gz-transport13-source.xml differ
Files /tmp/current_xml_configuration/gz-transport14-debbuilder.xml and /tmp/pr_xml_configuration/gz-transport14-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-transport14-source.xml and /tmp/pr_xml_configuration/gz-transport14-source.xml differ
Files /tmp/current_xml_configuration/gz-transport15-debbuilder.xml and /tmp/pr_xml_configuration/gz-transport15-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-transport15-source.xml and /tmp/pr_xml_configuration/gz-transport15-source.xml differ
Files /tmp/current_xml_configuration/gz-utils1-debbuilder.xml and /tmp/pr_xml_configuration/gz-utils1-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-utils1-source.xml and /tmp/pr_xml_configuration/gz-utils1-source.xml differ
Files /tmp/current_xml_configuration/gz-utils2-debbuilder.xml and /tmp/pr_xml_configuration/gz-utils2-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-utils2-source.xml and /tmp/pr_xml_configuration/gz-utils2-source.xml differ
Files /tmp/current_xml_configuration/gz-utils3-debbuilder.xml and /tmp/pr_xml_configuration/gz-utils3-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-utils3-source.xml and /tmp/pr_xml_configuration/gz-utils3-source.xml differ
Files /tmp/current_xml_configuration/gz-utils4-debbuilder.xml and /tmp/pr_xml_configuration/gz-utils4-debbuilder.xml differ
Files /tmp/current_xml_configuration/gz-utils4-source.xml and /tmp/pr_xml_configuration/gz-utils4-source.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-gz-cmake3-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-gz-cmake3-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-gz-cmake3-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-gz-cmake3-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-gz-cmake3-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-gz-cmake3-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-gz-cmake3-noble-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-gz-cmake3-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-gz-cmake4-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-gz-cmake4-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-gz-cmake4-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-gz-cmake4-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-gz-cmake4-noble-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-gz-cmake4-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-gz-cmake5-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-gz-cmake5-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-gz-cmake5-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-gz-cmake5-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-gz-cmake5-noble-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-gz-cmake5-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-ign-cmake2-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-ign-cmake2-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-ign-cmake2-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-ign-cmake2-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-ign-cmake2-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-ign-cmake2-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci_asan-gz-cmake3-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci_asan-gz-cmake3-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci_asan-gz-cmake4-noble-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci_asan-gz-cmake4-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci_asan-gz-cmake5-noble-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci_asan-gz-cmake5-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci_asan-ign-cmake2-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci_asan-ign-cmake2-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_cmake-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake2-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_cmake2-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake2-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_cmake2-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake2-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_cmake2-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_cmake3-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_cmake3-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake3-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_cmake3-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake3-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_cmake3-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake3-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_cmake3-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_cmake4-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_cmake4-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake4-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_cmake4-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake4-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_cmake4-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_cmake5-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_cmake5-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake5-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_cmake5-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_cmake5-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_cmake5-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_common-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_common-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-gz-common5-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-gz-common5-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-gz-common5-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_common-ci-gz-common5-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-gz-common5-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-gz-common5-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-gz-common5-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-gz-common5-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-gz-common6-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-gz-common6-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-gz-common6-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_common-ci-gz-common6-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-gz-common6-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-gz-common6-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-gz-common7-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-gz-common7-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-gz-common7-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_common-ci-gz-common7-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-gz-common7-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-gz-common7-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-ign-common4-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-ign-common4-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-ign-common4-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_common-ci-ign-common4-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-ign-common4-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-ign-common4-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_common-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_common-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci_asan-gz-common5-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci_asan-gz-common5-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci_asan-gz-common6-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci_asan-gz-common6-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci_asan-gz-common7-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci_asan-gz-common7-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci_asan-ign-common4-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci_asan-ign-common4-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_common-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common4-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_common4-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common4-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_common4-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common4-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_common4-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_common5-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_common5-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common5-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common5-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common5-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_common5-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common5-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_common5-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_common6-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common6-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common6-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_common6-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common6-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_common6-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_common7-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_common7-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common7-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_common7-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_common7-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_common7-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_fortress-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_fortress-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fortress-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_fortress-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fortress-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_fortress-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools10-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools10-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools10-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools10-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools10-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools10-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools11-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools11-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools11-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools11-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools11-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools11-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools9-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools9-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools9-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools9-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools9-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools9-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-ign-fuel-tools7-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-ign-fuel-tools7-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-ign-fuel-tools7-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-ign-fuel-tools7-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-ign-fuel-tools7-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-ign-fuel-tools7-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci_asan-gz-fuel-tools10-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci_asan-gz-fuel-tools10-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci_asan-gz-fuel-tools11-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci_asan-gz-fuel-tools11-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci_asan-gz-fuel-tools9-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci_asan-gz-fuel-tools9-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci_asan-ign-fuel-tools7-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci_asan-ign-fuel-tools7-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools10-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools10-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools10-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools10-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools10-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_fuel_tools10-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools11-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools11-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools11-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools11-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools11-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_fuel_tools11-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools7-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools7-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools7-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools7-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools7-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_fuel_tools7-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools9-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools9-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools9-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools9-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools9-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_fuel_tools9-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_fuel_tools9-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_fuel_tools9-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_gui-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_gui-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-gz-gui10-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-gz-gui10-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-gz-gui10-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_gui-ci-gz-gui10-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-gz-gui10-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-gz-gui10-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-gz-gui8-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-gz-gui8-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-gz-gui8-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_gui-ci-gz-gui8-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-gz-gui8-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-gz-gui8-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-gz-gui8-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-gz-gui8-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-gz-gui9-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-gz-gui9-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-gz-gui9-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_gui-ci-gz-gui9-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-gz-gui9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-gz-gui9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-ign-gui6-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-ign-gui6-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-ign-gui6-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_gui-ci-ign-gui6-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-ign-gui6-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-ign-gui6-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_gui-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_gui-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci_asan-gz-gui10-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci_asan-gz-gui10-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci_asan-gz-gui8-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci_asan-gz-gui8-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci_asan-gz-gui9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci_asan-gz-gui9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci_asan-ign-gui6-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci_asan-ign-gui6-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_gui-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui10-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui10-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui10-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_gui10-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui10-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_gui10-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_gui6-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_gui6-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui6-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_gui6-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui6-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_gui6-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_gui8-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_gui8-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui8-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui8-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui8-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_gui8-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui8-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_gui8-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_gui9-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_gui9-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui9-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_gui9-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_gui9-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_gui9-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_harmonic-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_harmonic-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_harmonic-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_harmonic-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_harmonic-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_harmonic-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_harmonic-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_harmonic-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_ionic-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_ionic-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_ionic-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_ionic-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_ionic-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_ionic-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_jetty-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_jetty-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_jetty-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_jetty-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_jetty-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_jetty-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_launch-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_launch-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_launch-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-gz-launch7-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci-gz-launch7-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-gz-launch7-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_launch-ci-gz-launch7-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-gz-launch7-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci-gz-launch7-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-gz-launch7-noble-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci-gz-launch7-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-gz-launch8-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci-gz-launch8-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-gz-launch8-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_launch-ci-gz-launch8-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-gz-launch8-noble-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci-gz-launch8-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-gz-launch9-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci-gz-launch9-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-gz-launch9-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_launch-ci-gz-launch9-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-gz-launch9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci-gz-launch9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-ign-launch5-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci-ign-launch5-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-ign-launch5-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_launch-ci-ign-launch5-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-ign-launch5-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci-ign-launch5-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_launch-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci_asan-gz-launch7-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci_asan-gz-launch7-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci_asan-gz-launch8-noble-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci_asan-gz-launch8-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci_asan-gz-launch9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci_asan-gz-launch9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch-ci_asan-ign-launch5-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_launch-ci_asan-ign-launch5-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch5-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_launch5-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch5-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_launch5-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch5-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_launch5-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_launch7-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_launch7-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch7-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_launch7-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch7-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_launch7-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch7-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_launch7-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_launch8-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_launch8-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch8-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_launch8-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch8-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_launch8-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_launch9-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_launch9-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch9-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_launch9-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_launch9-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_launch9-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_math-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_math-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-gz-math7-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-gz-math7-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-gz-math7-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_math-ci-gz-math7-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-gz-math7-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-gz-math7-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-gz-math7-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-gz-math7-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-gz-math8-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-gz-math8-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-gz-math8-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_math-ci-gz-math8-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-gz-math8-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-gz-math8-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-gz-math9-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-gz-math9-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-gz-math9-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_math-ci-gz-math9-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-gz-math9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-gz-math9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-ign-math6-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-ign-math6-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-ign-math6-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_math-ci-ign-math6-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-ign-math6-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-ign-math6-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_math-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_math-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci_asan-gz-math7-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci_asan-gz-math7-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci_asan-gz-math8-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci_asan-gz-math8-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci_asan-gz-math9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci_asan-gz-math9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci_asan-ign-math6-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci_asan-ign-math6-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_math-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math6-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_math6-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math6-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_math6-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math6-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_math6-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_math7-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_math7-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math7-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math7-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math7-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_math7-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math7-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_math7-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_math8-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math8-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math8-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_math8-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math8-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_math8-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_math9-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_math9-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math9-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_math9-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_math9-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_math9-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs10-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs10-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs10-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs10-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs10-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs10-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs10-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs10-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs11-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs11-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs11-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs11-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs11-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs11-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs12-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs12-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs12-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs12-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs12-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs12-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-ign-msgs8-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-ign-msgs8-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-ign-msgs8-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-ign-msgs8-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-ign-msgs8-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-ign-msgs8-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci_asan-gz-msgs10-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci_asan-gz-msgs10-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci_asan-gz-msgs11-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci_asan-gz-msgs11-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci_asan-gz-msgs12-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci_asan-gz-msgs12-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci_asan-ign-msgs8-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci_asan-ign-msgs8-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs10-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_msgs10-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs10-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs10-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs10-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_msgs10-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs10-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_msgs10-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_msgs11-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs11-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs11-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_msgs11-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs11-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_msgs11-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_msgs12-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_msgs12-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs12-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_msgs12-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs12-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_msgs12-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_msgs8-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_msgs8-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs8-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_msgs8-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_msgs8-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_msgs8-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_physics-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_physics-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-gz-physics7-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-gz-physics7-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-gz-physics7-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_physics-ci-gz-physics7-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-gz-physics7-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-gz-physics7-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-gz-physics7-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-gz-physics7-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-gz-physics8-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-gz-physics8-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-gz-physics8-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_physics-ci-gz-physics8-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-gz-physics8-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-gz-physics8-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-gz-physics9-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-gz-physics9-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-gz-physics9-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_physics-ci-gz-physics9-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-gz-physics9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-gz-physics9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-ign-physics5-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-ign-physics5-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-ign-physics5-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_physics-ci-ign-physics5-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-ign-physics5-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-ign-physics5-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_physics-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_physics-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci_asan-gz-physics7-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci_asan-gz-physics7-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci_asan-gz-physics8-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci_asan-gz-physics8-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci_asan-gz-physics9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci_asan-gz-physics9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci_asan-ign-physics5-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci_asan-ign-physics5-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_physics-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics5-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_physics5-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics5-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_physics5-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics5-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_physics5-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_physics7-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_physics7-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics7-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics7-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics7-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_physics7-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics7-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_physics7-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_physics8-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics8-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics8-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_physics8-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics8-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_physics8-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_physics9-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_physics9-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics9-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_physics9-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_physics9-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_physics9-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-gz-plugin2-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-gz-plugin2-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-gz-plugin2-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-gz-plugin2-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-gz-plugin2-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-gz-plugin2-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-gz-plugin2-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-gz-plugin2-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-gz-plugin3-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-gz-plugin3-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-gz-plugin3-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-gz-plugin3-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-gz-plugin3-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-gz-plugin3-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-gz-plugin4-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-gz-plugin4-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-gz-plugin4-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-gz-plugin4-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-gz-plugin4-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-gz-plugin4-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-ign-plugin1-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-ign-plugin1-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-ign-plugin1-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-ign-plugin1-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-ign-plugin1-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-ign-plugin1-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci_asan-gz-plugin2-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci_asan-gz-plugin2-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci_asan-gz-plugin3-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci_asan-gz-plugin3-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci_asan-gz-plugin4-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci_asan-gz-plugin4-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci_asan-ign-plugin1-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci_asan-ign-plugin1-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin1-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_plugin1-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin1-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_plugin1-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin1-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_plugin1-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_plugin2-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_plugin2-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin2-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin2-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin2-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_plugin2-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin2-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_plugin2-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_plugin3-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin3-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin3-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_plugin3-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin3-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_plugin3-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_plugin4-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_plugin4-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin4-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_plugin4-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_plugin4-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_plugin4-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering10-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering10-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering10-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering10-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering10-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering10-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering8-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering8-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering8-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering8-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering8-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering8-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering8-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering8-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering9-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering9-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering9-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering9-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-ign-rendering6-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-ign-rendering6-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-ign-rendering6-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-ign-rendering6-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-ign-rendering6-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-ign-rendering6-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci_asan-gz-rendering10-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci_asan-gz-rendering10-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci_asan-gz-rendering8-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci_asan-gz-rendering8-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci_asan-gz-rendering9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci_asan-gz-rendering9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci_asan-ign-rendering6-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci_asan-ign-rendering6-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering10-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering10-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering10-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rendering10-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering10-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rendering10-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rendering6-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_rendering6-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering6-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rendering6-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering6-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rendering6-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rendering8-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_rendering8-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering8-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering8-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering8-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rendering8-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering8-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rendering8-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rendering9-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rendering9-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering9-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rendering9-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rendering9-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rendering9-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_rotary-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary-install-pkg-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_rotary-install-pkg-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_cmake-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_cmake-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_cmake-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_cmake-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_common-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_common-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_common-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_common-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_fuel_tools-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_fuel_tools-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_fuel_tools-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_fuel_tools-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_gui-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_gui-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_gui-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_gui-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_math-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_math-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_math-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_math-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_msgs-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_msgs-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_msgs-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_msgs-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_physics-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_physics-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_physics-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_physics-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_plugin-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_plugin-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_plugin-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_plugin-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_rendering-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_rendering-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_rendering-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_rendering-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_sdformat-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_sdformat-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_sdformat-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_sdformat-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_sensors-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_sensors-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_sensors-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_sensors-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_sim-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_sim-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_sim-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_sim-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_tools-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_tools-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_tools-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_tools-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_transport-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_transport-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_transport-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_transport-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_utils-install_formula-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_rotary_utils-install_formula-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_rotary_utils-install_formula-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_rotary_utils-install_formula-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors10-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors10-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors10-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors10-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors10-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors10-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors8-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors8-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors8-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors8-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors8-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors8-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors8-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors8-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors9-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors9-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors9-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors9-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-ign-sensors6-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-ign-sensors6-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-ign-sensors6-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-ign-sensors6-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-ign-sensors6-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-ign-sensors6-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci_asan-gz-sensors10-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci_asan-gz-sensors10-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci_asan-gz-sensors8-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci_asan-gz-sensors8-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci_asan-gz-sensors9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci_asan-gz-sensors9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci_asan-ign-sensors6-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci_asan-ign-sensors6-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors10-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors10-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors10-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sensors10-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors10-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sensors10-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sensors6-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sensors6-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors6-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sensors6-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors6-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sensors6-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sensors8-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sensors8-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors8-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors8-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors8-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sensors8-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors8-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sensors8-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sensors9-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sensors9-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors9-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sensors9-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sensors9-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sensors9-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sim-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sim-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-gz-sim10-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-gz-sim10-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-gz-sim10-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sim-ci-gz-sim10-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-gz-sim10-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-gz-sim10-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-gz-sim8-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-gz-sim8-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-gz-sim8-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sim-ci-gz-sim8-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-gz-sim8-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-gz-sim8-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-gz-sim8-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-gz-sim8-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-gz-sim9-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-gz-sim9-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-gz-sim9-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sim-ci-gz-sim9-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-gz-sim9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-gz-sim9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-ign-gazebo6-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-ign-gazebo6-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-ign-gazebo6-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sim-ci-ign-gazebo6-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-ign-gazebo6-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-ign-gazebo6-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sim-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sim-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci_asan-gz-sim10-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci_asan-gz-sim10-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci_asan-gz-sim8-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci_asan-gz-sim8-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci_asan-gz-sim9-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci_asan-gz-sim9-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci_asan-ign-gazebo6-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci_asan-ign-gazebo6-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_sim-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim10-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim10-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim10-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sim10-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim10-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sim10-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sim6-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sim6-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim6-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sim6-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim6-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sim6-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sim8-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_sim8-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim8-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim8-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim8-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sim8-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim8-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sim8-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_sim9-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_sim9-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim9-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_sim9-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_sim9-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_sim9-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-gz-tools2-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci-gz-tools2-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-gz-tools2-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_tools-ci-gz-tools2-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-gz-tools2-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci-gz-tools2-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-gz-tools2-noble-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci-gz-tools2-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-ign-tools1-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci-ign-tools1-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-ign-tools1-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_tools-ci-ign-tools1-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-ign-tools1-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci-ign-tools1-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_tools-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_tools-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci_asan-gz-tools2-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci_asan-gz-tools2-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci_asan-gz-tools2-noble-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci_asan-gz-tools2-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci_asan-ign-tools1-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci_asan-ign-tools1-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_tools-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_tools-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools1-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_tools1-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools1-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_tools1-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools1-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_tools1-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_tools2-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_tools2-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools2-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_tools2-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools2-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_tools2-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_tools2-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_tools2-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_transport-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_transport-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-gz-transport13-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-gz-transport13-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-gz-transport13-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_transport-ci-gz-transport13-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-gz-transport13-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-gz-transport13-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-gz-transport13-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-gz-transport13-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-gz-transport14-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-gz-transport14-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-gz-transport14-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_transport-ci-gz-transport14-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-gz-transport14-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-gz-transport14-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-gz-transport15-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-gz-transport15-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-gz-transport15-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_transport-ci-gz-transport15-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-gz-transport15-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-gz-transport15-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-ign-transport11-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-ign-transport11-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-ign-transport11-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_transport-ci-ign-transport11-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-ign-transport11-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-ign-transport11-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_transport-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_transport-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci_asan-gz-transport13-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci_asan-gz-transport13-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci_asan-gz-transport14-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci_asan-gz-transport14-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci_asan-gz-transport15-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci_asan-gz-transport15-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci_asan-ign-transport11-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci_asan-ign-transport11-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_transport-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport11-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_transport11-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport11-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_transport11-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport11-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_transport11-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_transport13-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_transport13-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport13-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport13-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport13-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_transport13-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport13-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_transport13-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_transport14-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport14-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport14-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_transport14-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport14-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_transport14-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_transport15-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_transport15-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport15-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_transport15-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_transport15-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_transport15-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_utils-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_utils-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-gz-utils2-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-gz-utils2-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-gz-utils2-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_utils-ci-gz-utils2-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-gz-utils2-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-gz-utils2-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-gz-utils2-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-gz-utils2-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-gz-utils3-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-gz-utils3-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-gz-utils3-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_utils-ci-gz-utils3-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-gz-utils3-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-gz-utils3-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-gz-utils4-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-gz-utils4-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-gz-utils4-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_utils-ci-gz-utils4-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-gz-utils4-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-gz-utils4-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-ign-utils1-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-ign-utils1-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-ign-utils1-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_utils-ci-ign-utils1-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-ign-utils1-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-ign-utils1-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_utils-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_utils-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci_asan-gz-utils2-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci_asan-gz-utils2-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci_asan-gz-utils3-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci_asan-gz-utils3-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci_asan-gz-utils4-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci_asan-gz-utils4-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci_asan-ign-utils1-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci_asan-ign-utils1-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/gz_utils-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils1-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_utils1-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils1-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_utils1-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils1-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_utils1-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_utils2-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/gz_utils2-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils2-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils2-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils2-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_utils2-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils2-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_utils2-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_utils3-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils3-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils3-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_utils3-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils3-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_utils3-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gz_utils4-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/gz_utils4-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils4-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/gz_utils4-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/gz_utils4-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/gz_utils4-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/gzdev-ci-default-jammy-amd64.xml and /tmp/pr_xml_configuration/gzdev-ci-default-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/gzdev-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/gzdev-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/ignition_fortress-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/ignition_fortress-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/ignition_fortress-install-pkg_ros_bootstrap-any-manual.xml and /tmp/pr_xml_configuration/ignition_fortress-install-pkg_ros_bootstrap-any-manual.xml differ
Files /tmp/current_xml_configuration/ignition_harmonic-install-pkg_ros_bootstrap-any-manual.xml and /tmp/pr_xml_configuration/ignition_harmonic-install-pkg_ros_bootstrap-any-manual.xml differ
Files /tmp/current_xml_configuration/ignition_ionic-install-pkg_ros_bootstrap-any-manual.xml and /tmp/pr_xml_configuration/ignition_ionic-install-pkg_ros_bootstrap-any-manual.xml differ
Files /tmp/current_xml_configuration/ignition_jetty-install-pkg_ros_bootstrap-any-manual.xml and /tmp/pr_xml_configuration/ignition_jetty-install-pkg_ros_bootstrap-any-manual.xml differ
Files /tmp/current_xml_configuration/ignition_rotary-install-pkg_ros_bootstrap-any-manual.xml and /tmp/pr_xml_configuration/ignition_rotary-install-pkg_ros_bootstrap-any-manual.xml differ
Files /tmp/current_xml_configuration/lark-parser-debbuilder.xml and /tmp/pr_xml_configuration/lark-parser-debbuilder.xml differ
Files /tmp/current_xml_configuration/mujoco-debbuilder.xml and /tmp/pr_xml_configuration/mujoco-debbuilder.xml differ
Files /tmp/current_xml_configuration/ogre-2.1-debbuilder.xml and /tmp/pr_xml_configuration/ogre-2.1-debbuilder.xml differ
Files /tmp/current_xml_configuration/ogre-2.2-debbuilder.xml and /tmp/pr_xml_configuration/ogre-2.2-debbuilder.xml differ
Files /tmp/current_xml_configuration/ogre-2.3-debbuilder.xml and /tmp/pr_xml_configuration/ogre-2.3-debbuilder.xml differ
Files /tmp/current_xml_configuration/opensplice-debbuilder.xml and /tmp/pr_xml_configuration/opensplice-debbuilder.xml differ
Files /tmp/current_xml_configuration/reprepro_importer.xml and /tmp/pr_xml_configuration/reprepro_importer.xml differ
Files /tmp/current_xml_configuration/ros-gz-bloom-debbuilder.xml and /tmp/pr_xml_configuration/ros-gz-bloom-debbuilder.xml differ
Files /tmp/current_xml_configuration/ros-gz-bridge-bloom-debbuilder.xml and /tmp/pr_xml_configuration/ros-gz-bridge-bloom-debbuilder.xml differ
Files /tmp/current_xml_configuration/ros-gz-image-bloom-debbuilder.xml and /tmp/pr_xml_configuration/ros-gz-image-bloom-debbuilder.xml differ
Files /tmp/current_xml_configuration/ros-gz-interfaces-bloom-debbuilder.xml and /tmp/pr_xml_configuration/ros-gz-interfaces-bloom-debbuilder.xml differ
Files /tmp/current_xml_configuration/ros-gz-sim-bloom-debbuilder.xml and /tmp/pr_xml_configuration/ros-gz-sim-bloom-debbuilder.xml differ
Files /tmp/current_xml_configuration/ros-gz-sim-demos-bloom-debbuilder.xml and /tmp/pr_xml_configuration/ros-gz-sim-demos-bloom-debbuilder.xml differ
Files /tmp/current_xml_configuration/ros1_ign_bridge-debbuilder.xml and /tmp/pr_xml_configuration/ros1_ign_bridge-debbuilder.xml differ
Files /tmp/current_xml_configuration/ros_gz_bridge-install-pkg_unofficial-any-manual.xml and /tmp/pr_xml_configuration/ros_gz_bridge-install-pkg_unofficial-any-manual.xml differ
Files /tmp/current_xml_configuration/ros_gzharmonic_bridge-install-pkg_humble-ci-jammy-amd64.xml and /tmp/pr_xml_configuration/ros_gzharmonic_bridge-install-pkg_humble-ci-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-abichecker-any_to_any-ubuntu-jammy-amd64.xml and /tmp/pr_xml_configuration/sdformat-abichecker-any_to_any-ubuntu-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-abichecker-any_to_any-ubuntu-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat-abichecker-any_to_any-ubuntu-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-main-homebrew-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-main-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-main-homebrew-arm64.xml and /tmp/pr_xml_configuration/sdformat-ci-main-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-main-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-main-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-main-resolute-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-pr_any-homebrew-arm64.xml and /tmp/pr_xml_configuration/sdformat-ci-pr_any-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-pr_any-jammy-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-pr_any-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-pr_any-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-pr_any-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-pr_any-resolute-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-pr_any-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf12-homebrew-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf12-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf12-homebrew-arm64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf12-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf12-jammy-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf12-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf14-homebrew-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf14-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf14-homebrew-arm64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf14-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf14-jammy-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf14-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf14-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf14-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf15-homebrew-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf15-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf15-homebrew-arm64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf15-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf15-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf15-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf16-homebrew-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf16-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf16-homebrew-arm64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf16-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci-sdf16-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci-sdf16-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci_asan-main-resolute-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci_asan-main-resolute-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci_asan-sdf12-jammy-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci_asan-sdf12-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci_asan-sdf14-jammy-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci_asan-sdf14-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci_asan-sdf15-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci_asan-sdf15-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-ci_asan-sdf16-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat-ci_asan-sdf16-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat12-debbuilder.xml and /tmp/pr_xml_configuration/sdformat12-debbuilder.xml differ
Files /tmp/current_xml_configuration/sdformat12-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/sdformat12-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat12-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/sdformat12-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat12-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/sdformat12-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/sdformat12-source.xml and /tmp/pr_xml_configuration/sdformat12-source.xml differ
Files /tmp/current_xml_configuration/sdformat14-debbuilder.xml and /tmp/pr_xml_configuration/sdformat14-debbuilder.xml differ
Files /tmp/current_xml_configuration/sdformat14-install-pkg-jammy-amd64.xml and /tmp/pr_xml_configuration/sdformat14-install-pkg-jammy-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat14-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat14-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat14-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/sdformat14-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat14-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/sdformat14-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/sdformat14-source.xml and /tmp/pr_xml_configuration/sdformat14-source.xml differ
Files /tmp/current_xml_configuration/sdformat15-debbuilder.xml and /tmp/pr_xml_configuration/sdformat15-debbuilder.xml differ
Files /tmp/current_xml_configuration/sdformat15-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat15-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat15-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/sdformat15-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat15-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/sdformat15-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/sdformat15-source.xml and /tmp/pr_xml_configuration/sdformat15-source.xml differ
Files /tmp/current_xml_configuration/sdformat16-debbuilder.xml and /tmp/pr_xml_configuration/sdformat16-debbuilder.xml differ
Files /tmp/current_xml_configuration/sdformat16-install-pkg-noble-amd64.xml and /tmp/pr_xml_configuration/sdformat16-install-pkg-noble-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat16-install_bottle-homebrew-amd64.xml and /tmp/pr_xml_configuration/sdformat16-install_bottle-homebrew-amd64.xml differ
Files /tmp/current_xml_configuration/sdformat16-install_bottle-homebrew-arm64.xml and /tmp/pr_xml_configuration/sdformat16-install_bottle-homebrew-arm64.xml differ
Files /tmp/current_xml_configuration/sdformat16-source.xml and /tmp/pr_xml_configuration/sdformat16-source.xml differ

📑 Content changed in the XML configuration files in this PR

Details
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/_releasepy.xml /tmp/pr_xml_configuration/_releasepy.xml
--- /tmp/current_xml_configuration/_releasepy.xml	2026-07-30 18:00:32.181954155 +0000
+++ /tmp/pr_xml_configuration/_releasepy.xml	2026-07-30 18:00:21.451181371 +0000
@@ -242,7 +242,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -275,7 +275,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/_test_gz_source.xml /tmp/pr_xml_configuration/_test_gz_source.xml
--- /tmp/current_xml_configuration/_test_gz_source.xml	2026-07-30 18:00:39.928263489 +0000
+++ /tmp/pr_xml_configuration/_test_gz_source.xml	2026-07-30 18:00:29.014215794 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/_test_job_from_dsl.xml /tmp/pr_xml_configuration/_test_job_from_dsl.xml
--- /tmp/current_xml_configuration/_test_job_from_dsl.xml	2026-07-30 18:00:39.900304902 +0000
+++ /tmp/pr_xml_configuration/_test_job_from_dsl.xml	2026-07-30 18:00:28.984893692 +0000
@@ -154,7 +154,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -187,7 +187,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/_test_job_from_dsl_mac_amd64.xml /tmp/pr_xml_configuration/_test_job_from_dsl_mac_amd64.xml
--- /tmp/current_xml_configuration/_test_job_from_dsl_mac_amd64.xml	2026-07-30 18:00:39.903422706 +0000
+++ /tmp/pr_xml_configuration/_test_job_from_dsl_mac_amd64.xml	2026-07-30 18:00:28.988201182 +0000
@@ -159,7 +159,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -192,7 +192,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/_test_job_from_dsl_mac_arm64.xml /tmp/pr_xml_configuration/_test_job_from_dsl_mac_arm64.xml
--- /tmp/current_xml_configuration/_test_job_from_dsl_mac_arm64.xml	2026-07-30 18:00:39.906093646 +0000
+++ /tmp/pr_xml_configuration/_test_job_from_dsl_mac_arm64.xml	2026-07-30 18:00:28.991303206 +0000
@@ -159,7 +159,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -192,7 +192,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/_test_pr_job_from_dsl.xml /tmp/pr_xml_configuration/_test_pr_job_from_dsl.xml
--- /tmp/current_xml_configuration/_test_pr_job_from_dsl.xml	2026-07-30 18:00:39.915245052 +0000
+++ /tmp/pr_xml_configuration/_test_pr_job_from_dsl.xml	2026-07-30 18:00:29.001308510 +0000
@@ -210,7 +210,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -243,7 +243,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/_test_releasepy.xml /tmp/pr_xml_configuration/_test_releasepy.xml
--- /tmp/current_xml_configuration/_test_releasepy.xml	2026-07-30 18:00:39.918053068 +0000
+++ /tmp/pr_xml_configuration/_test_releasepy.xml	2026-07-30 18:00:29.004404861 +0000
@@ -242,7 +242,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -275,7 +275,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/debian-ratt-builder.xml /tmp/pr_xml_configuration/debian-ratt-builder.xml
--- /tmp/current_xml_configuration/debian-ratt-builder.xml	2026-07-30 18:00:32.285256394 +0000
+++ /tmp/pr_xml_configuration/debian-ratt-builder.xml	2026-07-30 18:00:21.564810023 +0000
@@ -180,7 +180,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -213,7 +213,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/generic-release-homebrew_bump_unbottled_dependencies.xml /tmp/pr_xml_configuration/generic-release-homebrew_bump_unbottled_dependencies.xml
--- /tmp/current_xml_configuration/generic-release-homebrew_bump_unbottled_dependencies.xml	2026-07-30 18:00:31.925210032 +0000
+++ /tmp/pr_xml_configuration/generic-release-homebrew_bump_unbottled_dependencies.xml	2026-07-30 18:00:21.222222215 +0000
@@ -202,7 +202,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -235,7 +235,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/generic-release-homebrew_pr_bottle_hash_updater.xml /tmp/pr_xml_configuration/generic-release-homebrew_pr_bottle_hash_updater.xml
--- /tmp/current_xml_configuration/generic-release-homebrew_pr_bottle_hash_updater.xml	2026-07-30 18:00:31.901762570 +0000
+++ /tmp/pr_xml_configuration/generic-release-homebrew_pr_bottle_hash_updater.xml	2026-07-30 18:00:21.197908790 +0000
@@ -214,7 +214,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -247,7 +247,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/generic-release-homebrew_pull_request_updater.xml /tmp/pr_xml_configuration/generic-release-homebrew_pull_request_updater.xml
--- /tmp/current_xml_configuration/generic-release-homebrew_pull_request_updater.xml	2026-07-30 18:00:31.862146471 +0000
+++ /tmp/pr_xml_configuration/generic-release-homebrew_pull_request_updater.xml	2026-07-30 18:00:21.157130192 +0000
@@ -221,7 +221,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -254,7 +254,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/generic-release-homebrew_remove_dependent_bottles.xml /tmp/pr_xml_configuration/generic-release-homebrew_remove_dependent_bottles.xml
--- /tmp/current_xml_configuration/generic-release-homebrew_remove_dependent_bottles.xml	2026-07-30 18:00:31.915211011 +0000
+++ /tmp/pr_xml_configuration/generic-release-homebrew_remove_dependent_bottles.xml	2026-07-30 18:00:21.210683998 +0000
@@ -202,7 +202,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -235,7 +235,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/generic-release-homebrew_triggered_bottle_builder.xml /tmp/pr_xml_configuration/generic-release-homebrew_triggered_bottle_builder.xml
--- /tmp/current_xml_configuration/generic-release-homebrew_triggered_bottle_builder.xml	2026-07-30 18:00:31.889059436 +0000
+++ /tmp/pr_xml_configuration/generic-release-homebrew_triggered_bottle_builder.xml	2026-07-30 18:00:21.184229787 +0000
@@ -248,7 +248,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -281,7 +281,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/generic_backport-debbuilder.xml /tmp/pr_xml_configuration/generic_backport-debbuilder.xml
--- /tmp/current_xml_configuration/generic_backport-debbuilder.xml	2026-07-30 18:00:39.116378020 +0000
+++ /tmp/pr_xml_configuration/generic_backport-debbuilder.xml	2026-07-30 18:00:28.217959654 +0000
@@ -222,7 +222,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -255,7 +255,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-cmake2-debbuilder.xml /tmp/pr_xml_configuration/gz-cmake2-debbuilder.xml
--- /tmp/current_xml_configuration/gz-cmake2-debbuilder.xml	2026-07-30 18:00:37.712127917 +0000
+++ /tmp/pr_xml_configuration/gz-cmake2-debbuilder.xml	2026-07-30 18:00:26.906714438 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-cmake2-source.xml /tmp/pr_xml_configuration/gz-cmake2-source.xml
--- /tmp/current_xml_configuration/gz-cmake2-source.xml	2026-07-30 18:00:37.718990910 +0000
+++ /tmp/pr_xml_configuration/gz-cmake2-source.xml	2026-07-30 18:00:26.914404737 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-cmake3-debbuilder.xml /tmp/pr_xml_configuration/gz-cmake3-debbuilder.xml
--- /tmp/current_xml_configuration/gz-cmake3-debbuilder.xml	2026-07-30 18:00:37.913885680 +0000
+++ /tmp/pr_xml_configuration/gz-cmake3-debbuilder.xml	2026-07-30 18:00:27.122002770 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-cmake3-source.xml /tmp/pr_xml_configuration/gz-cmake3-source.xml
--- /tmp/current_xml_configuration/gz-cmake3-source.xml	2026-07-30 18:00:37.927683954 +0000
+++ /tmp/pr_xml_configuration/gz-cmake3-source.xml	2026-07-30 18:00:27.125023846 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-cmake4-debbuilder.xml /tmp/pr_xml_configuration/gz-cmake4-debbuilder.xml
--- /tmp/current_xml_configuration/gz-cmake4-debbuilder.xml	2026-07-30 18:00:38.163344380 +0000
+++ /tmp/pr_xml_configuration/gz-cmake4-debbuilder.xml	2026-07-30 18:00:27.362722445 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-cmake4-source.xml /tmp/pr_xml_configuration/gz-cmake4-source.xml
--- /tmp/current_xml_configuration/gz-cmake4-source.xml	2026-07-30 18:00:38.166673677 +0000
+++ /tmp/pr_xml_configuration/gz-cmake4-source.xml	2026-07-30 18:00:27.365935307 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-cmake5-debbuilder.xml /tmp/pr_xml_configuration/gz-cmake5-debbuilder.xml
--- /tmp/current_xml_configuration/gz-cmake5-debbuilder.xml	2026-07-30 18:00:38.353792741 +0000
+++ /tmp/pr_xml_configuration/gz-cmake5-debbuilder.xml	2026-07-30 18:00:27.545085151 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-cmake5-source.xml /tmp/pr_xml_configuration/gz-cmake5-source.xml
--- /tmp/current_xml_configuration/gz-cmake5-source.xml	2026-07-30 18:00:38.356479124 +0000
+++ /tmp/pr_xml_configuration/gz-cmake5-source.xml	2026-07-30 18:00:27.547728386 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-common4-debbuilder.xml /tmp/pr_xml_configuration/gz-common4-debbuilder.xml
--- /tmp/current_xml_configuration/gz-common4-debbuilder.xml	2026-07-30 18:00:37.774786363 +0000
+++ /tmp/pr_xml_configuration/gz-common4-debbuilder.xml	2026-07-30 18:00:26.972088790 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-common4-source.xml /tmp/pr_xml_configuration/gz-common4-source.xml
--- /tmp/current_xml_configuration/gz-common4-source.xml	2026-07-30 18:00:37.777832692 +0000
+++ /tmp/pr_xml_configuration/gz-common4-source.xml	2026-07-30 18:00:26.975112538 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-common5-debbuilder.xml /tmp/pr_xml_configuration/gz-common5-debbuilder.xml
--- /tmp/current_xml_configuration/gz-common5-debbuilder.xml	2026-07-30 18:00:37.992726913 +0000
+++ /tmp/pr_xml_configuration/gz-common5-debbuilder.xml	2026-07-30 18:00:27.185527682 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-common5-source.xml /tmp/pr_xml_configuration/gz-common5-source.xml
--- /tmp/current_xml_configuration/gz-common5-source.xml	2026-07-30 18:00:37.994827187 +0000
+++ /tmp/pr_xml_configuration/gz-common5-source.xml	2026-07-30 18:00:27.188206329 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-common6-debbuilder.xml /tmp/pr_xml_configuration/gz-common6-debbuilder.xml
--- /tmp/current_xml_configuration/gz-common6-debbuilder.xml	2026-07-30 18:00:38.210995271 +0000
+++ /tmp/pr_xml_configuration/gz-common6-debbuilder.xml	2026-07-30 18:00:27.406905141 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-common6-source.xml /tmp/pr_xml_configuration/gz-common6-source.xml
--- /tmp/current_xml_configuration/gz-common6-source.xml	2026-07-30 18:00:38.214169830 +0000
+++ /tmp/pr_xml_configuration/gz-common6-source.xml	2026-07-30 18:00:27.409645776 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-common7-debbuilder.xml /tmp/pr_xml_configuration/gz-common7-debbuilder.xml
--- /tmp/current_xml_configuration/gz-common7-debbuilder.xml	2026-07-30 18:00:38.396500017 +0000
+++ /tmp/pr_xml_configuration/gz-common7-debbuilder.xml	2026-07-30 18:00:27.587701239 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-common7-source.xml /tmp/pr_xml_configuration/gz-common7-source.xml
--- /tmp/current_xml_configuration/gz-common7-source.xml	2026-07-30 18:00:38.399174770 +0000
+++ /tmp/pr_xml_configuration/gz-common7-source.xml	2026-07-30 18:00:27.590360490 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-fortress-debbuilder.xml /tmp/pr_xml_configuration/gz-fortress-debbuilder.xml
--- /tmp/current_xml_configuration/gz-fortress-debbuilder.xml	2026-07-30 18:00:37.902798764 +0000
+++ /tmp/pr_xml_configuration/gz-fortress-debbuilder.xml	2026-07-30 18:00:27.111170166 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-fortress-source.xml /tmp/pr_xml_configuration/gz-fortress-source.xml
--- /tmp/current_xml_configuration/gz-fortress-source.xml	2026-07-30 18:00:37.905741173 +0000
+++ /tmp/pr_xml_configuration/gz-fortress-source.xml	2026-07-30 18:00:27.113946881 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-fuel-tools10-debbuilder.xml /tmp/pr_xml_configuration/gz-fuel-tools10-debbuilder.xml
--- /tmp/current_xml_configuration/gz-fuel-tools10-debbuilder.xml	2026-07-30 18:00:38.262404988 +0000
+++ /tmp/pr_xml_configuration/gz-fuel-tools10-debbuilder.xml	2026-07-30 18:00:27.448661621 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-fuel-tools10-source.xml /tmp/pr_xml_configuration/gz-fuel-tools10-source.xml
--- /tmp/current_xml_configuration/gz-fuel-tools10-source.xml	2026-07-30 18:00:38.265335212 +0000
+++ /tmp/pr_xml_configuration/gz-fuel-tools10-source.xml	2026-07-30 18:00:27.451316608 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-fuel-tools11-debbuilder.xml /tmp/pr_xml_configuration/gz-fuel-tools11-debbuilder.xml
--- /tmp/current_xml_configuration/gz-fuel-tools11-debbuilder.xml	2026-07-30 18:00:38.439709436 +0000
+++ /tmp/pr_xml_configuration/gz-fuel-tools11-debbuilder.xml	2026-07-30 18:00:27.629278473 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-fuel-tools11-source.xml /tmp/pr_xml_configuration/gz-fuel-tools11-source.xml
--- /tmp/current_xml_configuration/gz-fuel-tools11-source.xml	2026-07-30 18:00:38.441832610 +0000
+++ /tmp/pr_xml_configuration/gz-fuel-tools11-source.xml	2026-07-30 18:00:27.631930909 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-fuel-tools7-debbuilder.xml /tmp/pr_xml_configuration/gz-fuel-tools7-debbuilder.xml
--- /tmp/current_xml_configuration/gz-fuel-tools7-debbuilder.xml	2026-07-30 18:00:37.818999323 +0000
+++ /tmp/pr_xml_configuration/gz-fuel-tools7-debbuilder.xml	2026-07-30 18:00:27.029948970 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-fuel-tools7-source.xml /tmp/pr_xml_configuration/gz-fuel-tools7-source.xml
--- /tmp/current_xml_configuration/gz-fuel-tools7-source.xml	2026-07-30 18:00:37.822006627 +0000
+++ /tmp/pr_xml_configuration/gz-fuel-tools7-source.xml	2026-07-30 18:00:27.032834781 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-fuel-tools9-debbuilder.xml /tmp/pr_xml_configuration/gz-fuel-tools9-debbuilder.xml
--- /tmp/current_xml_configuration/gz-fuel-tools9-debbuilder.xml	2026-07-30 18:00:38.043745849 +0000
+++ /tmp/pr_xml_configuration/gz-fuel-tools9-debbuilder.xml	2026-07-30 18:00:27.249397511 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-fuel-tools9-source.xml /tmp/pr_xml_configuration/gz-fuel-tools9-source.xml
--- /tmp/current_xml_configuration/gz-fuel-tools9-source.xml	2026-07-30 18:00:38.046543408 +0000
+++ /tmp/pr_xml_configuration/gz-fuel-tools9-source.xml	2026-07-30 18:00:27.252600687 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-gui10-debbuilder.xml /tmp/pr_xml_configuration/gz-gui10-debbuilder.xml
--- /tmp/current_xml_configuration/gz-gui10-debbuilder.xml	2026-07-30 18:00:38.474405874 +0000
+++ /tmp/pr_xml_configuration/gz-gui10-debbuilder.xml	2026-07-30 18:00:27.652764701 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
@@ -298,7 +298,7 @@
 def old_labels = node.getLabelString()
 
 println("Checking if nvidia mismatch error is present in log")
-if (!(build.getLog(1000) =~ "nvml error: driver/library version mismatch")) {
+if (!(build.getLog(1000) =~ "(?i:nvml.*driver/library version mismatch)")) {
 println(" NVIDIA driver/library version mismatch not detected in the log - Not performing any automatic recovery steps")
 return 1;
 } else {
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-gui10-source.xml /tmp/pr_xml_configuration/gz-gui10-source.xml
--- /tmp/current_xml_configuration/gz-gui10-source.xml	2026-07-30 18:00:38.478420127 +0000
+++ /tmp/pr_xml_configuration/gz-gui10-source.xml	2026-07-30 18:00:27.655339732 +0000
@@ -267,7 +267,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay'>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-gui6-debbuilder.xml /tmp/pr_xml_configuration/gz-gui6-debbuilder.xml
--- /tmp/current_xml_configuration/gz-gui6-debbuilder.xml	2026-07-30 18:00:37.840789891 +0000
+++ /tmp/pr_xml_configuration/gz-gui6-debbuilder.xml	2026-07-30 18:00:27.051949715 +0000
@@ -265,7 +265,7 @@
             <disabled>false</disabled>
         </hudson.plugins.emailext.ExtendedEmailPublisher>
         <com.chikli.hudson.plugin.naginator.NaginatorPublisher>
-            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|nvml error: driver/library version mismatch</regexpForRerun>
+            <regexpForRerun>java.nio.channels.ClosedChannelException|Error: Another `brew update` process is already running.|Error: Empty installation|(?i:nvml.*driver/library version mismatch)</regexpForRerun>
             <checkRegexp>true</checkRegexp>
             <maxSchedule>2</maxSchedule>
             <delay class='com.chikli.hudson.plugin.naginator.FixedDelay
... (truncated, diff too large for a GitHub comment)

@j-rivero
j-rivero merged commit ad27ccb into master Jul 30, 2026
4 checks passed
@j-rivero
j-rivero deleted the jrivero/fiX_nvml_problem branch July 30, 2026 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant