Skip to content

Commit b3be824

Browse files
krlmlrclaude
andcommitted
ci: Add sharded revdep2 workflow
Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: Claude <noreply@anthropic.com>
1 parent 631d626 commit b3be824

13 files changed

Lines changed: 2563 additions & 31 deletions

File tree

.github/workflows/R-CMD-check-dev.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ jobs:
6868
contents: write
6969
pull-requests: write
7070

71-
# Begin custom: services
72-
# End custom: services
73-
7471
strategy:
7572
fail-fast: false
7673

@@ -119,9 +116,6 @@ jobs:
119116
contents: write
120117
pull-requests: write
121118

122-
# Begin custom: services
123-
# End custom: services
124-
125119
strategy:
126120
fail-fast: false
127121
matrix: ${{fromJson(needs.matrix.outputs.matrix)}}

.github/workflows/R-CMD-check.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ jobs:
8686
pull-requests: write
8787
actions: write
8888

89-
# Begin custom: services
90-
# End custom: services
91-
9289
steps:
9390
- uses: actions/checkout@v6
9491
with:
@@ -397,9 +394,6 @@ jobs:
397394
contents: write
398395
pull-requests: write
399396

400-
# Begin custom: services
401-
# End custom: services
402-
403397
strategy:
404398
fail-fast: false
405399
matrix: ${{fromJson(needs.rcc-smoke.outputs.versions-matrix)}}
@@ -487,9 +481,6 @@ jobs:
487481
permissions:
488482
contents: read
489483

490-
# Begin custom: services
491-
# End custom: services
492-
493484
strategy:
494485
fail-fast: false
495486
matrix: ${{fromJson(needs.rcc-smoke.outputs.dep-suggests-matrix)}}

.github/workflows/pkgdown.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
# Required by pkgdown::deploy_to_branch(), which pushes to gh-pages
2929
contents: write
3030

31-
# Begin custom: services
32-
# End custom: services
33-
3431
steps:
3532
- uses: actions/checkout@v6
3633

.github/workflows/revdep.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2424
# prevent rgl issues because no X11 display is available
2525
RGL_USE_NULL: true
26-
# Begin custom: env vars
27-
# End custom: env vars
2826

2927
steps:
3028
- name: Check rate limits
@@ -88,9 +86,6 @@ jobs:
8886

8987
name: 'revdep: ${{ matrix.package }}'
9088

91-
# Begin custom: services
92-
# End custom: services
93-
9489
strategy:
9590
fail-fast: false
9691
matrix: ${{fromJson(needs.matrix.outputs.matrix)}}
@@ -101,8 +96,6 @@ jobs:
10196
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
10297
# prevent rgl issues because no X11 display is available
10398
RGL_USE_NULL: true
104-
# Begin custom: env vars
105-
# End custom: env vars
10699

107100
steps:
108101
- name: Check rate limits
@@ -114,9 +107,6 @@ jobs:
114107

115108
- uses: actions/checkout@v6
116109

117-
# Begin custom: before install
118-
# End custom: before install
119-
120110
- name: Use RSPM
121111
run: |
122112
mkdir -p /home/runner/work/_temp/Library
@@ -158,9 +148,6 @@ jobs:
158148
sessioninfo::session_info(pkgs, include_base = TRUE)
159149
shell: Rscript {0}
160150

161-
# Begin custom: after install
162-
# End custom: after install
163-
164151
- name: Check old
165152
env:
166153
_R_CHECK_CRAN_INCOMING_: false

0 commit comments

Comments
 (0)