Skip to content

Added role to host global vars to all other roles. Updated tasks tittles to solve issue707. #443

Added role to host global vars to all other roles. Updated tasks tittles to solve issue707.

Added role to host global vars to all other roles. Updated tasks tittles to solve issue707. #443

Workflow file for this run

---
name: Test collection with AWX matrix
on:
push:
branches:
- '*_'
- devel
tags:
- '*_' # ending underscore for trying things
- 'v[0-9]+.[0-9]+.[0-9]+' # final version
- 'v[0-9]+.[0-9]+.[0-9]+[abrc]+[0-9]+' # alpha, beta, release candidate (rc)
- 'v[0-9]+.[0-9]+.[0-9]+.dev[0-9]+' # development versions
pull_request:
jobs:
ci_standalone:
strategy:
fail-fast: false
matrix:
awx_version:
- devel
- 22.6.0
- 22.5.0
- 21.13.0
- 21.11.0
uses: "./.github/workflows/ci_standalone_versioned.yml"
with:
awx_version: ${{ matrix.awx_version }}
gh_ref: ${{ github.event.pull_request.head.sha || github.sha }}