Skip to content

For Provision Tests only #2

For Provision Tests only

For Provision Tests only #2

name: "CI_provisionservice_checks"
on:
push:
branches:
- "main"
- "master"
- "dev_**"
- "release/**"
pull_request:
branches:
- "main"
- "master"
- "dev_**"
- "release/**"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
Spec:
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
secrets: "inherit"
Acceptance:
needs: Spec
uses: "sooyean-hoo/cat-github-actions/.github/workflows/module_acceptance_custom.yml@dev_sooyean"
secrets: "inherit"
with:
flags: " --exclude-platforms '[\"CentOS-7\",\"CentOS-8\",\"OracleLinux-8\",\"OracleLinux-7\",\"Scientific-7\",\"Ubuntu-18.04\",\"Ubuntu-22.04\"]'" # Only way for Acceptance CI to run in the absence of vmpooler's VMs
install_agent__task: 'valentepuppet:skipme'
install_module__task: 'valentepuppet:skipme'
acceptance__task: 'valentepuppet:skipme'