Skip to content

Commit da491d4

Browse files
committed
Merge branch 'master' into feature/support-exists-context
2 parents 33e22b5 + 269d96d commit da491d4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1396
-105
lines changed

.github/workflows/test-integrations-ai.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Do not edit this file. This file is generated automatically by executing
2+
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
13
name: Test AI
24
on:
35
push:

.github/workflows/test-integrations-aws-lambda.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Do not edit this file. This file is generated automatically by executing
2+
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
13
name: Test AWS Lambda
24
on:
35
push:

.github/workflows/test-integrations-cloud-computing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Do not edit this file. This file is generated automatically by executing
2+
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
13
name: Test Cloud Computing
24
on:
35
push:

.github/workflows/test-integrations-common.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Do not edit this file. This file is generated automatically by executing
2+
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
13
name: Test Common
24
on:
35
push:

.github/workflows/test-integrations-data-processing.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Do not edit this file. This file is generated automatically by executing
2+
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
13
name: Test Data Processing
24
on:
35
push:
@@ -57,10 +59,18 @@ jobs:
5759
run: |
5860
set -x # print commands that are executed
5961
./scripts/runtox.sh "py${{ matrix.python-version }}-celery-latest"
62+
- name: Test dramatiq latest
63+
run: |
64+
set -x # print commands that are executed
65+
./scripts/runtox.sh "py${{ matrix.python-version }}-dramatiq-latest"
6066
- name: Test huey latest
6167
run: |
6268
set -x # print commands that are executed
6369
./scripts/runtox.sh "py${{ matrix.python-version }}-huey-latest"
70+
- name: Test ray latest
71+
run: |
72+
set -x # print commands that are executed
73+
./scripts/runtox.sh "py${{ matrix.python-version }}-ray-latest"
6474
- name: Test rq latest
6575
run: |
6676
set -x # print commands that are executed
@@ -125,10 +135,18 @@ jobs:
125135
run: |
126136
set -x # print commands that are executed
127137
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-celery"
138+
- name: Test dramatiq pinned
139+
run: |
140+
set -x # print commands that are executed
141+
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-dramatiq"
128142
- name: Test huey pinned
129143
run: |
130144
set -x # print commands that are executed
131145
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-huey"
146+
- name: Test ray pinned
147+
run: |
148+
set -x # print commands that are executed
149+
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-ray"
132150
- name: Test rq pinned
133151
run: |
134152
set -x # print commands that are executed

.github/workflows/test-integrations-databases.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Do not edit this file. This file is generated automatically by executing
2+
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
13
name: Test Databases
24
on:
35
push:

.github/workflows/test-integrations-graphql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Do not edit this file. This file is generated automatically by executing
2+
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
13
name: Test GraphQL
24
on:
35
push:

.github/workflows/test-integrations-miscellaneous.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Do not edit this file. This file is generated automatically by executing
2+
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
13
name: Test Miscellaneous
24
on:
35
push:

.github/workflows/test-integrations-networking.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Do not edit this file. This file is generated automatically by executing
2+
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
13
name: Test Networking
24
on:
35
push:

.github/workflows/test-integrations-web-frameworks-1.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Do not edit this file. This file is generated automatically by executing
2+
# python scripts/split-tox-gh-actions/split-tox-gh-actions.py
13
name: Test Web Frameworks 1
24
on:
35
push:

0 commit comments

Comments
 (0)