Skip to content

Commit 0407e05

Browse files
Merge pull request #28 from instructlab/dashboard
add markdown dashboard for e2e results
2 parents 88641cc + 74f1f91 commit 0407e05

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

dashboard.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# e2e CI dashboard
2+
3+
This dashboard shows the status of our CI jobs across our four primary repositories.
4+
5+
💡 Note: GitHub only schedules jobs with cron for our `main` branches. The `release-*` branches' jobs do not run in a cron schedule. (see [docs](https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule)).
6+
* As a workaround, we have begun writing secondary jobs that run against `main` and execute with the contents of a release branch. To do this, we hard-code default `pr_or_branch` input values (eg. `release-v0.26`) to `workflow_dispatch`, and then the scheduled job runs against that branch's contents. ([code](https://github.com/instructlab/instructlab/pull/3435)).
7+
8+
| Repository | Branch | Job |
9+
|------------|--------|-----|
10+
| Core | `main` | [![E2E (NVIDIA L4 x1)](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-l4-x1.yml/badge.svg?branch=main)](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-l4-x1.yml) |
11+
| | | [![E2E (NVIDIA L40S x4)](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-l40s-x4.yml/badge.svg?branch=main)](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-l40s-x4.yml) |
12+
| | | [![E2E (NVIDIA L40S x8)](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-l40s-x8.yml/badge.svg?branch=main)](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-l40s-x8.yml) |
13+
| | | [![E2E (NVIDIA Tesla T4 x1)](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-t4-x1.yml/badge.svg?branch=main)](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-t4-x1.yml) |
14+
| | `release-v0.26` | [![E2E (NVIDIA L4 x1)](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-l4-x1.yml/badge.svg?branch=release-v0.26)](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-l4-x1.yml) |
15+
| | | [![E2E (NVIDIA L40S x4)](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-l40s-x4.yml/badge.svg?branch=release-v0.26)](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-l40s-x4.yml) |
16+
| | | [![E2E (NVIDIA L40S x8)](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-l40s-x8.yml/badge.svg?branch=release-v0.26)](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-l40s-x8.yml) |
17+
| | | [![E2E (NVIDIA Tesla T4 x1)](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-t4-x1.yml/badge.svg?branch=release-v0.26)](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-t4-x1.yml) |
18+
19+
| Repository | Branch | Job |
20+
|------------|--------|-----|
21+
| Eval | `main` | [![E2E (NVIDIA L4 x1)](https://github.com/instructlab/eval/actions/workflows/e2e-nvidia-l4-x1.yml/badge.svg?branch=main)](https://github.com/instructlab/eval/actions/workflows/e2e-nvidia-l4-x1.yml) |
22+
| | | [![E2E (NVIDIA L40S x4)](https://github.com/instructlab/eval/actions/workflows/e2e-nvidia-l40s-x4.yml/badge.svg?branch=main)](https://github.com/instructlab/eval/actions/workflows/e2e-nvidia-l40s-x4.yml) |
23+
24+
| Repository | Branch | Job |
25+
|------------|--------|-----|
26+
| SDG | `main` | [![E2E (NVIDIA L4 x1)](https://github.com/instructlab/sdg/actions/workflows/e2e-nvidia-l4-x1.yml/badge.svg?branch=main)](https://github.com/instructlab/sdg/actions/workflows/e2e-nvidia-l4-x1.yml) |
27+
| | | [![E2E (NVIDIA L40S x4)](https://github.com/instructlab/sdg/actions/workflows/e2e-nvidia-l40s-x4.yml/badge.svg?branch=main)](https://github.com/instructlab/sdg/actions/workflows/e2e-nvidia-l40s-x4.yml) |
28+
| | | [![E2E (NVIDIA Tesla T4 x1)](https://github.com/instructlab/sdg/actions/workflows/e2e-nvidia-t4-x1.yml/badge.svg?branch=main)](https://github.com/instructlab/sdg/actions/workflows/e2e-nvidia-t4-x1.yml) |
29+
| | | [![Functional GPU (NVIDIA Tesla T4 x1)](https://github.com/instructlab/sdg/actions/workflows/functional-gpu-nvidia-t4-x1.yml/badge.svg?branch=main)](https://github.com/instructlab/sdg/actions/workflows/functional-gpu-nvidia-t4-x1.yml)|
30+
| | `release-v0.8` | [![E2E (NVIDIA L4 x1)](https://github.com/instructlab/sdg/actions/workflows/e2e-nvidia-l4-x1.yml/badge.svg?branch=release-v0.8)](https://github.com/instructlab/sdg/actions/workflows/e2e-nvidia-l4-x1.yml) |
31+
| | | [![E2E (NVIDIA L40S x4)](https://github.com/instructlab/sdg/actions/workflows/e2e-nvidia-l40s-x4.yml/badge.svg?branch=release-v0.8)](https://github.com/instructlab/sdg/actions/workflows/e2e-nvidia-l40s-x4.yml) |
32+
| | | [![E2E (NVIDIA Tesla T4 x1)](https://github.com/instructlab/sdg/actions/workflows/e2e-nvidia-t4-x1.yml/badge.svg?branch=release-v0.8)](https://github.com/instructlab/sdg/actions/workflows/e2e-nvidia-t4-x1.yml) |
33+
| | | [![Functional GPU (NVIDIA Tesla T4 x1)](https://github.com/instructlab/sdg/actions/workflows/functional-gpu-nvidia-t4-x1.yml/badge.svg?branch=release-v0.8)](https://github.com/instructlab/sdg/actions/workflows/functional-gpu-nvidia-t4-x1.yml)|
34+
35+
| Repository | Branch | Job |
36+
|------------|--------|-----|
37+
| Training | `main` | [![E2E (NVIDIA L40S x4)](https://github.com/instructlab/training/actions/workflows/e2e-nvidia-l40s-x4.yml/badge.svg?branch=main)](https://github.com/instructlab/training/actions/workflows/e2e-nvidia-l40s-x4.yml) |
38+
| | `release-v0.11` | [![E2E (NVIDIA L40S x4)](https://github.com/instructlab/training/actions/workflows/e2e-nvidia-l40s-x4.yml/badge.svg?branch=release-v0.11)](https://github.com/instructlab/training/actions/workflows/e2e-nvidia-l40s-x4.yml)|
39+
| | `release-v0.10` | [![E2E (NVIDIA L40S x4)](https://github.com/instructlab/training/actions/workflows/e2e-nvidia-l40s-x4.yml/badge.svg?branch=release-v0.10)](https://github.com/instructlab/training/actions/workflows/e2e-nvidia-l40s-x4.yml)|

0 commit comments

Comments
 (0)