Skip to content

Commit

Permalink
Update Testing Infra (#401)
Browse files Browse the repository at this point in the history
* Add aggregate test check

* Formatting

* Add job timeouts
  • Loading branch information
TimPansino authored Oct 6, 2021
1 parent c1764f8 commit 72e5464
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,27 @@ on:
pull_request:

jobs:
tests: # Aggregate job that provides a single check for workflow success
runs-on: ubuntu-latest
needs:
- python
- grpc
- libcurl
- postgres
- mysql
- redis
- solr
- memcached
- rabbitmq
- mongodb
- elasticsearchserver01
- elasticsearchserver07
- gearman

steps:
- name: Success
run: echo "Success!"

python:
env:
TOTAL_GROUPS: 20
Expand Down Expand Up @@ -54,6 +75,7 @@ jobs:
]

runs-on: ubuntu-latest
timeout-minutes: 15

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -123,6 +145,7 @@ jobs:
group-number: [1]

runs-on: ubuntu-latest
timeout-minutes: 15

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -192,6 +215,7 @@ jobs:
group-number: [1]

runs-on: ubuntu-latest
timeout-minutes: 15

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -268,6 +292,7 @@ jobs:
group-number: [1, 2]

runs-on: ubuntu-latest
timeout-minutes: 15

services:
postgres:
Expand Down Expand Up @@ -353,6 +378,7 @@ jobs:
group-number: [1, 2]

runs-on: ubuntu-latest
timeout-minutes: 15

services:
mysql:
Expand Down Expand Up @@ -441,6 +467,7 @@ jobs:
group-number: [1]

runs-on: ubuntu-latest
timeout-minutes: 15

services:
redis:
Expand Down Expand Up @@ -524,6 +551,7 @@ jobs:
group-number: [1]

runs-on: ubuntu-latest
timeout-minutes: 15

services:
solr:
Expand Down Expand Up @@ -609,6 +637,7 @@ jobs:
group-number: [1, 2]

runs-on: ubuntu-latest
timeout-minutes: 15

services:
memcached:
Expand Down Expand Up @@ -692,6 +721,7 @@ jobs:
group-number: [1]

runs-on: ubuntu-latest
timeout-minutes: 15

services:
rabbitmq:
Expand Down Expand Up @@ -776,6 +806,7 @@ jobs:
group-number: [1]

runs-on: ubuntu-latest
timeout-minutes: 15

services:
mongodb:
Expand Down Expand Up @@ -859,6 +890,7 @@ jobs:
group-number: [1]

runs-on: ubuntu-latest
timeout-minutes: 15

services:
es01:
Expand Down Expand Up @@ -944,6 +976,7 @@ jobs:
group-number: [1]

runs-on: ubuntu-latest
timeout-minutes: 15

services:
es01:
Expand Down Expand Up @@ -1029,6 +1062,7 @@ jobs:
group-number: [1]

runs-on: ubuntu-latest
timeout-minutes: 15

services:
gearman:
Expand Down

0 comments on commit 72e5464

Please sign in to comment.