home / tests

builds

4 rows where branch = "wmf/1.42.0-wmf.13"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: sha, host

id ▼ timestamp time build_id url repo branch sha host job_id
16490 1705414329975 111842.0 86014 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/86014/ mediawiki/extensions/MediaModeration wmf/1.42.0-wmf.13 80be675707c56757783bb9a3c2090bdc165e7a49 integration-agent-docker-1044 quibble-vendor-mysql-php74-selenium-docker 28
16491 1705414315795 110691.0 86013 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/86013/ mediawiki/extensions/MediaModeration wmf/1.42.0-wmf.13 80be675707c56757783bb9a3c2090bdc165e7a49 integration-agent-docker-1044 quibble-vendor-mysql-php74-selenium-docker 28
16494 1705413677387 102789.0 86010 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/86010/ mediawiki/extensions/MediaModeration wmf/1.42.0-wmf.13 61d80349115efb005e67a597ee7ae384685a99ed integration-agent-docker-1044 quibble-vendor-mysql-php74-selenium-docker 28
16507 1705410803187 160711.0 85997 https://integration.wikimedia.org/ci/job/quibble-vendor-mysql-php74-selenium-docker/85997/ mediawiki/extensions/MediaModeration wmf/1.42.0-wmf.13 61d80349115efb005e67a597ee7ae384685a99ed integration-agent-docker-1040 quibble-vendor-mysql-php74-selenium-docker 28

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 481.006ms