adoptium / aqa-test-tools

Home of Test Results Summary Service (TRSS) and PerfNext. These tools are designed to improve our ability to monitor and triage tests at the Adoptium project. The code is generic enough that it is extensible for use by any project that needs to monitor multiple CI servers and aggregate their results.
Apache License 2.0
28 stars 79 forks source link

Add re-populate/re-scan build feature #852

Closed llxia closed 6 months ago

llxia commented 6 months ago

Due to various reasons (i.e., invalid builds, network issues, and query before the build is fully created, etc), TRSS may not have access to the builds. Currently, we retry 3 times, then set the build status to Done. This is to prevent wasting resources to query invalid builds or expired builds. However, in the case of temporary network issues or query before the build is fully created, we may want to wait for a while and retry or repopulate/recan the build.

ToDo:

related: backlog/issues/1388

llxia commented 6 months ago
llxia commented 6 months ago

Changes are delivered. Close this issue.