Skip to content

Commit

Permalink
Disable gazebo and launch PR-any on Windows (#213)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina authored Jun 5, 2020
1 parent 916f90c commit 0daca93
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jenkins-scripts/dsl/ignition.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ ignition_software.each { ign_sw ->

// 3. install jobs to test bottles
supported_install_pkg_branches(ign_sw).each { major_version, supported_distros ->
def install_default_job = job("ignition_${ign_sw}${major_version}-install_bottle-homebrew-amd64")
def install_default_job = job("ignition_${ign_sw}${major_version}-install_bottle-homebrew-amd64")
OSRFBrewInstall.create(install_default_job)

install_default_job.with
Expand Down Expand Up @@ -611,6 +611,10 @@ ignition_software.each { ign_sw ->
enable_testing(ign_sw))
ignition_win_ci_any_job.with
{
// ign-gazebo/ign-launch still not ported completely to Windows
if (ign_sw == 'gazebo' || ign_sw == 'launch')
disabled()

steps {
batchFile("""\
call "./scripts/jenkins-scripts/ign_${ign_sw}-default-devel-windows-amd64.bat"
Expand Down

0 comments on commit 0daca93

Please sign in to comment.