Skip to content

Commit b3b9e85

Browse files
committed
Add openbolt and HDM plugins
1 parent db47ec1 commit b3b9e85

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

config.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ foreman:
105105
installer: false
106106
deb: true
107107
rpm: true
108+
hdm:
109+
deb: true
110+
rpm: true
111+
github_team: '@theforeman/betadots'
112+
tests:
113+
github:
114+
Ruby: ci.yaml
108115
hooks:
109116
deb: true
110117
rpm: true
@@ -167,6 +174,14 @@ foreman:
167174
tests:
168175
github:
169176
Ruby: ci.yml
177+
openbolt:
178+
github_org: 'overlookinfra'
179+
deb: true
180+
rpm: true
181+
github_team: '@theforeman/betadots' # also @theforeman/overlookinfra
182+
tests:
183+
github:
184+
Ruby: test.yml
170185
omaha:
171186
deb: true
172187
rpm: true
@@ -420,6 +435,10 @@ smart_proxy:
420435
rpm: true
421436
puppet_acceptance_tests: true
422437
github_team: 'theforeman/remote-execution'
438+
hdm:
439+
deb: true
440+
rpm: true
441+
github_team: '@theforeman/betadots'
423442
monitoring:
424443
deb: true
425444
rpm: true
@@ -428,6 +447,10 @@ smart_proxy:
428447
deb: true
429448
rpm: true
430449
github_team: 'theforeman/omaha'
450+
openbolt:
451+
deb: true
452+
rpm: true
453+
github_team: '@theforeman/betadots' # also @theforeman/overlookinfra
431454
openscap:
432455
rpm: true
433456
puppet_acceptance_tests: true

0 commit comments

Comments
 (0)