Ability to exclude parameter combination from build spec parameter matrix (OD-1220)
Released
Marcos de Oliveira opened 1 year ago

Would be nice if we could exclude matrix combinations, like following GitHub matrix definition:

strategy:
  matrix:
    os: [macos-latest, windows-latest]
    version: [12, 14, 16]
    environment: [staging, production]
    exclude:
      - os: macos-latest
        version: 12
        environment: production
      - os: windows-latest
        version: 16
runs-on: ${{ matrix.os }}

https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#excluding-matrix-configurations

Robin Shen changed title 7 months ago
Previous Value Current Value
Ability to exclude/include matrices
Ability to exclude matrices
Robin Shen changed title 7 months ago
Previous Value Current Value
Ability to exclude matrices
Ability to exclude parameter combination from build spec parameter matrix
OneDev changed state to 'Closed' 7 months ago
Previous Value Current Value
Open
Closed
OneDev commented 7 months ago

State changed as code fixing the issue is committed (789b86ec455f7283607b3c7d65480f83b71ef7ce)

OneDev changed state to 'Released' 7 months ago
Previous Value Current Value
Closed
Released
OneDev commented 7 months ago

State changed as build #4478 is successful

wojtek referenced from other issue 20 hours ago
issue 1 of 1
Type
Improvement
Priority
Normal
Assignee
Issue Votes (0)
Watchers (4)
Reference
OD-1220
Please wait...
Page is in error, reload to recover