use newer container for nwo

This commit is contained in:
Daniel A. Wozniak 2024-11-01 16:41:51 -07:00 committed by Daniel Wozniak
parent 6b926facd6
commit a9a1873fef

View file

@ -111,8 +111,8 @@ jobs:
test:
name: Test
runs-on: linux-${{ inputs.arch }}
#container:
# image: ubuntu:20.04
container:
image: ghcr.io/saltstack/salt-ci-containers/testing:ubuntu-22.04
# Full test runs. Each chunk should never take more than 2 hours.
# Partial test runs(no chunk parallelization), 6 Hours
timeout-minutes: ${{ fromJSON(inputs.testrun)['type'] == 'full' && inputs.default-timeout || 360 }}
@ -202,6 +202,10 @@ jobs:
run: |
sudo -E nox --force-color -e ${{ inputs.nox-session }} -- ${{ matrix.tests-chunk }}
- name: Current Directory
run: |
echo $(pwd)
- name: Run Changed Tests
id: run-fast-changed-tests
if: ${{ fromJSON(inputs.testrun)['type'] != 'full' }}