diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2025-11-19 18:38:25 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2026-01-05 09:14:02 +0000 |
| commit | 77200b36494dbf8f7aa1500fbf5976585fffdb66 (patch) | |
| tree | b3b17c991bf49a7ef78b297166d26427c808e66e /dashboard/app/index.yaml | |
| parent | d65130ca2efd4a9ccb21068e3d9cefaf365e8dc6 (diff) | |
dashboard/app: add support for AI workflows
Support for:
- polling for AI jobs
- handling completion of AI jobs
- submitting job trajectory logs
- basic visualization for AI jobs
Diffstat (limited to 'dashboard/app/index.yaml')
| -rw-r--r-- | dashboard/app/index.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dashboard/app/index.yaml b/dashboard/app/index.yaml index eae3d3c13..9f524ebb2 100644 --- a/dashboard/app/index.yaml +++ b/dashboard/app/index.yaml @@ -129,6 +129,12 @@ indexes: - name: Status - name: FixCandidateJob +- kind: Bug + properties: + - name: Namespace + - name: Status + - name: AIJobCheck + - kind: Build properties: - name: Namespace |
