From 62040848a83ed4247f68b8451e7965771421844d Mon Sep 17 00:00:00 2001 From: David Murphy Date: Thu, 7 Nov 2024 15:48:33 -0700 Subject: [PATCH] Debugging linux tests --- .github/workflows/test-linux.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index cfba976..59177d7 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -26,10 +26,9 @@ on: jobs: Test: name: ${{ matrix.instance }} - ## runs-on: ubuntu-20.04 runs-on: ubuntu-latest container: - image: ghcr.io/saltstack/salt-ci-containers/packaging:ubuntu-22.04 + image: ghcr.io/saltstack/salt-ci-containers/testing:${{ inputs.distro-slug }} timeout-minutes: ${{ inputs.timeout }} strategy: @@ -48,8 +47,9 @@ jobs: - name: Bootstrap Salt run: | echo "matrix instance ,${{ matrix.instance }}," - echo "inputs.distro-slug ,${{ inputs.distro-slug }}," - sh -x ./bootstrap-salt.sh + $bt_parms = echo "${{ matrix.instance }}" | sed 's/-/ /' + echo "bt parms ,$bt_parms," + sh -x ./bootstrap-salt.sh $bt_parms - name: Test Bootstrap run: |