kou opened a new issue, #2770:
URL: https://github.com/apache/arrow-adbc/issues/2770

   ### What feature or improvement would you like to see?
   
   `dev/release/verify-release-candidate.sh` verifies APT/Yum repositories by 
Docker. In general, verification by Docker always reports the same results. So 
we can omit them on local when we did it on CI.
   
   Currently, we verify APT/Yum repositories by Docker on CI. For example, 
https://github.com/apache/arrow-adbc/actions/runs/14793223606 is the job for 18 
RC 0.
   
   It's triggered by "workflow run" manually: 
https://github.com/apache/arrow-adbc/blob/main/dev/release/06-binary-verify.sh
   
   FYI: We implemented this in apache/arrow: 
https://github.com/apache/arrow/issues/45548
   
   If we implement this for ADBC too, there is a problem. It seems that there 
is no easy way to find the verification job triggered by "workflow run"... We 
need to check `version` and `rc` inputs to detect the target job:
   
   
https://github.com/apache/arrow-adbc/blob/771b3c72af8a74f6fec76ef72d05f807d6062118/.github/workflows/verify.yml#L22-L32
   
   But `gh run view` doesn't show inputs.
   
   Can we use `push.tags` like apache/arrow too?
   
https://github.com/apache/arrow/blob/6006f1158e4bf044a98897b7b9cc732132d5579d/.github/workflows/verify_rc.yml#L21-L23
   
   If we also use `push.tags` to trigger the job, we can find the target job by 
`branch=${TAG}` parameter:
   
https://github.com/apache/arrow/blob/6006f1158e4bf044a98897b7b9cc732132d5579d/dev/release/verify-release-candidate.sh#L186-L200


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to