ci/test-info.nix: read scenarios from github workflow file
Simplifies maintenance, both files no longer need to be kept in sync.
This commit is contained in:
@@ -31,7 +31,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
scenario: [default, netns, netnsRegtest]
|
||||
scenario:
|
||||
- default
|
||||
- netns
|
||||
- netnsRegtest
|
||||
needs: build_test_drivers
|
||||
if: needs.build_test_drivers.outputs.run_scenario_tests == 'true'
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user