Skip to content

Commit ff7ff09

Browse files
authored
ci: limit parallelism in r-extended.yml as per ASF Infra policy (#3928)
Closes #3925.
1 parent a3d12d1 commit ff7ff09

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/r-extended.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
rversion: [oldrel, release, devel]
4646
os: [macOS, windows, ubuntu]
4747
pkg: [adbcdrivermanager, adbcsqlite, adbcpostgresql]
48+
# ASF allows max 20 concurrent jobs across entire file
49+
max-parallel: 5
4850
fail-fast: false
4951

5052
uses: ./.github/workflows/r-check.yml
@@ -60,6 +62,7 @@ jobs:
6062
rversion: [oldrel, release, devel]
6163
os: [macOS, windows, ubuntu]
6264
pkg: [adbcflightsql, adbcsnowflake, adbcbigquery]
65+
max-parallel: 5
6366
fail-fast: false
6467

6568
uses: ./.github/workflows/r-check.yml
@@ -81,6 +84,7 @@ jobs:
8184
rversion: ["3.6", "4.0", "4.1"]
8285
os: [ubuntu]
8386
pkg: [adbcdrivermanager, adbcsqlite, adbcpostgresql]
87+
max-parallel: 4
8488
fail-fast: false
8589

8690
uses: ./.github/workflows/r-check.yml
@@ -100,6 +104,7 @@ jobs:
100104
rversion: ["4.1"]
101105
os: [windows]
102106
pkg: [adbcdrivermanager, adbcsqlite, adbcpostgresql]
107+
max-parallel: 3
103108
fail-fast: false
104109

105110
uses: ./.github/workflows/r-check.yml
@@ -119,6 +124,7 @@ jobs:
119124
rversion: [release]
120125
os: [ubuntu]
121126
pkg: [adbcdrivermanager, adbcsqlite, adbcpostgresql]
127+
max-parallel: 3
122128
fail-fast: false
123129

124130
steps:

0 commit comments

Comments
 (0)