We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d16458 commit 397c9d3Copy full SHA for 397c9d3
jobs/nightly-samba-containers.yml
@@ -1,14 +1,25 @@
1
- project:
2
name: samba_nightly-containers
3
os_name:
4
+ - 'centos'
5
- 'fedora'
6
os_arch:
7
- 'aarch64'
8
+ - 'x86_64'
9
kind:
10
- 'server'
11
package_source:
12
- 'default'
13
+ - 'devbuilds'
14
- 'nightly'
15
+ exclude:
16
+ # ceph development rpm builds are not available for fedora
17
+ - os_name: 'fedora'
18
+ package_source: 'devbuilds'
19
+ # resilient storage providing ctdb on centos is not available for aarch64
20
+ - os_name: 'centos'
21
+ os_arch: 'aarch64'
22
+ package_source: 'default'
23
jobs:
24
- 'samba_build-containers-{kind}-{package_source}-{os_name}-{os_arch}'
25
0 commit comments