Matrix structure
See original GitHub issueStandard matrix workflow structure is as below, with access as matrix.os
& matrix.ruby
:
matrix:
os: [ ubuntu-16.04, ubuntu-18.04, macos-latest, windows-latest ]
ruby: [ 2.2, 2.3, .ruby-version, .tool-versions, head, jruby, jruby-head, truffleruby ]
But the following also works, with access as matrix.cfg.os
& matrix.cfg.ruby
:
matrix:
cfg:
- { ruby: rubinius, os: ubuntu-18.04 }
- { ruby: mingw , os: windows-latest }
- { ruby: mswin , os: windows-latest }
The 2nd type can be very helpful when the matrix is sparse.
Questions:
-
Is the second type supported?
-
If above is true, the different access syntax is messy if one changes from one to the other. If the following was supported, the access would be identical. The distinction between the first ‘standard’ matrix and the one below is simply whether the first array element is another array or an object/hash…
matrix:
- { ruby: rubinius, os: ubuntu-18.04 }
- { ruby: mingw , os: windows-latest }
- { ruby: mswin , os: windows-latest }
Issue Analytics
- State:
- Created 4 years ago
- Comments:18
Top Results From Across the Web
The Matrix Organization
A matrix organization is defined as one in which there is dual or multiple managerial accountability and responsibility. However, the term matrix means ......
Read more >Matrix Organizational Structure: Pros and Cons for Using It
The matrix organizational structure is a combination of two or more different kinds of organizational structures, such as project management ...
Read more >6 Advantages and Disadvantages of a Matrix ... - ChartHop
A matrix organizational structure is a cross-team effort to bring different roles together and create a grid-like reporting structure ...
Read more >Matrix management - Wikipedia
Matrix management is an organizational structure in which some individuals report to more than one supervisor or leader–relationships described as solid ...
Read more >4 Matrix Organizational Structure Examples (+Templates)
If you're struggling with managing multiple teams and projects, a matrix organization structure can make all the difference.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
lol - i got sidetracked, other stuff came up. The work is done i just need to push on reviewers.
If you want, feel free to leave open and I can communicate an ETA here.
This works nicely, thanks!