Buckets:
| Name | Size | Uploaded | Xet hash |
|---|---|---|---|
| daily | 444 items | ||
| README.md | 2.46 kB xet | aded3763 | |
| current_view.json | 935 Bytes xet | 86020bb5 |
transformers CI telemetry
Public, daily-partitioned snapshot of the transformers CI test telemetry collected by the pytest observability stack (OpenTelemetry → Tempo). Refreshed hourly. Schema version v1.
This is derived from raw test-execution traces so you can build apps and analyses on top of CI data without access to the internal stack.
Layout
current_view.json manifest: schema_version, updated_at, partitions, totals
README.md this data card
daily/
<YYYY-MM-DD>/ partition = UTC day of the run's start
test_rows.parquet one row per (trace_id, test_nodeid)
run_rollups.parquet one row per (run_id, test_job)
traces/
<trace_id>.json raw Jaeger-shaped trace (full fidelity)
The bucket is the long-term archive; it keeps full history independent of the stack's operational retention.
test_rows columns
tsdateservice_nameproviderprrun_idtrace_idtest_jobtest_nodeidtest_moduletest_classtest_functiontest_linemodelgpustatus_codeduration_secondsexception_typeexception_messageexception_stacktrace
model is derived from tests/models/<model>/... nodeids (empty otherwise).
gpu is derived from the job name (single / multi / empty).
status_code is the OTEL span status: OK / ERROR / UNSET.
exception_message and exception_stacktrace are the full, untruncated
failure text.
run_rollups columns
dateservice_nameproviderprrun_idtest_jobtotal_testspassed_testsfailed_testsduration_secondsstart_timeend_timejob_countcommit_shacommit_message
job_count is the number of distinct jobs that contributed tests to the run.
Load examples
import pandas as pd
df = pd.read_parquet(
"hf://buckets/huggingface/transformers-ci-telemetry/daily/2026-06-08/test_rows.parquet"
)
-- DuckDB, straight from the bucket
SELECT model, count(*) FILTER (WHERE status_code = 'ERROR') AS fails
FROM 'hf://buckets/huggingface/transformers-ci-telemetry/daily/*/test_rows.parquet'
GROUP BY model ORDER BY fails DESC;
Notes
- Coverage reflects what the stack actually traced — uninstrumented workflows are absent here too.
- Columns are additive across schema versions;
current_view.json.schema_versionis bumped on any change.
- Total size
- 633 MB
- Files
- 446
- Last updated
- Jun 10
- Pre-warmed CDN
- US EU US EU