Skip to content

Commit

Permalink
Unify verify-rc/github.macos.*.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 14, 2024
1 parent 661fa28 commit 46b94e7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 65 deletions.
22 changes: 12 additions & 10 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -940,11 +940,11 @@ tasks:
{% for target in ["cpp", "integration", "python"] %}
verify-rc-source-{{ target }}-macos-conda-amd64:
ci: github
template: verify-rc/github.macos.amd64.yml
template: verify-rc/github.macos.yml
params:
target: {{ target }}
use_conda: True
github_runner: "macos-latest"
github_runner: "macos-13"
{% endfor %}

{% for target in ["cpp",
Expand All @@ -957,10 +957,10 @@ tasks:
"ruby"] %}
verify-rc-source-{{ target }}-macos-amd64:
ci: github
template: verify-rc/github.macos.amd64.yml
template: verify-rc/github.macos.yml
params:
target: {{ target }}
github_runner: "macos-latest"
github_runner: "macos-13"
{% endfor %}

{% for target in ["cpp",
Expand All @@ -972,7 +972,7 @@ tasks:
"ruby"] %}
verify-rc-source-{{ target }}-macos-arm64:
ci: github
template: verify-rc/github.macos.arm64.yml
template: verify-rc/github.macos.yml
params:
env:
ARROW_FLIGHT: 0
Expand All @@ -983,23 +983,25 @@ tasks:
github_runner: "macos-14"
{% endfor %}

{% for macos_version in ["11", "12"] %}
{% for macos_version in ["11", "12", "13"] %}
verify-rc-binaries-wheels-macos-{{ macos_version }}-amd64:
ci: github
template: verify-rc/github.macos.amd64.yml
template: verify-rc/github.macos.yml
params:
github_runner: "macos-{{ macos_version }}"
target: "wheels"
{% endfor %}

verify-rc-binaries-wheels-macos-14-arm64:
{% for macos_version in ["14"] %}
verify-rc-binaries-wheels-macos-{{ macos_version }}-arm64:
ci: github
template: verify-rc/github.macos.arm64.yml
template: verify-rc/github.macos.yml
params:
env:
PYTEST_ADDOPTS: "-k 'not test_cancellation'"
github_runner: "macos-14"
github_runner: "macos-{{ macos_version }}"
target: "wheels"
{% endfor %}

######################## Windows verification ##############################

Expand Down
54 changes: 0 additions & 54 deletions dev/tasks/verify-rc/github.macos.arm64.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'

- name: Run verification
shell: bash
Expand Down

0 comments on commit 46b94e7

Please sign in to comment.