Skip to content

Commit 3dc49b9

Browse files
committed
ci: Add an additional NIC for test purposes
Signed-off-by: Sergei Petrosian <[email protected]>
1 parent e890ab5 commit 3dc49b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
tf_scope: private
181181
api_key: ${{ secrets.TF_API_KEY_RH }}
182182
update_pull_request_status: false
183-
tmt_hardware: '{ "memory": ">= ${{ needs.prepare_vars.outputs.memory }} MB" }'
183+
tmt_hardware: '{ "memory": ">= ${{ needs.prepare_vars.outputs.memory }} MB", "network": [{"type": "eth", "device-name": "eth0"}, {"type": "eth", "device-name": "eth1"}] }'
184184
tmt_plan_filter: "tag:general,network"
185185

186186
- name: Set final commit status

0 commit comments

Comments
 (0)