Skip to content

Commit 4312171

Browse files
committed
ci: use tox-lsr 3.3.0 which uses ansible-test 2.17
Upgrade ci tests to use tox-lsr 3.3.0 tox-lsr 3.3.0 uses ansible-test 2.17 Create the ansible-test ignore file for 2.17 Signed-off-by: Rich Megginson <[email protected]>
1 parent 8609e59 commit 4312171

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install tox, tox-lsr
3333
run: |
3434
set -euxo pipefail
35-
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.2.2"
35+
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.3.0"
3636
3737
- name: Convert role to collection format
3838
run: |

.github/workflows/ansible-managed-var-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install tox, tox-lsr
3131
run: |
3232
set -euxo pipefail
33-
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.2.2"
33+
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.3.0"
3434
3535
- name: Run ansible-plugin-scan
3636
run: |

.github/workflows/ansible-plugin-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install tox, tox-lsr
3131
run: |
3232
set -euxo pipefail
33-
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.2.2"
33+
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.3.0"
3434
3535
- name: Run ansible-plugin-scan
3636
run: |

.github/workflows/ansible-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install tox, tox-lsr
3434
run: |
3535
set -euxo pipefail
36-
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.2.2"
36+
pip3 install "git+https://github.com/linux-system-roles/tox-lsr@3.3.0"
3737
3838
- name: Convert role to collection format
3939
run: |

0 commit comments

Comments
 (0)