From 0b6a2662484c2fc4294f069095f29a4537055a68 Mon Sep 17 00:00:00 2001 From: Sergei Petrosian Date: Thu, 6 Feb 2025 16:54:35 +0100 Subject: [PATCH] ci: Add an additional NIC for test purposes Signed-off-by: Sergei Petrosian --- .github/workflows/tft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tft.yml b/.github/workflows/tft.yml index 03174fa9..f4358b9d 100644 --- a/.github/workflows/tft.yml +++ b/.github/workflows/tft.yml @@ -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