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:
parent
dedbacf35e
commit
3a13b5f77c
2 changed files with 16 additions and 6 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue