|
| 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` | [](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-l4-x1.yml) | |
| 11 | +| | | [](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-l40s-x4.yml) | |
| 12 | +| | | [](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-l40s-x8.yml) | |
| 13 | +| | | [](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-t4-x1.yml) | |
| 14 | +| | `release-v0.26` | [](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-l4-x1.yml) | |
| 15 | +| | | [](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-l40s-x4.yml) | |
| 16 | +| | | [](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-l40s-x8.yml) | |
| 17 | +| | | [](https://github.com/instructlab/instructlab/actions/workflows/e2e-nvidia-t4-x1.yml) | |
| 18 | + |
| 19 | +| Repository | Branch | Job | |
| 20 | +|------------|--------|-----| |
| 21 | +| Eval | `main` | [](https://github.com/instructlab/eval/actions/workflows/e2e-nvidia-l4-x1.yml) | |
| 22 | +| | | [](https://github.com/instructlab/eval/actions/workflows/e2e-nvidia-l40s-x4.yml) | |
| 23 | + |
| 24 | +| Repository | Branch | Job | |
| 25 | +|------------|--------|-----| |
| 26 | +| SDG | `main` | [](https://github.com/instructlab/sdg/actions/workflows/e2e-nvidia-l4-x1.yml) | |
| 27 | +| | | [](https://github.com/instructlab/sdg/actions/workflows/e2e-nvidia-l40s-x4.yml) | |
| 28 | +| | | [](https://github.com/instructlab/sdg/actions/workflows/e2e-nvidia-t4-x1.yml) | |
| 29 | +| | | [](https://github.com/instructlab/sdg/actions/workflows/functional-gpu-nvidia-t4-x1.yml)| |
| 30 | +| | `release-v0.8` | [](https://github.com/instructlab/sdg/actions/workflows/e2e-nvidia-l4-x1.yml) | |
| 31 | +| | | [](https://github.com/instructlab/sdg/actions/workflows/e2e-nvidia-l40s-x4.yml) | |
| 32 | +| | | [](https://github.com/instructlab/sdg/actions/workflows/e2e-nvidia-t4-x1.yml) | |
| 33 | +| | | [](https://github.com/instructlab/sdg/actions/workflows/functional-gpu-nvidia-t4-x1.yml)| |
| 34 | + |
| 35 | +| Repository | Branch | Job | |
| 36 | +|------------|--------|-----| |
| 37 | +| Training | `main` | [](https://github.com/instructlab/training/actions/workflows/e2e-nvidia-l40s-x4.yml) | |
| 38 | +| | `release-v0.11` | [](https://github.com/instructlab/training/actions/workflows/e2e-nvidia-l40s-x4.yml)| |
| 39 | +| | `release-v0.10` | [](https://github.com/instructlab/training/actions/workflows/e2e-nvidia-l40s-x4.yml)| |
0 commit comments