Change-Id: I7f3aa96447ade605becbdef01bc19f3b78dbd6d1
jobs:
run-test-amd64:
- name: ${{ matrix.python-version }}-${{ matrix.build-type }}-${{ matrix.architecture }}-${{ matrix.os }}
+ name: test-amd64-${{ matrix.python-version }}-${{ matrix.build-type }}-${{ matrix.architecture }}-${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
# run this job using this matrix, excluding some combinations below.
jobs:
run-test:
- name: ${{ matrix.python-version }}-${{ matrix.build-type }}-${{ matrix.architecture }}-${{ matrix.os }}
+ name: test-${{ matrix.python-version }}-${{ matrix.build-type }}-${{ matrix.architecture }}-${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
# run this job using this matrix, excluding some combinations below.
continue-on-error: ${{ matrix.python-version == 'pypy-3.9' }}
run-test-arm64:
- name: ${{ matrix.python-version }}-${{ matrix.build-type }}-arm64-ubuntu-latest
+ name: test-arm64-${{ matrix.python-version }}-${{ matrix.build-type }}-${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix: