Skip to content

Commit

Permalink
Merge pull request #876 from gazebo-tooling/fuel-tools_nightlies
Browse files Browse the repository at this point in the history
Bump in Harmonic: fuel-tools
  • Loading branch information
j-rivero authored Feb 28, 2023
2 parents 4a99b5a + a4ec6f3 commit cce666d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
java-version: '11'
- name: Download job dsl jar
if: steps.dsl_check.outputs.run_job == 'true'
run: curl https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/job-dsl-core/1.77/job-dsl-core-1.77-standalone.jar -o jobdsl.jar
run: curl -sSL https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/job-dsl-core/1.77/job-dsl-core-1.77-standalone.jar -o jobdsl.jar
- name: Generate all DSL files
if: steps.dsl_check.outputs.run_job == 'true'
run: |
Expand Down
1 change: 1 addition & 0 deletions jenkins-scripts/dsl/ignition.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ gz_prerelease_branches = []
// don't appear in gz_branches (like nightly builders or 0-debbuild
// jobs for the special cases of foo0 packages)
gz_extra_debbuild = [ 'gui8',
'fuel-tools9',
'launch7',
'msgs10',
'rendering8',
Expand Down
20 changes: 10 additions & 10 deletions jenkins-scripts/dsl/ignition_collection.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ gz_collections = [
'msgs' : [ debbuild: 'gz-msgs10' , branch: 'main' ],
'rendering' : [ debbuild: 'gz-rendering8' , branch: 'main' ],
'sdformat' : [ debbuild: 'sdformat13' , branch: 'sdf13' ],
'fuel-tools': [ debbuild: 'gz-fuel-tools8' , branch: 'gz-fuel-tools8' ],
'fuel-tools': [ debbuild: 'gz-fuel-tools9' , branch: 'main' ],
'transport' : [ debbuild: 'gz-transport13' , branch: 'main' ],
'gui' : [ debbuild: 'gz-gui8' , branch: 'main' ],
'sensors' : [ debbuild: 'gz-sensors8' , branch: 'main' ],
Expand Down Expand Up @@ -310,25 +310,25 @@ gz_collection_jobs =
'harmonic' : [
'ign_cmake-gz-3-win',
'ign_common-gz-5-win',
'ign_fuel-tools-gz-8-win',
'ign_fuel-tools-gz-9-win',
'ign_gazebo-ci-win',
'ign_gui-ci-win',
'ign_launch-ci-win',
'ign_math-gz-7-win',
'ign_msgs-gz-9-win',
'ign_msgs-gz-10-win',
'ign_physics-gz-6-win',
'ign_plugin-gz-2-win',
'ign_rendering-ci-win',
'ign_sensors-ci-win',
'ign_tools-gz-2-win',
'ign_transport-gz-12-win',
'ign_transport-gz-13-win',
'ign_utils-gz-2-win',
'ignition_cmake-ci-gz-cmake3-focal-amd64',
'ignition_cmake-ci-gz-cmake3-homebrew-amd64',
'ignition_common-ci-gz-common5-focal-amd64',
'ignition_common-ci-gz-common5-homebrew-amd64',
'ignition_fuel-tools-ci-gz-fuel-tools8-focal-amd64',
'ignition_fuel-tools-ci-gz-fuel-tools8-homebrew-amd64',
'ignition_fuel-tools-ci-gz-fuel-tools9-focal-amd64',
'ignition_fuel-tools-ci-gz-fuel-tools9-homebrew-amd64',
'ignition_harmonic-ci-main-homebrew-amd64',
'ignition_gazebo-ci-main-focal-amd64',
'ignition_gazebo-ci-main-homebrew-amd64',
Expand All @@ -338,8 +338,8 @@ gz_collection_jobs =
'ignition_launch-ci-main-homebrew-amd64',
'ignition_math-ci-gz-math7-focal-amd64',
'ignition_math-ci-gz-math7-homebrew-amd64',
'ignition_msgs-ci-gz-msgs9-focal-amd64',
'ignition_msgs-ci-gz-msgs9-homebrew-amd64',
'ignition_msgs-ci-gz-msgs10-focal-amd64',
'ignition_msgs-ci-gz-msgs10-homebrew-amd64',
'ignition_physics-ci-gz-physics6-focal-amd64',
'ignition_physics-ci-gz-physics6-homebrew-amd64',
'ignition_plugin-ci-gz-plugin2-focal-amd64',
Expand All @@ -350,8 +350,8 @@ gz_collection_jobs =
'ignition_sensors-ci-main-homebrew-amd64',
'ignition_tools-ci-gz-tools2-focal-amd64',
'ignition_tools-ci-gz-tools2-homebrew-amd64',
'ignition_transport-ci-gz-transport12-focal-amd64',
'ignition_transport-ci-gz-transport12-homebrew-amd64',
'ignition_transport-ci-gz-transport13-focal-amd64',
'ignition_transport-ci-gz-transport13-homebrew-amd64',
'ignition_utils-ci-gz-utils2-focal-amd64',
'ignition_utils-ci-gz-utils2-homebrew-amd64',
'sdformat-ci-sdformat13-focal-amd64',
Expand Down

0 comments on commit cce666d

Please sign in to comment.