builds
4 rows where branch = "wmf/1.43.0-wmf.3"
This data as json, CSV (advanced)
Suggested facets: host, job_id
id ▼ | timestamp | time | build_id | url | repo | branch | sha | host | job_id |
---|---|---|---|---|---|---|---|---|---|
20142 | 1715264746919 | 161410.0 | 2400 | https://integration.wikimedia.org/ci/job/mediawiki-quibble-selenium-vendor-mysql-php74/2400/ | mediawiki/core | wmf/1.43.0-wmf.3 | 747ff5395aeede19c72839014e24c453ed358a7e | integration-agent-docker-1049 | mediawiki-quibble-selenium-vendor-mysql-php74 93 |
20143 | 1715264698327 | 182383.0 | 2399 | https://integration.wikimedia.org/ci/job/mediawiki-quibble-selenium-vendor-mysql-php74/2399/ | mediawiki/core | wmf/1.43.0-wmf.3 | 747ff5395aeede19c72839014e24c453ed358a7e | integration-agent-docker-1055 | mediawiki-quibble-selenium-vendor-mysql-php74 93 |
21703 | 1715264730379 | 1092953.0 | 6013 | https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php74/6013/ | mediawiki/core | wmf/1.43.0-wmf.3 | 747ff5395aeede19c72839014e24c453ed358a7e | integration-agent-docker-1042 | wmf-quibble-selenium-php74 113 |
21704 | 1715264663781 | 1237215.0 | 6012 | https://integration.wikimedia.org/ci/job/wmf-quibble-selenium-php74/6012/ | mediawiki/core | wmf/1.43.0-wmf.3 | 747ff5395aeede19c72839014e24c453ed358a7e | integration-agent-docker-1042 | 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);