Skip to content

Commit

Permalink
Update GA with new hardware variable
Browse files Browse the repository at this point in the history
os is remove from matrix. Only includes are present.
  • Loading branch information
phracek authored Nov 4, 2024
1 parent f884ca5 commit 73407d2
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/rpm-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,40 +13,42 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["fedora", "gpu-fedora", "c9s", "c10s"]
include:
- os: "fedora"
context: "Fedora"
compose: "Fedora-41"
tmt_hardware: ""
hardware: ""
- os: "gpu-fedora"
context: "Fedora with GPU Tesla K80"
context: "Fedora with GPU GK210 (Tesla K80)"
compose: "Fedora-41"
tmt_hardware: '{"gpu": {"device-name": "GK210 (Tesla K80)", "vendor-name": "NVIDIA"}}'
hardware: "GK210 (Tesla K80)"
hardware: "GK210"
- os: "gpu-fedora"
context: "Fedora with GPU Tesla V100"
context: "Fedora with GPU GV100 (Tesla V100)"
compose: "Fedora-41"
tmt_hardware: '{"gpu": {"device-name": "GV100 (Tesla V100)", "vendor-name": "NVIDIA"}}'
hardware: "GV100 (Tesla V100)"
tmt_hardware: '{"gpu": {"device-name": "", "vendor-name": "NVIDIA"}}'
hardware: "GV100"
- os: "gpu-fedora"
context: "Fedora with GPU A100"
context: "Fedora with GPU GA100 (A100)"
compose: "Fedora-41"
tmt_hardware: '{"gpu": {"device-name": "GA100 (A100)", "vendor-name": "NVIDIA"}}'
hardware: "GA100 (A100)"
hardware: "GA100"
- os: "gpu-fedora"
context: "Fedora with GPU H100"
context: "Fedora with GPU GH100 (H100)"
compose: "Fedora-41"
tmt_hardware: '{"gpu": {"device-name": "GH100 (H100)", "vendor-name": "NVIDIA"}}'
hardware: "GH100 (H100)"
hardware: "GH100"
- os: "c9s"
context: "CentOS Stream 9"
compose: "CentOS-Stream-9"
tmt_hardware: ""
hardware: ""
- os: "c10s"
context: "CentOS Stream 10"
compose: "CentOS-Stream-10"
tmt_hardware: ""
hardware: ""

if: |
github.event.issue.pull_request
Expand Down

0 comments on commit 73407d2

Please sign in to comment.