important_packages: allowed_failures batch (#17757)

* important_packages: reserve batch 0 for allowed failures

* custom batch name: allowed_failures
This commit is contained in:
Timothee Cour
2021-04-20 00:02:35 -07:00
committed by GitHub
parent fb02b56957
commit 68e7ed9c57
3 changed files with 27 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ jobs:
matrix:
os: [ubuntu-18.04, macos-10.15]
cpu: [amd64]
batch: ["0_3", "1_3", "2_3"] # list of `index_num`
batch: ["allowed_failures", "0_3", "1_3", "2_3"] # list of `index_num`
name: '${{ matrix.os }} (batch: ${{ matrix.batch }})'
runs-on: ${{ matrix.os }}
env: