Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Feb 2, 2024
1 parent f940b52 commit 48c0711
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/centreon-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: [alma8, alma9, debian-bullseye, debian-bookworm, ubuntu-jammy]
image: [alma8, alma9, debian-bullseye, debian-bookworm]
name: unit test ${{ matrix.image }}

steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:
- dev-[2-9][0-9].[0-9][0-9].x
paths:
- '.github/docker/**'
pull_request:
paths:
- '.github/docker/**'
# pull_request:
# paths:
# - '.github/docker/**'

jobs:
get-version:
Expand Down
16 changes: 12 additions & 4 deletions .github/workflows/robot-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,32 +63,40 @@ jobs:
strategy:
fail-fast: false
matrix:
distrib: [el9, bullseye, bookworm]
include:
- arch: amd64
database_type: mariadb
tests_params: '{}'
- distrib: el9
image: centreon-collect-alma9-test
package_extension: rpm
arch: amd64
database_type: mariadb
test_group_name: robot_test-mariadb-el9-amd64
tests_params: '{}'
- distrib: el9
image: centreon-collect-mysql-alma9-test
package_extension: rpm
arch: amd64
database_type: mysql
test_group_name: robot_test-mysql-el9-amd64
tests_params: '{}'
- distrib: bullseye
image: centreon-collect-debian-bullseye-arm64-test
package_extension: deb
arch: arm64
database_type: mariadb
test_group_name: robot_test-mariadb-bullseye-arm64
tests_params: '{}'
- distrib: bookworm
image: centreon-collect-debian-bookworm-test
package_extension: deb
arch: amd64
database_type: mariadb
test_group_name: robot_test-mariadb-bookworm-amd64
tests_params: '{}'
- distrib: el9
image: centreon-collect-alma9-test
package_extension: rpm
arch: amd64
database_type: mariadb
test_group_name: robot_test-mariadb-el9-amd64-grpc
tests_params: '{"default_transport":"grpc","default_bbdo_version":"3.1.0"}'

Expand Down

0 comments on commit 48c0711

Please sign in to comment.