-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove collection related jobs from deprecated ignition_collection.dsl #1145
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Umm there are some changes that are make the jobs to be worse: Only in /tmp/current_xml_configuration: gz-__upcoming__-debbuilder.xml
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-citadel-debbuilder.xml /tmp/pr_xml_configuration/gz-citadel-debbuilder.xml
--- /tmp/current_xml_configuration/gz-citadel-debbuilder.xml 2024-05-22 16:39:47.511077371 +0000
+++ /tmp/pr_xml_configuration/gz-citadel-debbuilder.xml 2024-05-22 16:38:06.115325063 +0000
@@ -82,7 +82,7 @@
</hudson.model.ParametersDefinitionProperty>
<hudson.plugins.throttleconcurrents.ThrottleJobProperty>
<maxConcurrentPerNode>1</maxConcurrentPerNode>
- <maxConcurrentTotal>4</maxConcurrentTotal>
+ <maxConcurrentTotal>8</maxConcurrentTotal>
<throttleEnabled>true</throttleEnabled>
<throttleOption>project</throttleOption>
<categories></categories>
@@ -146,6 +146,7 @@
<hudson.tasks.Shell>
<command>#!/bin/bash -xe
+
/bin/bash -x ./scripts/jenkins-scripts/docker/multidistribution-ignition-debbuild.bash
</command>
</hudson.tasks.Shell>
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 2024-05-22 16:39:48.063076102 +0000
+++ /tmp/pr_xml_configuration/gz-fortress-debbuilder.xml 2024-05-22 16:38:10.187317195 +0000
@@ -82,7 +82,7 @@
</hudson.model.ParametersDefinitionProperty>
<hudson.plugins.throttleconcurrents.ThrottleJobProperty>
<maxConcurrentPerNode>1</maxConcurrentPerNode>
- <maxConcurrentTotal>4</maxConcurrentTotal>
+ <maxConcurrentTotal>8</maxConcurrentTotal>
<throttleEnabled>true</throttleEnabled>
<throttleOption>project</throttleOption>
<categories></categories>
@@ -146,6 +146,7 @@
<hudson.tasks.Shell>
<command>#!/bin/bash -xe
+
/bin/bash -x ./scripts/jenkins-scripts/docker/multidistribution-ignition-debbuild.bash
</command>
</hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-garden-debbuilder.xml /tmp/pr_xml_configuration/gz-garden-debbuilder.xml
--- /tmp/current_xml_configuration/gz-garden-debbuilder.xml 2024-05-22 16:39:48.607075274 +0000
+++ /tmp/pr_xml_configuration/gz-garden-debbuilder.xml 2024-05-22 16:38:16.579304768 +0000
@@ -82,7 +82,7 @@
</hudson.model.ParametersDefinitionProperty>
<hudson.plugins.throttleconcurrents.ThrottleJobProperty>
<maxConcurrentPerNode>1</maxConcurrentPerNode>
- <maxConcurrentTotal>4</maxConcurrentTotal>
+ <maxConcurrentTotal>8</maxConcurrentTotal>
<throttleEnabled>true</throttleEnabled>
<throttleOption>project</throttleOption>
<categories></categories>
@@ -146,6 +146,7 @@
<hudson.tasks.Shell>
<command>#!/bin/bash -xe
+
/bin/bash -x ./scripts/jenkins-scripts/docker/multidistribution-ignition-debbuild.bash
</command>
</hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-harmonic-debbuilder.xml /tmp/pr_xml_configuration/gz-harmonic-debbuilder.xml
--- /tmp/current_xml_configuration/gz-harmonic-debbuilder.xml 2024-05-22 16:39:49.091074690 +0000
+++ /tmp/pr_xml_configuration/gz-harmonic-debbuilder.xml 2024-05-22 16:38:20.019298063 +0000
@@ -82,7 +82,7 @@
</hudson.model.ParametersDefinitionProperty>
<hudson.plugins.throttleconcurrents.ThrottleJobProperty>
<maxConcurrentPerNode>1</maxConcurrentPerNode>
- <maxConcurrentTotal>4</maxConcurrentTotal>
+ <maxConcurrentTotal>8</maxConcurrentTotal>
<throttleEnabled>true</throttleEnabled>
<throttleOption>project</throttleOption>
<categories></categories>
@@ -146,6 +146,7 @@
<hudson.tasks.Shell>
<command>#!/bin/bash -xe
+
/bin/bash -x ./scripts/jenkins-scripts/docker/multidistribution-ignition-debbuild.bash
</command>
</hudson.tasks.Shell>
Only in /tmp/current_xml_configuration: gz-ionic-debbuilder.xml
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_citadel-install-pkg-focal-amd64.xml /tmp/pr_xml_configuration/gz_citadel-install-pkg-focal-amd64.xml
--- /tmp/current_xml_configuration/gz_citadel-install-pkg-focal-amd64.xml 2024-05-22 16:39:47.667077013 +0000
+++ /tmp/pr_xml_configuration/gz_citadel-install-pkg-focal-amd64.xml 2024-05-22 16:38:06.271324762 +0000
@@ -61,14 +61,12 @@
<hudson.tasks.Shell>
<command>#!/bin/bash -xe
+
export DISTRO=focal
export ARCH=amd64
-export INSTALL_JOB_PKG=gz-citadel
+export INSTALL_JOB_PKG=libgz-citadel-dev
export GZDEV_PROJECT_NAME="gz-citadel"
-if [[ citadel == 'citadel' || citadel == 'fortress' ]]; then
- export GZ_SIM_RUNTIME_TEST_USE_IGN=true
-fi
-/bin/bash -x ./scripts/jenkins-scripts/docker/gz_launch-install-test-job.bash
+/bin/bash -x ./scripts/jenkins-scripts/docker/generic-install-test-job.bash
</command>
</hudson.tasks.Shell>
</builders>
@@ -264,7 +262,7 @@
<colorMapName>xterm</colorMapName>
</hudson.plugins.ansicolor.AnsiColorBuildWrapper>
</buildWrappers>
- <assignedNode>(gpu-reliable) && !test-instance</assignedNode>
+ <assignedNode>(docker) && !test-instance</assignedNode>
<logRotator>
<daysToKeep>-1</daysToKeep>
<numToKeep>75</numToKeep>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_fortress-install-pkg-focal-amd64.xml /tmp/pr_xml_configuration/gz_fortress-install-pkg-focal-amd64.xml
--- /tmp/current_xml_configuration/gz_fortress-install-pkg-focal-amd64.xml 2024-05-22 16:39:48.219075743 +0000
+++ /tmp/pr_xml_configuration/gz_fortress-install-pkg-focal-amd64.xml 2024-05-22 16:38:10.339316902 +0000
@@ -61,14 +61,12 @@
<hudson.tasks.Shell>
<command>#!/bin/bash -xe
+
export DISTRO=focal
export ARCH=amd64
-export INSTALL_JOB_PKG=gz-fortress
+export INSTALL_JOB_PKG=libgz-fortress-dev
export GZDEV_PROJECT_NAME="gz-fortress"
-if [[ fortress == 'citadel' || fortress == 'fortress' ]]; then
- export GZ_SIM_RUNTIME_TEST_USE_IGN=true
-fi
-/bin/bash -x ./scripts/jenkins-scripts/docker/gz_launch-install-test-job.bash
+/bin/bash -x ./scripts/jenkins-scripts/docker/generic-install-test-job.bash
</command>
</hudson.tasks.Shell>
</builders>
@@ -264,7 +262,7 @@
<colorMapName>xterm</colorMapName>
</hudson.plugins.ansicolor.AnsiColorBuildWrapper>
</buildWrappers>
- <assignedNode>(gpu-reliable) && !test-instance</assignedNode>
+ <assignedNode>(docker) && !test-instance</assignedNode>
<logRotator>
<daysToKeep>-1</daysToKeep>
<numToKeep>75</numToKeep>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_garden-install-pkg-focal-amd64.xml /tmp/pr_xml_configuration/gz_garden-install-pkg-focal-amd64.xml
--- /tmp/current_xml_configuration/gz_garden-install-pkg-focal-amd64.xml 2024-05-22 16:39:48.687075177 +0000
+++ /tmp/pr_xml_configuration/gz_garden-install-pkg-focal-amd64.xml 2024-05-22 16:38:16.735304464 +0000
@@ -61,14 +61,12 @@
<hudson.tasks.Shell>
<command>#!/bin/bash -xe
+
export DISTRO=focal
export ARCH=amd64
-export INSTALL_JOB_PKG=gz-garden
+export INSTALL_JOB_PKG=libgz-garden-dev
export GZDEV_PROJECT_NAME="gz-garden"
-if [[ garden == 'citadel' || garden == 'fortress' ]]; then
- export GZ_SIM_RUNTIME_TEST_USE_IGN=true
-fi
-/bin/bash -x ./scripts/jenkins-scripts/docker/gz_launch-install-test-job.bash
+/bin/bash -x ./scripts/jenkins-scripts/docker/generic-install-test-job.bash
</command>
</hudson.tasks.Shell>
</builders>
@@ -264,7 +262,7 @@
<colorMapName>xterm</colorMapName>
</hudson.plugins.ansicolor.AnsiColorBuildWrapper>
</buildWrappers>
- <assignedNode>(gpu-reliable) && !test-instance</assignedNode>
+ <assignedNode>(docker) && !test-instance</assignedNode>
<logRotator>
<daysToKeep>-1</daysToKeep>
<numToKeep>75</numToKeep>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_harmonic-install-pkg-jammy-amd64.xml /tmp/pr_xml_configuration/gz_harmonic-install-pkg-jammy-amd64.xml
--- /tmp/current_xml_configuration/gz_harmonic-install-pkg-jammy-amd64.xml 2024-05-22 16:39:49.171074593 +0000
+++ /tmp/pr_xml_configuration/gz_harmonic-install-pkg-jammy-amd64.xml 2024-05-22 16:38:20.175297754 +0000
@@ -61,14 +61,12 @@
<hudson.tasks.Shell>
<command>#!/bin/bash -xe
+
export DISTRO=jammy
export ARCH=amd64
-export INSTALL_JOB_PKG=gz-harmonic
+export INSTALL_JOB_PKG=libgz-harmonic-dev
export GZDEV_PROJECT_NAME="gz-harmonic"
-if [[ harmonic == 'citadel' || harmonic == 'fortress' ]]; then
- export GZ_SIM_RUNTIME_TEST_USE_IGN=true
-fi
-/bin/bash -x ./scripts/jenkins-scripts/docker/gz_launch-install-test-job.bash
+/bin/bash -x ./scripts/jenkins-scripts/docker/generic-install-test-job.bash
</command>
</hudson.tasks.Shell>
</builders>
@@ -264,7 +262,7 @@
<colorMapName>xterm</colorMapName>
</hudson.plugins.ansicolor.AnsiColorBuildWrapper>
</buildWrappers>
- <assignedNode>(gpu-reliable) && !test-instance</assignedNode>
+ <assignedNode>(docker) && !test-instance</assignedNode>
<logRotator>
<daysToKeep>-1</daysToKeep>
<numToKeep>75</numToKeep>
Only in /tmp/current_xml_configuration: gz_harmonic-install-pkg-noble-amd64.xml
Only in /tmp/current_xml_configuration: gz_ionic-install-pkg-noble-amd64.xml
Only in /tmp/current_xml_configuration: ign_citadel-ci-win.xml
Only in /tmp/current_xml_configuration: ign_fortress-ci-win.xml
Only in /tmp/current_xml_configuration: ign_garden-ci-win.xml
Only in /tmp/current_xml_configuration: ign_harmonic-ci-win.xml
Only in /tmp/current_xml_configuration: ign_ionic-ci-win.xml
Only in /tmp/current_xml_configuration: ignition_citadel-ci-main-homebrew-amd64.xml
Only in /tmp/current_xml_configuration: ignition_citadel-install-pkg-focal-amd64.xml
Only in /tmp/current_xml_configuration: ignition_citadel-install_bottle-homebrew-amd64.xml
Only in /tmp/current_xml_configuration: ignition_fortress-ci-main-homebrew-amd64.xml
Only in /tmp/current_xml_configuration: ignition_fortress-install-pkg-focal-amd64.xml
Only in /tmp/current_xml_configuration: ignition_fortress-install_bottle-homebrew-amd64.xml
Only in /tmp/current_xml_configuration: ignition_garden-ci-main-homebrew-amd64.xml
Only in /tmp/current_xml_configuration: ignition_garden-install_bottle-homebrew-amd64.xml
Only in /tmp/current_xml_configuration: ignition_harmonic-ci-main-homebrew-amd64.xml
Only in /tmp/current_xml_configuration: ignition_harmonic-install_bottle-homebrew-amd64.xml
Only in /tmp/current_xml_configuration: ignition_ionic-ci-main-homebrew-amd64.xml
Only in /tmp/current_xml_configuration: ignition_ionic-install_bottle-homebrew-amd64.xml The changes in the install tests does not seem to be fine. Going to revert those and live the removal of -debbuilders and -win jobs. |
This reverts commit 51064bd.
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Looks much reasonable: Only in /tmp/current_xml_configuration: gz-__upcoming__-debbuilder.xml
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-citadel-debbuilder.xml /tmp/pr_xml_configuration/gz-citadel-debbuilder.xml
--- /tmp/current_xml_configuration/gz-citadel-debbuilder.xml 2024-05-22 17:49:43.829973285 +0000
+++ /tmp/pr_xml_configuration/gz-citadel-debbuilder.xml 2024-05-22 17:47:58.881223286 +0000
@@ -82,7 +82,7 @@
</hudson.model.ParametersDefinitionProperty>
<hudson.plugins.throttleconcurrents.ThrottleJobProperty>
<maxConcurrentPerNode>1</maxConcurrentPerNode>
- <maxConcurrentTotal>4</maxConcurrentTotal>
+ <maxConcurrentTotal>8</maxConcurrentTotal>
<throttleEnabled>true</throttleEnabled>
<throttleOption>project</throttleOption>
<categories></categories>
@@ -146,6 +146,7 @@
<hudson.tasks.Shell>
<command>#!/bin/bash -xe
+
/bin/bash -x ./scripts/jenkins-scripts/docker/multidistribution-ignition-debbuild.bash
</command>
</hudson.tasks.Shell>
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 2024-05-22 17:49:44.381977177 +0000
+++ /tmp/pr_xml_configuration/gz-fortress-debbuilder.xml 2024-05-22 17:48:03.005253278 +0000
@@ -82,7 +82,7 @@
</hudson.model.ParametersDefinitionProperty>
<hudson.plugins.throttleconcurrents.ThrottleJobProperty>
<maxConcurrentPerNode>1</maxConcurrentPerNode>
- <maxConcurrentTotal>4</maxConcurrentTotal>
+ <maxConcurrentTotal>8</maxConcurrentTotal>
<throttleEnabled>true</throttleEnabled>
<throttleOption>project</throttleOption>
<categories></categories>
@@ -146,6 +146,7 @@
<hudson.tasks.Shell>
<command>#!/bin/bash -xe
+
/bin/bash -x ./scripts/jenkins-scripts/docker/multidistribution-ignition-debbuild.bash
</command>
</hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-garden-debbuilder.xml /tmp/pr_xml_configuration/gz-garden-debbuilder.xml
--- /tmp/current_xml_configuration/gz-garden-debbuilder.xml 2024-05-22 17:49:44.937981100 +0000
+++ /tmp/pr_xml_configuration/gz-garden-debbuilder.xml 2024-05-22 17:48:09.501304572 +0000
@@ -82,7 +82,7 @@
</hudson.model.ParametersDefinitionProperty>
<hudson.plugins.throttleconcurrents.ThrottleJobProperty>
<maxConcurrentPerNode>1</maxConcurrentPerNode>
- <maxConcurrentTotal>4</maxConcurrentTotal>
+ <maxConcurrentTotal>8</maxConcurrentTotal>
<throttleEnabled>true</throttleEnabled>
<throttleOption>project</throttleOption>
<categories></categories>
@@ -146,6 +146,7 @@
<hudson.tasks.Shell>
<command>#!/bin/bash -xe
+
/bin/bash -x ./scripts/jenkins-scripts/docker/multidistribution-ignition-debbuild.bash
</command>
</hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-harmonic-debbuilder.xml /tmp/pr_xml_configuration/gz-harmonic-debbuilder.xml
--- /tmp/current_xml_configuration/gz-harmonic-debbuilder.xml 2024-05-22 17:49:45.405984400 +0000
+++ /tmp/pr_xml_configuration/gz-harmonic-debbuilder.xml 2024-05-22 17:48:12.953327261 +0000
@@ -82,7 +82,7 @@
</hudson.model.ParametersDefinitionProperty>
<hudson.plugins.throttleconcurrents.ThrottleJobProperty>
<maxConcurrentPerNode>1</maxConcurrentPerNode>
- <maxConcurrentTotal>4</maxConcurrentTotal>
+ <maxConcurrentTotal>8</maxConcurrentTotal>
<throttleEnabled>true</throttleEnabled>
<throttleOption>project</throttleOption>
<categories></categories>
@@ -146,6 +146,7 @@
<hudson.tasks.Shell>
<command>#!/bin/bash -xe
+
/bin/bash -x ./scripts/jenkins-scripts/docker/multidistribution-ignition-debbuild.bash
</command>
</hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-ionic-debbuilder.xml /tmp/pr_xml_configuration/gz-ionic-debbuilder.xml
--- /tmp/current_xml_configuration/gz-ionic-debbuilder.xml 2024-05-22 17:49:46.265990467 +0000
+++ /tmp/pr_xml_configuration/gz-ionic-debbuilder.xml 2024-05-22 17:48:17.997360088 +0000
@@ -82,7 +82,7 @@
</hudson.model.ParametersDefinitionProperty>
<hudson.plugins.throttleconcurrents.ThrottleJobProperty>
<maxConcurrentPerNode>1</maxConcurrentPerNode>
- <maxConcurrentTotal>4</maxConcurrentTotal>
+ <maxConcurrentTotal>8</maxConcurrentTotal>
<throttleEnabled>true</throttleEnabled>
<throttleOption>project</throttleOption>
<categories></categories>
@@ -146,6 +146,7 @@
<hudson.tasks.Shell>
<command>#!/bin/bash -xe
+
/bin/bash -x ./scripts/jenkins-scripts/docker/multidistribution-ignition-debbuild.bash
</command>
</hudson.tasks.Shell>
Only in /tmp/pr_xml_configuration: gz-ionic-source.xml
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz-ionic.xml /tmp/pr_xml_configuration/gz-ionic.xml
--- /tmp/current_xml_configuration/gz-ionic.xml 2024-05-22 17:49:40.989953255 +0000
+++ /tmp/pr_xml_configuration/gz-ionic.xml 2024-05-22 17:48:18.941366612 +0000
@@ -8,6 +8,7 @@
<string>gz-common6-debbuilder</string>
<string>gz-fuel-tools10-debbuilder</string>
<string>gz-gui9-debbuilder</string>
+ <string>gz-ionic-debbuilder</string>
<string>gz-launch8-debbuilder</string>
<string>gz-math8-debbuilder</string>
<string>gz-msgs11-debbuilder</string>
@@ -43,6 +44,8 @@
<string>gz_gui-main-win</string>
<string>gz_gui9-install-pkg-jammy-amd64</string>
<string>gz_gui9-install_bottle-homebrew-amd64</string>
+ <string>gz_ionic-install-pkg-jammy-amd64</string>
+ <string>gz_ionic-install_bottle-homebrew-amd64</string>
<string>gz_launch-ci-main-homebrew-amd64</string>
<string>gz_launch-ci-main-noble-amd64</string>
<string>gz_launch-ci_asan-main-noble-amd64</string>
Only in /tmp/pr_xml_configuration: gz_ionic-install-pkg-jammy-amd64.xml
Only in /tmp/pr_xml_configuration: gz_ionic-install_bottle-homebrew-amd64.xml
Only in /tmp/current_xml_configuration: ign_citadel-ci-win.xml
Only in /tmp/current_xml_configuration: ign_fortress-ci-win.xml
Only in /tmp/current_xml_configuration: ign_garden-ci-win.xml
Only in /tmp/current_xml_configuration: ign_harmonic-ci-win.xml
Only in /tmp/current_xml_configuration: ign_ionic-ci-win.xml
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ignition-ionic-nightly-scheduler.xml /tmp/pr_xml_configuration/ignition-ionic-nightly-scheduler.xml
--- /tmp/current_xml_configuration/ignition-ionic-nightly-scheduler.xml 2024-05-22 17:49:46.813994335 +0000
+++ /tmp/pr_xml_configuration/ignition-ionic-nightly-scheduler.xml 2024-05-22 17:48:22.697392568 +0000
@@ -17,7 +17,7 @@
</hudson.model.BooleanParameterDefinition>
<hudson.model.StringParameterDefinition>
<name>NIGHTLY_PACKAGES</name>
- <defaultValue>gz-cmake4 gz-tools2 gz-utils3 gz-math8 gz-plugin3 gz-common6 gz-msgs11 gz-rendering9 sdformat15 gz-fuel-tools10 gz-transport14 gz-gui9 gz-sensors9 gz-physics8 gz-sim9 gz-launch8</defaultValue>
+ <defaultValue>gz-cmake4 gz-tools2 gz-utils3 gz-math8 gz-plugin3 gz-common6 gz-msgs11 gz-rendering9 sdformat15 gz-fuel-tools10 gz-transport14 gz-gui9 gz-sensors9 gz-physics8 gz-sim9 gz-launch8 gz-ionic</defaultValue>
<description>space separated list of packages to build</description>
</hudson.model.StringParameterDefinition>
<hudson.model.BooleanParameterDefinition>
Only in /tmp/current_xml_configuration: ignition_citadel-ci-main-homebrew-amd64.xml
Only in /tmp/current_xml_configuration: ignition_citadel-install_bottle-homebrew-amd64.xml
Only in /tmp/current_xml_configuration: ignition_fortress-ci-main-homebrew-amd64.xml
Only in /tmp/current_xml_configuration: ignition_fortress-install_bottle-homebrew-amd64.xml
Only in /tmp/current_xml_configuration: ignition_garden-ci-main-homebrew-amd64.xml
Only in /tmp/current_xml_configuration: ignition_garden-install_bottle-homebrew-amd64.xml
Only in /tmp/current_xml_configuration: ignition_harmonic-ci-main-homebrew-amd64.xml
Only in /tmp/current_xml_configuration: ignition_harmonic-install_bottle-homebrew-amd64.xml
Only in /tmp/current_xml_configuration: ignition_ionic-ci-main-homebrew-amd64.xml
Only in /tmp/current_xml_configuration: ignition_ionic-install_bottle-homebrew-amd64.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The PR removes:
gazebo_libs.dsl
.gazebo_libs.dsl
Still need to port the ros_bootstrap and nightly jobs to gazebo_libs.