#1220  Ability to exclude parameter combination from build spec parameter matrix
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 4 months ago
Previous Value Current Value
Ability to exclude/include matrices
Ability to exclude matrices
Robin Shen changed title 4 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' 4 months ago
Previous Value Current Value
Open
Closed
OneDev commented 4 months ago

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

Referenced from commit 4 months ago
OneDev changed state to 'Released' 4 months ago
Previous Value Current Value
Closed
Released
OneDev commented 4 months ago

State changed as build #4478 is successful

issue 1 of 1
Type
Improvement
Priority
Normal
Assignee
Issue Votes (0)
Watchers (4)
Reference
onedev/server#1220
Please wait...
Page is in error, reload to recover