Skip to content

Commit bf0c783

Browse files
committed
ci: Add two NICs for test purposes
Signed-off-by: Sergei Petrosian <spetrosi@redhat.com>
1 parent e890ab5 commit bf0c783

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"},{"type": "eth"}]'
184184
tmt_plan_filter: "tag:general,network"
185185

186186
- name: Set final commit status

0 commit comments

Comments
 (0)