Update CI to have some podman self-hosted runners #1061
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: CI | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
workflow_dispatch: | |
inputs: | |
debug_verbosity: | |
description: 'ANSIBLE_VERBOSITY envvar value' | |
required: false | |
schedule: | |
- cron: '0 6 * * *' | |
jobs: | |
ci: | |
uses: ansible-middleware/github-actions/.github/workflows/cish.yml@main | |
secrets: inherit | |
with: | |
fqcn: 'middleware_automation/amq' | |
debug_verbosity: "${{ github.event.inputs.debug_verbosity }}" | |
molecule_tests: >- | |
[ "default", "static_cluster", "replication", "live_only", "mirroring", "federation", "amq_upgrade", "mask_passwords", "custom_xml", "uninstall" ] |