builds
4 rows where branch = "wmf/1.43.0-wmf.18"
This data as json, CSV (advanced)
Suggested facets: repo, sha, job_id
id ▼ | timestamp | time | build_id | url | repo | branch | sha | host | job_id |
---|---|---|---|---|---|---|---|---|---|
23887 | 1723511326148 | 142647.0 | 8813 | https://integration.wikimedia.org/ci/job/mediawiki-quibble-selenium-vendor-mysql-php74/8813/ | mediawiki/core | wmf/1.43.0-wmf.18 | 75edd0c39d14f68b6a077dafdf62d1dbd805f23d | integration-agent-docker-1040 | mediawiki-quibble-selenium-vendor-mysql-php74 93 |
24234 | 1723534150387 | 255195.0 | 1697 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1697/ | mediawiki/skins/Vector | wmf/1.43.0-wmf.18 | 7cb145e9efb94ec17bd7f544d07afdb819d5fed6 | integration-agent-docker-1050 | quibble-vendor-mysql-php74 104 |
24235 | 1723533892209 | 268390.0 | 1696 | https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74/1696/ | mediawiki/skins/Vector | wmf/1.43.0-wmf.18 | 6b386220d2348b835df11154c0fd3f95e81bb92f | integration-agent-docker-1048 | quibble-vendor-mysql-php74 104 |
25228 | 1723534150466 | 1130965.0 | 23342 | https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php74/23342/ | mediawiki/skins/Vector | wmf/1.43.0-wmf.18 | 7cb145e9efb94ec17bd7f544d07afdb819d5fed6 | integration-agent-docker-1055 | wmf-quibble-selenium-php74 113 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);