Ability to exclude parameter combination from build spec parameter matrix (OD-1220)
Marcos de Oliveira opened 3 years 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 2 years ago
    Previous Value Current Value
    Ability to exclude/include matrices
    Ability to exclude matrices
  • Robin Shen changed title 2 years ago
    Previous Value Current Value
    Ability to exclude matrices
    Ability to exclude parameter combination from build spec parameter matrix
  • OneDev changed state to 'Closed' 2 years ago
    Previous Value Current Value
    Open
    Closed
  • OneDev commented 2 years ago

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

  • OneDev changed state to 'Released' 2 years ago
    Previous Value Current Value
    Closed
    Released
  • OneDev commented 2 years ago

    State changed as build #4478 is successful

issue 1/1
Type
Improvement
Priority
Normal
Assignee
Issue Votes (0)
Watchers (4)
Reference
OD-1220
Please wait...
Connection lost or session expired, reload to recover
Page is in error, reload to recover