Do not use container config

This commit is contained in:
Daniel A. Wozniak 2024-12-07 16:52:36 -07:00 committed by Daniel Wozniak
parent b41e513547
commit ae050ab8ab

View file

@ -70,8 +70,6 @@ jobs:
if: ${{ toJSON(fromJSON(inputs.matrix)['linux']) != '[]' }}
runs-on:
- ${{ matrix.arch == 'x86_64' && 'ubuntu-22.04' || 'linux-arm64' }}
container:
image: ${{ matrix.container }}
# 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 }}