Skip to content

Commit

Permalink
feat(ci): deliver packages to ubuntu repository
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Feb 1, 2024
1 parent b62ab0f commit 00f22fa
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/get-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
STABILITY="stable"
;;
*)
STABILITY="unstable"
STABILITY="canary"
;;
esac
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/perl-cpan-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ concurrency:

on:
workflow_dispatch:
pull_request:
paths:
- ".github/workflows/perl-cpan-libraries.yml"
# pull_request:
# paths:
# - ".github/workflows/perl-cpan-libraries.yml"
push:
branches:
- develop
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/perl-crypt-argon2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ concurrency:
on:
workflow_dispatch:
pull_request:
paths:
- "dependencies/perl-crypt-argon2/**"
# paths:
# - "dependencies/perl-crypt-argon2/**"
push:
branches:
- develop
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/perl-keepass-reader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ concurrency:
on:
workflow_dispatch:
pull_request:
paths:
- "dependencies/perl-keepass-reader/**"
# paths:
# - "dependencies/perl-keepass-reader/**"
push:
branches:
- develop
Expand Down Expand Up @@ -122,6 +122,8 @@ jobs:
distrib: bullseye
- image: bookworm
distrib: bookworm
- image: jammy
distrib: jammy
name: package ${{ matrix.distrib }}
container:
image: ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }}/packaging-plugins-${{ matrix.image }}:latest
Expand Down Expand Up @@ -182,7 +184,7 @@ jobs:

strategy:
matrix:
distrib: [bullseye, bookworm]
distrib: [bullseye, bookworm, jammy]

steps:
- name: Checkout sources
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/perl-libssh-session.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ concurrency:
on:
workflow_dispatch:
pull_request:
paths:
- "dependencies/perl-libssh-session/**"
# paths:
# - "dependencies/perl-libssh-session/**"
push:
branches:
- develop
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/perl-net-curl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ concurrency:
on:
workflow_dispatch:
pull_request:
paths:
- "dependencies/perl-net-curl/**"
# paths:
# - "dependencies/perl-net-curl/**"
push:
branches:
- develop
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/perl-openwsman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ concurrency:
on:
workflow_dispatch:
pull_request:
paths:
- "dependencies/perl-openwsman/**"
# paths:
# - "dependencies/perl-openwsman/**"
push:
branches:
- develop
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/perl-vmware-vsphere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ concurrency:
on:
workflow_dispatch:
pull_request:
paths:
- 'dependencies/perl-vmware-vsphere/**'
# paths:
# - 'dependencies/perl-vmware-vsphere/**'
push:
branches:
- develop
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ jobs:
- package_extension: deb
image: packaging-plugins-bookworm
distrib: bookworm
- package_extension: deb
image: packaging-plugins-jammy
distrib: jammy

container:
image: ${{ vars.DOCKER_INTERNAL_REGISTRY_URL }}/${{ matrix.image }}
Expand Down
1 change: 1 addition & 0 deletions src/centreon/plugins/dbi.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# limitations under the License.
#


package centreon::plugins::dbi;

use strict;
Expand Down

0 comments on commit 00f22fa

Please sign in to comment.