Skip to content

Commit

Permalink
Remove all max-parallel from GitHub workflows (#284)
Browse files Browse the repository at this point in the history
This will need #279 to be merged before tests can pass.

fixes #283
  • Loading branch information
widhalmt authored Oct 17, 2023
1 parent d429b15 commit 60115d1
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test_full_stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:

strategy:
fail-fast: false
max-parallel: 2
matrix:
distro:
- rockylinux8
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:

strategy:
fail-fast: false
max-parallel: 1

steps:
- name: Check out code
Expand Down Expand Up @@ -111,7 +110,6 @@ jobs:

strategy:
fail-fast: false
max-parallel: 1
matrix:
python_version: [ 3.5.10, 3.6.15, 3.7.13, 3.8.16, 3.10.10 ]

Expand Down Expand Up @@ -151,7 +149,6 @@ jobs:

strategy:
fail-fast: false
max-parallel: 1
matrix:
ansible_core_version: [ 2.11.12, 2.12.10, 2.13.8, 2.14.4 ]

Expand Down Expand Up @@ -191,7 +188,6 @@ jobs:

strategy:
fail-fast: false
max-parallel: 1
matrix:
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]

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_role_beats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:

strategy:
fail-fast: false
max-parallel: 4
matrix:
distro: [ubuntu2204]
scenario: [beats_default, beats_peculiar]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_role_elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:

strategy:
fail-fast: false
max-parallel: 4
matrix:
distro: [ubuntu2204]
scenario:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_role_kibana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:

strategy:
fail-fast: false
max-parallel: 4
matrix:
distro: [ubuntu2204]
scenario: [kibana_default]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_role_logstash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:

strategy:
fail-fast: false
max-parallel: 4
matrix:
distro: [ubuntu2204]
scenario:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_role_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:

strategy:
fail-fast: false
max-parallel: 4
matrix:

distro: [centos7, debian10, debian11, rockylinux8, rockylinux9, ubuntu2004, ubuntu2204]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_roles_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:

strategy:
fail-fast: false
max-parallel: 2
matrix:
distro:
- rockylinux8
Expand Down

0 comments on commit 60115d1

Please sign in to comment.