Skip to content

Commit

Permalink
Disable CI for ign-rndf (#315)
Browse files Browse the repository at this point in the history
ign-rndf CI is failing as it doesn't have a main branch,
but it has been inactive for a while; I propose to
disable its CI jobs.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Oct 8, 2020
1 parent 36ee549 commit e68bcec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jenkins-scripts/dsl/ignition.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ ignition_software = [ 'cmake',
'physics',
'plugin',
'rendering',
'rndf',
'sensors',
'tools',
'transport' ]
Expand Down Expand Up @@ -51,7 +50,7 @@ ignition_prerelease_branches = []
// jobs for the special cases of foo0 packages)
ignition_debbuild = ignition_software + [ ]
// DESC: exclude ignition from generate any install testing job
ignition_no_pkg_yet = [ 'rndf' ]
ignition_no_pkg_yet = [ ]
// DESC: major versions that has a package in the prerelease repo. Should
// not appear in ignition_no_pkg_yet nor in ignition_branches
ignition_prerelease_pkgs = [ 'placeholder' : [
Expand Down Expand Up @@ -556,7 +555,6 @@ ignition_software.each { ign_sw ->
("${ign_sw}" == "gui" && "${major_version}" == "0") ||
("${ign_sw}" == "math" && "${major_version}" == "5") ||
("${ign_sw}" == "msgs" && "${major_version}" == "2") ||
("${ign_sw}" == "rndf") ||
("${ign_sw}" == "transport" && "${major_version}" == "5"))
disabled()

Expand Down

0 comments on commit e68bcec

Please sign in to comment.