Skip to content

Commit

Permalink
MON 137835 cma windows robot tests (#1555)
Browse files Browse the repository at this point in the history
* add wsl robot test
  • Loading branch information
jean-christophe81 committed Sep 26, 2024
1 parent 55323ad commit 56ef7e9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/centreon-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,11 @@ jobs:
stability: ${{ needs.get-version.outputs.stability }}
legacy_engine: ${{ github.event.inputs.legacy_engine == 'true' }}
packages_in_artifact: ${{ github.event.inputs.packages_in_artifact == 'true' }}
image: ${{ matrix.image }}
distrib: ${{ matrix.distrib }}
package_extension: ${{ matrix.package_extension }}
runner: ${{ matrix.runner }}
arch: ${{ matrix.arch }}
secrets: inherit

robot-test:
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/package-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,22 @@ on:
packages_in_artifact:
required: true
type: boolean
image:
required: true
type: string
distrib:
required: true
type: string
package_extension:
required: true
type: string
runner:
required: true
type: string
arch:
required: true
type: string


jobs:
package:
Expand Down

0 comments on commit 56ef7e9

Please sign in to comment.