-
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
Move brew ci-pr_any- to gazebo_libs #1054
Merged
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]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
CI looks reasonable to me: Only in /tmp/pr_xml_configuration: gz_cmake-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: gz_common-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: gz_fuel_tools-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: gz_gui-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: gz_launch-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: gz_math-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: gz_msgs-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: gz_physics-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: gz_plugin-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: gz_rendering-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: gz_sensors-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: gz_sim-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: gz_tools-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: gz_transport-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: gz_utils-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: ign_cmake-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: ign_common-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: ign_fuel_tools-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: ign_gazebo-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: ign_gui-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: ign_launch-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: ign_math-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: ign_msgs-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: ign_physics-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: ign_plugin-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: ign_rendering-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: ign_sensors-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: ign_tools-ci-pr_any-homebrew-amd64.xml
Only in /tmp/pr_xml_configuration: ign_transport-ci-pr_any-homebrew-amd64.xml
... (changes to make current jobs fake) ... And changes in the jobs generated with respect to the previous original ones, looks fine to me: --- ignition_math-ci-pr_any-homebrew-amd64.xml 2023-11-02 18:52:46.069527620 +0100
+++ /tmp/new/gz_math-ci-pr_any-homebrew-amd64.xml 2023-11-02 18:46:41.537239139 +0100
@@ -93,15 +93,13 @@
<hudson.tasks.Shell>
<command>#!/bin/bash -xe
-software_name="gz-math"
-[[ math == 'gazebo' ]] && software_name="gz-sim"
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "${software_name}"
+/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "gz-math"
</command>
</hudson.tasks.Shell>
</builders>
<publishers>
<hudson.plugins.emailext.ExtendedEmailPublisher>
- <recipientList>$DEFAULT_RECIPIENTS, [email protected]</recipientList>
+ <recipientList>$DEFAULT_RECIPIENTS</recipientList>
<configuredTriggers>
<hudson.plugins.emailext.plugins.trigger.FailureTrigger>
<email>
@@ -365,7 +363,7 @@
<gitTool>Default</gitTool>
<extensions>
<hudson.plugins.git.extensions.impl.RelativeTargetDirectory>
- <relativeTargetDir>ign-math</relativeTargetDir>
+ <relativeTargetDir>gz-math</relativeTargetDir>
</hudson.plugins.git.extensions.impl.RelativeTargetDirectory>
</extensions>
<browser class='hudson.plugins.git.browser.GithubWeb'> |
Merging to follow the migration in new PRs |
This was referenced Nov 7, 2023
8 tasks
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.
Note: easier to check without whitespaces https://github.com/gazebo-tooling/release-tools/pull/1054/files?w=1
Change brew ci-pr_any jobs to be created by gazebo_libs.dsl using
gz-collections.yaml
.Steps:
gazebo_libs.dsl
(no whitespaces enabled) c9e5af8?w=1