Skip to content

Commit

Permalink
Add recheck crossbow task
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Oct 24, 2024
1 parent 9105a41 commit f96684f
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
30 changes: 30 additions & 0 deletions dev/tasks/r/github.recheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

{% import 'macros.jinja' as macros with context %}

{{ macros.github_header() }}

jobs:
recheck:
name: Reverse check {{ which }} dependents
uses: amoeba/recheck/.github/workflows/recheck.yml@v1 # TODO: Point at recheck not amoeba before merging and pin to SHA
with:
which: {{ which }}
subdirectory: r
repository: {{ arrow.github_repo }}
ref: {{ arrow.branch }}
7 changes: 7 additions & 0 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,13 @@ tasks:
- r-pkg__bin__macosx__big-sur-arm64__contrib__4.3__arrow_{no_rc_r_version}\.tgz
- r-pkg__src__contrib__arrow_{no_rc_r_version}\.tar\.gz

{% for which in ["strong", "most"] %}
r-recheck-{{which}}:
ci: github
template: r/github.recheck.yml
params:
which: {{which}}
{% endfor %}

########################### Release verification ############################

Expand Down

0 comments on commit f96684f

Please sign in to comment.