The ansible-test patch has been backported to stable-2.12.
parent
9029f8ce34
commit
d6dd8e0d45
|
@ -34,7 +34,7 @@ jobs:
|
||||||
# for the latest list.
|
# for the latest list.
|
||||||
runs-on: >-
|
runs-on: >-
|
||||||
${{ contains(fromJson(
|
${{ contains(fromJson(
|
||||||
'["2.9", "2.10", "2.11", "2.12"]'
|
'["2.9", "2.10", "2.11"]'
|
||||||
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
|
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Perform sanity testing
|
- name: Perform sanity testing
|
||||||
|
@ -53,7 +53,7 @@ jobs:
|
||||||
# for the latest list.
|
# for the latest list.
|
||||||
runs-on: >-
|
runs-on: >-
|
||||||
${{ contains(fromJson(
|
${{ contains(fromJson(
|
||||||
'["2.9", "2.10", "2.11", "2.12"]'
|
'["2.9", "2.10", "2.11"]'
|
||||||
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
|
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
|
||||||
name: EOL Units (Ⓐ${{ matrix.ansible }})
|
name: EOL Units (Ⓐ${{ matrix.ansible }})
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -84,7 +84,7 @@ jobs:
|
||||||
# for the latest list.
|
# for the latest list.
|
||||||
runs-on: >-
|
runs-on: >-
|
||||||
${{ contains(fromJson(
|
${{ contains(fromJson(
|
||||||
'["2.9", "2.10", "2.11", "2.12"]'
|
'["2.9", "2.10", "2.11"]'
|
||||||
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
|
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
|
||||||
name: EOL I (Ⓐ${{ matrix.ansible }}+${{ matrix.docker }}+py${{ matrix.python }}:${{ matrix.target }})
|
name: EOL I (Ⓐ${{ matrix.ansible }}+${{ matrix.docker }}+py${{ matrix.python }}:${{ matrix.target }})
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Reference in New Issue