mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
use newer container for nwo
This commit is contained in:
parent
6b926facd6
commit
a9a1873fef
1 changed files with 6 additions and 2 deletions
8
.github/workflows/test-action-linux-gh.yml
vendored
8
.github/workflows/test-action-linux-gh.yml
vendored
|
@ -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' }}
|
||||
|
|
Loading…
Add table
Reference in a new issue