GoogleCloudPlatform / testgrid

Apache License 2.0
194 stars 68 forks source link

Return all cells in API with proper run-length decoding. #1190

Closed michelle192837 closed 1 year ago

michelle192837 commented 1 year ago

Otherwise, we only return as many cells as there are non-blank cells, which artificially limits the number of cells returned for each row.

Adjusts the index used for messages/cell IDs/icons, since these are only filled in once per non-blank status. (see https://github.com/GoogleCloudPlatform/testgrid/blob/358f270ad26e8a270cafebfdb8098aa72b54b533/pkg/updater/updater.go#L1200).

google-oss-prow[bot] commented 1 year ago

Skipping CI for Draft Pull Request. If you want CI signal for your change, please convert it to an actual PR. You can still manually trigger a test run with /test all

google-oss-prow[bot] commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: michelle192837, sultan-duisenbay

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/GoogleCloudPlatform/testgrid/blob/master/OWNERS)~~ [michelle192837,sultan-duisenbay] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment