Skip to content

Commit

Permalink
enh(ci): add debian12 arm builds and tests triggers (#1281)
Browse files Browse the repository at this point in the history
* add debian 12 arm build

* add debian 12 arm build

* add packaging matrix

* add dockerfile for deb12 arm64

* fix docker builder workflow

* fix package collect missing letter

* fix robot nightly debian 12 arm

* fix tag for bookworm arm64 test image version

* restore unit-tests
  • Loading branch information
tuntoja authored Apr 23, 2024
1 parent e169d84 commit 34feab0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ jobs:
dockerfile: centreon-collect-debian-bullseye-test
image: centreon-collect-debian-bullseye-arm64-test
tag: ${{ needs.get-version.outputs.test_img_version }}
- runner: collect-arm64
dockerfile: centreon-collect-debian-bookworm
image: centreon-collect-debian-bookworm-arm64
tag: ${{ needs.get-version.outputs.img_version }}
- runner: collect-arm64
dockerfile: centreon-collect-debian-bookworm-test
image: centreon-collect-debian-bookworm-arm64-test
tag: ${{ needs.get-version.outputs.test_img_version }}

runs-on: ${{ fromJson(format('["self-hosted", "{0}"]', matrix.runner)) }}

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/package-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
package_extension: deb
runner: collect-arm64
arch: arm64
- image: centreon-collect-debian-bookworm-arm64
distrib: bookworm
package_extension: deb
runner: collect-arm64
arch: arm64

runs-on: ${{ fromJson(format('["self-hosted", "{0}"]', matrix.runner)) }}

Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/robot-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ jobs:
database_type: mariadb
test_group_name: robot_test-mariadb-bullseye-arm64
tests_params: '{}'
- distrib: bookworm
image: centreon-collect-debian-bookworm-arm64-test
package_extension: deb
arch: arm64
database_type: mariadb
test_group_name: robot_test-mariadb-bookworm-arm64
tests_params: '{}'
- distrib: bookworm
image: centreon-collect-debian-bookworm-test
package_extension: deb
Expand Down

0 comments on commit 34feab0

Please sign in to comment.