RFR: 8343190: GHA: Try building JTReg several times

2024-10-29 Thread Aleksey Shipilev
We still sometimes have problems checking out JTReg build dependencies. [JDK-8342988](https://bugs.openjdk.org/browse/JDK-8342988) makes it less pronounced, but it still happens. We might need to do a retries for JTReg builds to make them more reliable. Additional testing: - [x] GHA (seeing re

Re: RFR: 8343190: GHA: Try building JTReg several times

2024-10-29 Thread Aleksey Shipilev
On Tue, 29 Oct 2024 14:16:57 GMT, Aleksey Shipilev wrote: >> .github/actions/build-jtreg/action.yml line 56: >> >>> 54: run: | >>> 55: # Try building JTReg several times, backing off exponentially >>> on failure. >>> 56: # ~500 seconds in total should be enough to capture

Re: RFR: 8343190: GHA: Try building JTReg several times

2024-10-29 Thread Aleksey Shipilev
On Tue, 29 Oct 2024 10:58:34 GMT, Aleksey Shipilev wrote: > We still sometimes have problems checking out JTReg build dependencies. > [JDK-8342988](https://bugs.openjdk.org/browse/JDK-8342988) makes it less > pronounced, but it still happens. We might need to do a retries for JTReg > builds to

Re: RFR: 8343190: GHA: Try building JTReg several times

2024-10-29 Thread Magnus Ihse Bursie
On Tue, 29 Oct 2024 10:58:34 GMT, Aleksey Shipilev wrote: > We still sometimes have problems checking out JTReg build dependencies. > [JDK-8342988](https://bugs.openjdk.org/browse/JDK-8342988) makes it less > pronounced, but it still happens. We might need to do a retries for JTReg > builds to

Re: RFR: 8343190: GHA: Try building JTReg several times

2024-10-29 Thread Aleksey Shipilev
On Tue, 29 Oct 2024 13:39:55 GMT, Magnus Ihse Bursie wrote: > Perhaps we should start the build of jtreg concurrently with the product > build; then we can easily wait 10 minutes for it to complete, as long as it > is done before the testing begins. I don't think we can: we need to configure w

Re: RFR: 8343190: GHA: Try building JTReg several times

2024-10-29 Thread Aleksey Shipilev
On Tue, 29 Oct 2024 13:39:08 GMT, Magnus Ihse Bursie wrote: >> We still sometimes have problems checking out JTReg build dependencies. >> [JDK-8342988](https://bugs.openjdk.org/browse/JDK-8342988) makes it less >> pronounced, but it still happens. We might need to do a retries for JTReg >> bui

Re: RFR: 8343190: GHA: Try building JTReg several times

2024-10-29 Thread Magnus Ihse Bursie
On Tue, 29 Oct 2024 10:58:34 GMT, Aleksey Shipilev wrote: > We still sometimes have problems checking out JTReg build dependencies. > [JDK-8342988](https://bugs.openjdk.org/browse/JDK-8342988) makes it less > pronounced, but it still happens. We might need to do a retries for JTReg > builds to

Re: RFR: 8343190: GHA: Try building JTReg several times

2024-10-29 Thread Erik Joelsson
On Tue, 29 Oct 2024 10:58:34 GMT, Aleksey Shipilev wrote: > We still sometimes have problems checking out JTReg build dependencies. > [JDK-8342988](https://bugs.openjdk.org/browse/JDK-8342988) makes it less > pronounced, but it still happens. We might need to do a retries for JTReg > builds to