Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Jun 19, 2023
1 parent cdf3fc2 commit a0b05f7
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 66 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
name: common, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -77,8 +75,6 @@ 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
4 changes: 0 additions & 4 deletions .github/workflows/test-integration-boto3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
name: boto3, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -77,8 +75,6 @@ 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
4 changes: 0 additions & 4 deletions .github/workflows/test-integration-bottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
name: bottle, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -77,8 +75,6 @@ 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
4 changes: 0 additions & 4 deletions .github/workflows/test-integration-celery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
name: celery, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -77,8 +75,6 @@ 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
4 changes: 0 additions & 4 deletions .github/workflows/test-integration-django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
name: django, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -95,8 +93,6 @@ 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
4 changes: 0 additions & 4 deletions .github/workflows/test-integration-falcon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
name: falcon, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -77,8 +75,6 @@ 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
4 changes: 0 additions & 4 deletions .github/workflows/test-integration-flask.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
name: flask, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -77,8 +75,6 @@ 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
4 changes: 0 additions & 4 deletions .github/workflows/test-integration-gevent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
name: gevent, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -77,8 +75,6 @@ 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
4 changes: 0 additions & 4 deletions .github/workflows/test-integration-huey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
name: huey, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -77,8 +75,6 @@ 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
4 changes: 0 additions & 4 deletions .github/workflows/test-integration-pymongo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
name: pymongo, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -77,8 +75,6 @@ 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
4 changes: 0 additions & 4 deletions .github/workflows/test-integration-pyramid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
name: pyramid, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -77,8 +75,6 @@ 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
4 changes: 0 additions & 4 deletions .github/workflows/test-integration-redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
name: redis, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -77,8 +75,6 @@ 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
4 changes: 0 additions & 4 deletions .github/workflows/test-integration-rediscluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
name: rediscluster, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -77,8 +75,6 @@ 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
4 changes: 0 additions & 4 deletions .github/workflows/test-integration-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
name: requests, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -77,8 +75,6 @@ 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
4 changes: 0 additions & 4 deletions .github/workflows/test-integration-rq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
name: rq, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -77,8 +75,6 @@ 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
4 changes: 0 additions & 4 deletions .github/workflows/test-integration-sqlalchemy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
name: sqlalchemy, python ${{ matrix.python-version }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
Expand Down Expand Up @@ -77,8 +75,6 @@ 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
4 changes: 2 additions & 2 deletions scripts/split-tox-gh-actions/split-tox-gh-actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ def write_yaml_file(
f.close()

elif template_line == "{{ docker_image }}\n":
print(py_versions)
if "2.7" in py_versions:
out += DOCKER_IMAGE_FOR_27
if False:
out += DOCKER_IMAGE_FOR_27

else:
out += template_line.replace("{{ framework }}", current_framework)
Expand Down

0 comments on commit a0b05f7

Please sign in to comment.