home / tests

builds

7 rows where job_id = 98

✎ 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
20533 1714897699746 1115897.0 58 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80/58/ mediawiki/services/parsoid master 16cef866086d564c859b7db4726658802f413050 integration-agent-docker-1042 quibble-composer-mysql-php80 98
20534 1714895889822 1250187.0 57 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80/57/ mediawiki/services/parsoid master 13aeed8dd71ad20f561e5b9a9eea6e1c02e0109a integration-agent-docker-1042 quibble-composer-mysql-php80 98
20535 1714895161030 603348.0 56 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80/56/ mediawiki/services/parsoid master 8cf4bb2ad5d9b3b7466b3b826cdc861566bcfb24 integration-agent-docker-1040 quibble-composer-mysql-php80 98
20536 1714838947771 1185801.0 55 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80/55/ mediawiki/services/parsoid master 73feb5b69e8185a419f3106dae95019ac4595917 integration-agent-docker-1043 quibble-composer-mysql-php80 98
20537 1714836331584 1301328.0 54 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80/54/ mediawiki/services/parsoid master 5b37f97dd0516e6c56be3b0a7646e3c77d12b908 integration-agent-docker-1053 quibble-composer-mysql-php80 98
20538 1714835318555 1027796.0 53 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80/53/ mediawiki/services/parsoid master 5b37f97dd0516e6c56be3b0a7646e3c77d12b908 integration-agent-docker-1053 quibble-composer-mysql-php80 98
20539 1714777396073 966165.0 52 https://integration.wikimedia.org/ci/job/quibble-composer-mysql-php80/52/ mediawiki/services/parsoid master 9e3c75582a19be6185880c88f7957440193fe821 integration-agent-docker-1055 quibble-composer-mysql-php80 98

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