Skip to content

Commit

Permalink
build-containers: Extend the job matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
anoopcs9 committed Jan 8, 2025
1 parent 5d16458 commit 397c9d3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions jobs/nightly-samba-containers.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
- project:
name: samba_nightly-containers
os_name:
- 'centos'
- 'fedora'
os_arch:
- 'aarch64'
- 'x86_64'
kind:
- 'server'
package_source:
- 'default'
- 'devbuilds'
- 'nightly'
exclude:
# ceph development rpm builds are not available for fedora
- os_name: 'fedora'
package_source: 'devbuilds'
# resilient storage providing ctdb on centos is not available for aarch64
- os_name: 'centos'
os_arch: 'aarch64'
package_source: 'default'
jobs:
- 'samba_build-containers-{kind}-{package_source}-{os_name}-{os_arch}'

Expand Down

0 comments on commit 397c9d3

Please sign in to comment.