We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e890ab5 commit bf0c783Copy full SHA for bf0c783
.github/workflows/tft.yml
@@ -180,7 +180,7 @@ jobs:
180
tf_scope: private
181
api_key: ${{ secrets.TF_API_KEY_RH }}
182
update_pull_request_status: false
183
- tmt_hardware: '{ "memory": ">= ${{ needs.prepare_vars.outputs.memory }} MB" }'
+ tmt_hardware: '{ "memory": ">= ${{ needs.prepare_vars.outputs.memory }} MB", "network": [{"type": "eth"},{"type": "eth"}]'
184
tmt_plan_filter: "tag:general,network"
185
186
- name: Set final commit status
0 commit comments