dalelane opened a new pull request, #28575: URL: https://github.com/apache/flink/pull/28575
Adding two jobs to the nightly GHA workflow that matches the cron_snapshot_deploment_binary and cron_snapshot_deployment_maven jobs that are in tools/azure-pipelines/build-nightly-dist.yml Both of these are using JDK 11 as the minimum supported version described in build-apache-repo.yml I am not sure how the Python wheels are included in the binary release make_python_release() in create_binary_release.sh does look for wheel files. And there is a comment saying that these are moved manually, but I can't see how/where this is done. I suspect a step is needed in snapshot_binary to download the Python wheels, (and that it should come after and/or be dependent on the outcome of the build_python_wheels job). I didn't add that because I can't see an equivalent in build-apache-repo.yaml, and I've been using that as a reference. cron_python_wheels is run in parallel in the AZP pipeline, but I couldn't find somewhere that the output is copied into the binary job's workspace. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
