Skip to content

Commit

Permalink
maybe also update the yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Jun 20, 2023
1 parent 0ae3b50 commit 245de7a
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 32 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
test-py27:
name: common, python 2.7, ubuntu-20.04
runs-on: ubuntu-20.04
container:
image: python:2.7
container: python:2.7
timeout-minutes: 30

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-integration-boto3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
test-py27:
name: boto3, python 2.7, ubuntu-20.04
runs-on: ubuntu-20.04
container:
image: python:2.7
container: python:2.7
timeout-minutes: 30

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-integration-bottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
test-py27:
name: bottle, python 2.7, ubuntu-20.04
runs-on: ubuntu-20.04
container:
image: python:2.7
container: python:2.7
timeout-minutes: 30

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-integration-celery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
test-py27:
name: celery, python 2.7, ubuntu-20.04
runs-on: ubuntu-20.04
container:
image: python:2.7
container: python:2.7
timeout-minutes: 30

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-integration-django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ jobs:
test-py27:
name: django, python 2.7, ubuntu-20.04
runs-on: ubuntu-20.04
container:
image: python:2.7
container: python:2.7
timeout-minutes: 30
services:
postgres:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-integration-falcon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
test-py27:
name: falcon, python 2.7, ubuntu-20.04
runs-on: ubuntu-20.04
container:
image: python:2.7
container: python:2.7
timeout-minutes: 30

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-integration-flask.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
test-py27:
name: flask, python 2.7, ubuntu-20.04
runs-on: ubuntu-20.04
container:
image: python:2.7
container: python:2.7
timeout-minutes: 30

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-integration-gevent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
test-py27:
name: gevent, python 2.7, ubuntu-20.04
runs-on: ubuntu-20.04
container:
image: python:2.7
container: python:2.7
timeout-minutes: 30

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-integration-huey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
test-py27:
name: huey, python 2.7, ubuntu-20.04
runs-on: ubuntu-20.04
container:
image: python:2.7
container: python:2.7
timeout-minutes: 30

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-integration-pymongo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
test-py27:
name: pymongo, python 2.7, ubuntu-20.04
runs-on: ubuntu-20.04
container:
image: python:2.7
container: python:2.7
timeout-minutes: 30

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-integration-pyramid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
test-py27:
name: pyramid, python 2.7, ubuntu-20.04
runs-on: ubuntu-20.04
container:
image: python:2.7
container: python:2.7
timeout-minutes: 30

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-integration-redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
test-py27:
name: redis, python 2.7, ubuntu-20.04
runs-on: ubuntu-20.04
container:
image: python:2.7
container: python:2.7
timeout-minutes: 30

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-integration-rediscluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
test-py27:
name: rediscluster, python 2.7, ubuntu-20.04
runs-on: ubuntu-20.04
container:
image: python:2.7
container: python:2.7
timeout-minutes: 30

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-integration-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
test-py27:
name: requests, python 2.7, ubuntu-20.04
runs-on: ubuntu-20.04
container:
image: python:2.7
container: python:2.7
timeout-minutes: 30

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-integration-rq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
test-py27:
name: rq, python 2.7, ubuntu-20.04
runs-on: ubuntu-20.04
container:
image: python:2.7
container: python:2.7
timeout-minutes: 30

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-integration-sqlalchemy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
test-py27:
name: sqlalchemy, python 2.7, ubuntu-20.04
runs-on: ubuntu-20.04
container:
image: python:2.7
container: python:2.7
timeout-minutes: 30

steps:
Expand Down

0 comments on commit 245de7a

Please sign in to comment.