Integrated: 8338402: GHA: some of bundles may not get removed

2024-08-14 Thread Zdenek Zambersky
On Wed, 14 Aug 2024 14:30:28 GMT, Zdenek Zambersky 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 s

Re: RFR: 8338402: GHA: some of bundles may not get removed

2024-08-14 Thread Zdenek Zambersky
On Wed, 14 Aug 2024 14:46:42 GMT, Magnus Ihse Bursie 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 r

RFR: 8338402: GHA: some of bundles may not get removed

2024-08-14 Thread Zdenek Zambersky
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

Integrated: 8336928: GHA: Bundle artifacts removal broken

2024-08-05 Thread Zdenek Zambersky
On Mon, 22 Jul 2024 20:26:50 GMT, Zdenek Zambersky wrote: > GHA code, which tries to remove bundle artifacts no longer works. It probably > broke after [JDK-8324723](https://bugs.openjdk.org/browse/JDK-8324723) (GHA: > Upgrade some actions to avoid deprecated Node 16). >

Re: RFR: 8336928: GHA: Bundle artifacts removal broken [v2]

2024-08-05 Thread Zdenek Zambersky
On Mon, 5 Aug 2024 13:44:28 GMT, Magnus Ihse Bursie wrote: >> Zdenek Zambersky has updated the pull request incrementally with one >> additional commit since the last revision: >> >> reintroduce -s flag > > Great, thanks! The build system does not need a secon

Re: RFR: 8336928: GHA: Bundle artifacts removal broken [v2]

2024-08-05 Thread Zdenek Zambersky
On Mon, 5 Aug 2024 12:08:38 GMT, Magnus Ihse Bursie wrote: >> Zdenek Zambersky has updated the pull request incrementally with one >> additional commit since the last revision: >> >> reintroduce -s flag > > The code looks sane. Have you been able to test this?

Re: RFR: 8336928: GHA: Bundle artifacts removal broken [v2]

2024-07-22 Thread Zdenek Zambersky
-11-28) > available, which works. Zdenek Zambersky has updated the pull request incrementally with one additional commit since the last revision: reintroduce -s flag - Changes: - all: https://git.openjdk.org/jdk/pull/20281/files - new: https://git.openjdk.org/jdk/pull/202

RFR: 8336928: GHA: Bundle artifacts removal broken

2024-07-22 Thread Zdenek Zambersky
GHA code, which tries to remove bundle artifacts no longer works. It probably broke after [JDK-8324723](https://bugs.openjdk.org/browse/JDK-8324723) (GHA: Upgrade some actions to avoid deprecated Node 16). **Details:** Seems like there were some backend architecture changes in [artifact actions

Integrated: 8304353: Add lib-test tier1 testing in GHA

2023-03-24 Thread Zdenek Zambersky
On Thu, 16 Mar 2023 15:44:48 GMT, Zdenek Zambersky wrote: > Tier1 testing in GitHub should include lib-test. This pull request has now been integrated. Changeset: 57276101 Author: Zdenek Zambersky Committer: Aleksey Shipilev URL: https://git.openjdk.org/jdk/com

Re: RFR: 8304353: Add lib-test tier1 testing in GHA [v2]

2023-03-24 Thread Zdenek Zambersky
On Fri, 24 Mar 2023 09:17:52 GMT, Aleksey Shipilev wrote: >> Zdenek Zambersky has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Perform lib-test testing with debug builds > > Looks good. Maybe @magicus wan

Re: RFR: 8304353: Add lib-test tier1 testing in GHA [v2]

2023-03-23 Thread Zdenek Zambersky
On Thu, 23 Mar 2023 09:21:31 GMT, Aleksey Shipilev wrote: >> Zdenek Zambersky has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Perform lib-test testing with debug builds > > .github/workflows/test.ym

Re: RFR: 8304353: Add lib-test tier1 testing in GHA [v2]

2023-03-23 Thread Zdenek Zambersky
> Tier1 testing in GitHub should include lib-test. Zdenek Zambersky has updated the pull request incrementally with one additional commit since the last revision: Perform lib-test testing with debug builds - Changes: - all: https://git.openjdk.org/jdk/pull/13063/files -

RFR: 8304353: Add lib-test tier1 testing in GHA

2023-03-16 Thread Zdenek Zambersky
Tier1 testing in GitHub should include lib-test. - Commit messages: - Added lib-test tier1 testing in GH Changes: https://git.openjdk.org/jdk/pull/13063/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13063&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8304353 Stat