RFR: 8256747: GitHub Actions: decouple the hotspot build-only jobs from Linux x64 testing [v2]
Aleksey Shipilev
shade at openjdk.java.net
Fri Nov 20 17:35:07 UTC 2020
On Fri, 20 Nov 2020 16:09:59 GMT, Robin Westberg <rwestberg at openjdk.org> wrote:
>> .github/workflows/submit.yml line 469:
>>
>>> 467: name: transient_jdk-linux-x64_${{ needs.prerequisites.outputs.bundle_id }}
>>> 468: path: ~/jdk-linux-x64
>>> 469: if: steps.build_restore.outcome == 'failure'
>>
>> I may be blind, but I don't see any step with id `build_restore` in new file...
>
> It already existed in the step right above so I didn't have to add it.. This follows the same pattern as other artifact downloads (I've seen them fail a fair amount of time in the past).
Right. Got myself confused with GitHub UI.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1350
More information about the build-dev
mailing list