Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/linters/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ self-hosted-runner:
- e810
- e810-dell
- e830
- gnrd
3 changes: 3 additions & 0 deletions .github/workflows/custom-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- e810
- e810-dell
- e830
- gnrd
marker:
description: Marker
required: false
Expand Down Expand Up @@ -53,6 +54,8 @@ jobs:
echo "PCI_DEVICE=8086:1592,8086:1592" >> "$GITHUB_ENV"
elif [ "${{ inputs.nic }}" = "e830" ]; then
echo "PCI_DEVICE=8086:12d2,8086:12d2" >> "$GITHUB_ENV"
elif [ "${{ inputs.nic }}" = "gnrd" ]; then
echo "PCI_DEVICE=8086:579d,8086:579d" >> "$GITHUB_ENV"
fi
- name: Generate pytest configuration files
working-directory: ./tests/validation/configs
Expand Down
Loading