Skip to content

Commit

Permalink
Remove debbuilder from collections
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
  • Loading branch information
j-rivero committed May 22, 2024
1 parent 85b1274 commit 1950fb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
4 changes: 4 additions & 0 deletions jenkins-scripts/dsl/gz-collections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,10 @@ collections:
major_version: 8
repo:
current_branch: main
- name: gz-ionic
major_version: 1
repo:
current_branch: main
ci:
configs:
- noble
Expand Down
19 changes: 0 additions & 19 deletions jenkins-scripts/dsl/ignition_collection.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -62,25 +62,6 @@ void generate_install_job(prefix, gz_collection_name, distro, arch)
// Testing compilation from source
gz_collections_yaml.collections.each { collection ->
gz_collection_name = collection.name

if (! collection.packaging.exclude?.contains(gz_collection_name)) {
// DEBBUILD: linux package builder
// --------------------------------------------------------------
def build_pkg_job = job("gz-${gz_collection_name}-debbuilder")
OSRFLinuxBuildPkg.create(build_pkg_job)
build_pkg_job.with
{
steps {
shell("""\
#!/bin/bash -xe

/bin/bash -x ./scripts/jenkins-scripts/docker/multidistribution-ignition-debbuild.bash
""".stripIndent())
}
}
}


collection.ci.configs.each { ci_config_name ->
ci_config = gz_collections_yaml.ci_configs.find { it.name == ci_config_name }
distro = ci_config.system.version
Expand Down

0 comments on commit 1950fb0

Please sign in to comment.