builds
2 rows where job_id = 60
This data as json, CSV (advanced)
id ▼ | timestamp | time | build_id | url | repo | branch | sha | host | job_id |
---|---|---|---|---|---|---|---|---|---|
12089 | 1634228170918 | 384422.0 | 64646 | https://integration.wikimedia.org/ci/job/wmf-quibble-core-vendor-mysql-php72-docker/64646/ | mediawiki/core | master | e968f45d288df4e02910a17103d510b6fe003678 | integration-agent-docker-1004 | wmf-quibble-core-vendor-mysql-php72-docker 60 |
12646 | 1634317051573 | 946326.0 | 64719 | https://integration.wikimedia.org/ci/job/wmf-quibble-core-vendor-mysql-php72-docker/64719/ | mediawiki/core | master | 5ae946d3a6863256063b2e5fe4727fd124eaa941 | integration-agent-docker-1004 | wmf-quibble-core-vendor-mysql-php72-docker 60 |
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);