home / tests

builds

3 rows where job_id = 80

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: repo, branch

id ▼ timestamp time build_id url repo branch sha host job_id
15220 1673458934703 431805.0 29 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php82-docker/29/ mediawiki/core REL1_39 21a62b391d1c93fb310ac097a6c573ee6a37f1d0 integration-agent-docker-1039 quibble-vendor-mysql-php82-docker 80
16628 1704225382218 195806.0 71 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php82-docker/71/ mediawiki/skins/Vector master f8ffcd20d246003fb1de9ca891f9602d23f13a92 integration-agent-docker-1041 quibble-vendor-mysql-php82-docker 80
19399 1707574648553 594656.0 73 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php82-docker/73/ mediawiki/core master 39387c55e0bdb26da11206f8f3f9f465cf7d5a6c integration-agent-docker-1046 quibble-vendor-mysql-php82-docker 80

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE builds (
            id INTEGER PRIMARY KEY,
            timestamp INTEGER NOT NULL,
            time REAL NOT NULL,
            build_id INTEGER NOT NULL,
            url TEXT UNIQUE NOT NULL,
            repo TEXT NOT NULL,
            branch TEXT NOT NULL,
            sha TEXT NOT NULL,
            host TEXT NOT NULL,
            job_id INTEGER NOT NULL,
            UNIQUE(build_id,job_id),
            FOREIGN KEY(job_id) REFERENCES jobs(id)
        );
CREATE INDEX build_repo on builds(repo);
Powered by Datasette · Queries took 333.783ms