Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Jun 19, 2023
1 parent 0792db2 commit cda9ff4
Show file tree
Hide file tree
Showing 38 changed files with 116 additions and 39 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ env:
jobs:
test:
name: common, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -75,6 +77,8 @@ jobs:
# Always run this, even if a dependent job failed
if: always()
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster
steps:
- name: Check for failures
if: contains(needs.test.result, 'failure')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-aiohttp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ env:
jobs:
test:
name: aiohttp, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-arq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ env:
jobs:
test:
name: arq, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-asgi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ env:
jobs:
test:
name: asgi, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-aws_lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ env:
jobs:
test:
name: aws_lambda, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-beam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ env:
jobs:
test:
name: beam, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test-integration-boto3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ env:
jobs:
test:
name: boto3, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -75,6 +77,8 @@ jobs:
# Always run this, even if a dependent job failed
if: always()
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster
steps:
- name: Check for failures
if: contains(needs.test.result, 'failure')
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test-integration-bottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ env:
jobs:
test:
name: bottle, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -75,6 +77,8 @@ jobs:
# Always run this, even if a dependent job failed
if: always()
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster
steps:
- name: Check for failures
if: contains(needs.test.result, 'failure')
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test-integration-celery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ env:
jobs:
test:
name: celery, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -75,6 +77,8 @@ jobs:
# Always run this, even if a dependent job failed
if: always()
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster
steps:
- name: Check for failures
if: contains(needs.test.result, 'failure')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-chalice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ env:
jobs:
test:
name: chalice, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ env:
jobs:
test:
name: cloud_resource_context, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test-integration-django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ env:
jobs:
test:
name: django, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -93,6 +95,8 @@ jobs:
# Always run this, even if a dependent job failed
if: always()
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster
steps:
- name: Check for failures
if: contains(needs.test.result, 'failure')
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test-integration-falcon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ env:
jobs:
test:
name: falcon, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -75,6 +77,8 @@ jobs:
# Always run this, even if a dependent job failed
if: always()
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster
steps:
- name: Check for failures
if: contains(needs.test.result, 'failure')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-fastapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ env:
jobs:
test:
name: fastapi, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test-integration-flask.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ env:
jobs:
test:
name: flask, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -75,6 +77,8 @@ jobs:
# Always run this, even if a dependent job failed
if: always()
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster
steps:
- name: Check for failures
if: contains(needs.test.result, 'failure')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ env:
jobs:
test:
name: gcp, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test-integration-gevent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ env:
jobs:
test:
name: gevent, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -75,6 +77,8 @@ jobs:
# Always run this, even if a dependent job failed
if: always()
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster
steps:
- name: Check for failures
if: contains(needs.test.result, 'failure')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-grpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ env:
jobs:
test:
name: grpc, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-httpx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ env:
jobs:
test:
name: httpx, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test-integration-huey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ env:
jobs:
test:
name: huey, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -75,6 +77,8 @@ jobs:
# Always run this, even if a dependent job failed
if: always()
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster
steps:
- name: Check for failures
if: contains(needs.test.result, 'failure')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-loguru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ env:
jobs:
test:
name: loguru, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-opentelemetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ env:
jobs:
test:
name: opentelemetry, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-pure_eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ env:
jobs:
test:
name: pure_eval, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test-integration-pymongo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ env:
jobs:
test:
name: pymongo, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -75,6 +77,8 @@ jobs:
# Always run this, even if a dependent job failed
if: always()
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster
steps:
- name: Check for failures
if: contains(needs.test.result, 'failure')
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test-integration-pyramid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ env:
jobs:
test:
name: pyramid, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -75,6 +77,8 @@ jobs:
# Always run this, even if a dependent job failed
if: always()
runs-on: ubuntu-20.04
container:
image: python:2.7.18-buster
steps:
- name: Check for failures
if: contains(needs.test.result, 'failure')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-quart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ env:
jobs:
test:
name: quart, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
Expand Down
Loading

0 comments on commit cda9ff4

Please sign in to comment.