Lines Matching full:matrix
9 name: "${{ matrix.target }} ${{ matrix.config }}"
11 runs-on: ${{ matrix.host }}
15 HOST: ${{ matrix.host }}
16 TARGET_HOST: ${{ matrix.target }}
17 TARGET_CONFIG: ${{ matrix.config }}
18 …T_DOMAIN: ${{ startsWith(matrix.host, 'libvirt') && format('{0}-{1}-{2}', matrix.target, matrix.co…
19 EPHEMERAL: ${{ startsWith(matrix.host, 'libvirt') }}
20 PERSISTENT: ${{ startsWith(matrix.host, 'persist') }}
21 REMOTE: ${{ startsWith(matrix.host, 'remote') }}
22 VM: ${{ startsWith(matrix.host, 'libvirt') || startsWith(matrix.host, 'persist') }}
23 …SSHFS: ${{ startsWith(matrix.host, 'libvirt') || startsWith(matrix.host, 'persist') || startsWith(…
26 # We use a matrix in two parts: firstly all of the VMs are tested with the
29 matrix:
122 run: vmrun ./.github/configure.sh ${{ matrix.config }}
126 # name: ${{ matrix.target }}-${{ matrix.config }}-config
133 run: vmrun ./.github/run_test.sh ${{ matrix.config }}
139 name: ${{ matrix.target }}-${{ matrix.config }}-logs