Skip to content

Commit 60115d1

Browse files
authored
Remove all max-parallel from GitHub workflows (#284)
This will need #279 to be merged before tests can pass. fixes #283
1 parent d429b15 commit 60115d1

8 files changed

+0
-11
lines changed

.github/workflows/test_full_stack.yml

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131

3232
strategy:
3333
fail-fast: false
34-
max-parallel: 2
3534
matrix:
3635
distro:
3736
- rockylinux8

.github/workflows/test_plugins.yml

-4
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666

6767
strategy:
6868
fail-fast: false
69-
max-parallel: 1
7069

7170
steps:
7271
- name: Check out code
@@ -111,7 +110,6 @@ jobs:
111110

112111
strategy:
113112
fail-fast: false
114-
max-parallel: 1
115113
matrix:
116114
python_version: [ 3.5.10, 3.6.15, 3.7.13, 3.8.16, 3.10.10 ]
117115

@@ -151,7 +149,6 @@ jobs:
151149

152150
strategy:
153151
fail-fast: false
154-
max-parallel: 1
155152
matrix:
156153
ansible_core_version: [ 2.11.12, 2.12.10, 2.13.8, 2.14.4 ]
157154

@@ -191,7 +188,6 @@ jobs:
191188

192189
strategy:
193190
fail-fast: false
194-
max-parallel: 1
195191
matrix:
196192
python_cryptography_version: [ 2.5, 3.0, 3.1, 3.2, 3.3, 3.4, 35.0.0, 36.0.0, 38.0.0, 40.0.1]
197193

.github/workflows/test_role_beats.yml

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747

4848
strategy:
4949
fail-fast: false
50-
max-parallel: 4
5150
matrix:
5251
distro: [ubuntu2204]
5352
scenario: [beats_default, beats_peculiar]

.github/workflows/test_role_elasticsearch.yml

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747

4848
strategy:
4949
fail-fast: false
50-
max-parallel: 4
5150
matrix:
5251
distro: [ubuntu2204]
5352
scenario:

.github/workflows/test_role_kibana.yml

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848

4949
strategy:
5050
fail-fast: false
51-
max-parallel: 4
5251
matrix:
5352
distro: [ubuntu2204]
5453
scenario: [kibana_default]

.github/workflows/test_role_logstash.yml

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848

4949
strategy:
5050
fail-fast: false
51-
max-parallel: 4
5251
matrix:
5352
distro: [ubuntu2204]
5453
scenario:

.github/workflows/test_role_repos.yml

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646

4747
strategy:
4848
fail-fast: false
49-
max-parallel: 4
5049
matrix:
5150

5251
distro: [centos7, debian10, debian11, rockylinux8, rockylinux9, ubuntu2004, ubuntu2204]

.github/workflows/test_roles_pr.yml

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848

4949
strategy:
5050
fail-fast: false
51-
max-parallel: 2
5251
matrix:
5352
distro:
5453
- rockylinux8

0 commit comments

Comments
 (0)