Put all integration test sessions into the nox config. (#1133)

This includes ones for ansible-core versions that only run with AZP,
and includes remote sessions that won't work with GHA but require AZP
also for older ansible-core versions.
This commit is contained in:
Felix Fontein
2025-09-29 20:49:06 +02:00
committed by GitHub
parent c9c420c036
commit a3093604fa
2 changed files with 142 additions and 15 deletions
+6 -9
View File
@@ -17,15 +17,10 @@ name: nox
jobs:
nox:
runs-on: ubuntu-latest
name: "Run extra sanity tests"
steps:
- name: Check out collection
uses: actions/checkout@v5
with:
persist-credentials: false
- name: Run nox
uses: ansible-community/antsibull-nox@main
uses: ansible-community/antsibull-nox/.github/workflows/reusable-nox-run.yml@main
with:
session-name: Run extra sanity tests
change-detection-in-prs: true
ansible-test:
uses: ansible-community/antsibull-nox/.github/workflows/reusable-nox-matrix.yml@main
@@ -33,3 +28,5 @@ jobs:
change-detection-in-prs: true
upload-codecov: true
max-ansible-core: "2.16"
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}