mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
ci: Add an additional NIC for test purposes
Signed-off-by: Sergei Petrosian <spetrosi@redhat.com>
This commit is contained in:
parent
e890ab5813
commit
3dc49b94cf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tft.yml
vendored
2
.github/workflows/tft.yml
vendored
|
|
@ -180,7 +180,7 @@ jobs:
|
|||
tf_scope: private
|
||||
api_key: ${{ secrets.TF_API_KEY_RH }}
|
||||
update_pull_request_status: false
|
||||
tmt_hardware: '{ "memory": ">= ${{ needs.prepare_vars.outputs.memory }} MB" }'
|
||||
tmt_hardware: '{ "memory": ">= ${{ needs.prepare_vars.outputs.memory }} MB", "network": [{"type": "eth", "device-name": "eth0"}, {"type": "eth", "device-name": "eth1"}] }'
|
||||
tmt_plan_filter: "tag:general,network"
|
||||
|
||||
- name: Set final commit status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue