On Wed, 14 Aug 2024 14:30:28 GMT, Zdenek Zambersky <zzamb...@openjdk.org> wrote:

> Some of bundles may not get removed. This is follows 
> [JDK-8336928](https://bugs.openjdk.org/browse/JDK-8336928). Problem does not 
> always show up, so I have not seen it in my test runs, but since then I have 
> seen some GHA runs affected by this.
> 
> **Details:**
> Turns out, that call to list artifacts is by default limited to first 30 
> artifacts. GHA of openjdk currently produces 75 artifacts of which 10 are 
> bundles (built jdk). Problem happens if build on some platform takes too long 
> and enough test results (other platforms) got uploaded in meantime. Bundle 
> can then be shifted down in list and not fall into list of first 30 
> artifacts. Problem can be fixed by increasing per_page limit ([API allows up 
> to 
> 100](https://docs.github.com/en/rest/actions/artifacts?apiVersion=2022-11-28#list-workflow-run-artifacts)).
> 
> **Testing:**
> GHA: OK (see [artifacts in summary 
> tab](https://github.com/zzambers/jdk/actions/runs/10373518734#artifacts))

This pull request has now been integrated.

Changeset: d8e4d3f2
Author:    Zdenek Zambersky <zzamb...@openjdk.org>
Committer: Aleksey Shipilev <sh...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/d8e4d3f2d6c187f2487acd390a4e5fa2a99010ea
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8338402: GHA: some of bundles may not get removed

Reviewed-by: ihse, shade

-------------

PR: https://git.openjdk.org/jdk/pull/20585

Reply via email to