This is an automated email from the ASF dual-hosted git repository.

assignuser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new e9b4a33de8 GH-43418: [CI] Add wheels and java-jars to vcpkg group for 
tasks (#43419)
e9b4a33de8 is described below

commit e9b4a33de82afefae78c033a95c32b84eebd88c9
Author: Raúl Cumplido <[email protected]>
AuthorDate: Fri Jul 26 01:12:44 2024 +0200

    GH-43418: [CI] Add wheels and java-jars to vcpkg group for tasks (#43419)
    
    ### Rationale for this change
    
    Grouping the vcpkg related tasks for CI purposes.
    
    ### What changes are included in this PR?
    
    Adding missing vcpkg jobs to the vcpkg group
    
    ### Are these changes tested?
    
    I will trigger CI to validate those are run
    
    ### Are there any user-facing changes?
    
    No
    * GitHub Issue: #43418
    
    Authored-by: Raúl Cumplido <[email protected]>
    Signed-off-by: Jacob Wujciak-Jens <[email protected]>
---
 dev/tasks/tasks.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index 32534e8052..fe6d7fa22d 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -98,6 +98,8 @@ groups:
 
   vcpkg:
     - test-*vcpkg*
+    - wheel-*
+    - java-jars
 
   integration:
     - test-*dask*

Reply via email to