@@ -1381,8 +1381,8 @@ jobs:
13811381 - name : Run tests
13821382 run : tox -e py313-test-instrumentation-asyncio -- -ra
13831383
1384- py39-test-instrumentation-cassandra_ubuntu -latest :
1385- name : instrumentation-cassandra 3.9 Ubuntu
1384+ py39-test-instrumentation-cassandra-driver_ubuntu -latest :
1385+ name : instrumentation-cassandra-driver 3.9 Ubuntu
13861386 runs-on : ubuntu-latest
13871387 timeout-minutes : 30
13881388 steps :
@@ -1398,10 +1398,48 @@ jobs:
13981398 run : pip install tox-uv
13991399
14001400 - name : Run tests
1401- run : tox -e py39-test-instrumentation-cassandra -- -ra
1401+ run : tox -e py39-test-instrumentation-cassandra-driver -- -ra
14021402
1403- py310-test-instrumentation-cassandra_ubuntu-latest :
1404- name : instrumentation-cassandra 3.10 Ubuntu
1403+ py39-test-instrumentation-cassandra-scylla_ubuntu-latest :
1404+ name : instrumentation-cassandra-scylla 3.9 Ubuntu
1405+ runs-on : ubuntu-latest
1406+ timeout-minutes : 30
1407+ steps :
1408+ - name : Checkout repo @ SHA - ${{ github.sha }}
1409+ uses : actions/checkout@v4
1410+
1411+ - name : Set up Python 3.9
1412+ uses : actions/setup-python@v5
1413+ with :
1414+ python-version : " 3.9"
1415+
1416+ - name : Install tox
1417+ run : pip install tox-uv
1418+
1419+ - name : Run tests
1420+ run : tox -e py39-test-instrumentation-cassandra-scylla -- -ra
1421+
1422+ py310-test-instrumentation-cassandra-driver_ubuntu-latest :
1423+ name : instrumentation-cassandra-driver 3.10 Ubuntu
1424+ runs-on : ubuntu-latest
1425+ timeout-minutes : 30
1426+ steps :
1427+ - name : Checkout repo @ SHA - ${{ github.sha }}
1428+ uses : actions/checkout@v4
1429+
1430+ - name : Set up Python 3.10
1431+ uses : actions/setup-python@v5
1432+ with :
1433+ python-version : " 3.10"
1434+
1435+ - name : Install tox
1436+ run : pip install tox-uv
1437+
1438+ - name : Run tests
1439+ run : tox -e py310-test-instrumentation-cassandra-driver -- -ra
1440+
1441+ py310-test-instrumentation-cassandra-scylla_ubuntu-latest :
1442+ name : instrumentation-cassandra-scylla 3.10 Ubuntu
14051443 runs-on : ubuntu-latest
14061444 timeout-minutes : 30
14071445 steps :
@@ -1417,10 +1455,29 @@ jobs:
14171455 run : pip install tox-uv
14181456
14191457 - name : Run tests
1420- run : tox -e py310-test-instrumentation-cassandra -- -ra
1458+ run : tox -e py310-test-instrumentation-cassandra-scylla -- -ra
1459+
1460+ py311-test-instrumentation-cassandra-driver_ubuntu-latest :
1461+ name : instrumentation-cassandra-driver 3.11 Ubuntu
1462+ runs-on : ubuntu-latest
1463+ timeout-minutes : 30
1464+ steps :
1465+ - name : Checkout repo @ SHA - ${{ github.sha }}
1466+ uses : actions/checkout@v4
1467+
1468+ - name : Set up Python 3.11
1469+ uses : actions/setup-python@v5
1470+ with :
1471+ python-version : " 3.11"
1472+
1473+ - name : Install tox
1474+ run : pip install tox-uv
1475+
1476+ - name : Run tests
1477+ run : tox -e py311-test-instrumentation-cassandra-driver -- -ra
14211478
1422- py311-test-instrumentation-cassandra_ubuntu -latest :
1423- name : instrumentation-cassandra 3.11 Ubuntu
1479+ py311-test-instrumentation-cassandra-scylla_ubuntu -latest :
1480+ name : instrumentation-cassandra-scylla 3.11 Ubuntu
14241481 runs-on : ubuntu-latest
14251482 timeout-minutes : 30
14261483 steps :
@@ -1436,10 +1493,29 @@ jobs:
14361493 run : pip install tox-uv
14371494
14381495 - name : Run tests
1439- run : tox -e py311-test-instrumentation-cassandra -- -ra
1496+ run : tox -e py311-test-instrumentation-cassandra-scylla -- -ra
1497+
1498+ py312-test-instrumentation-cassandra-driver_ubuntu-latest :
1499+ name : instrumentation-cassandra-driver 3.12 Ubuntu
1500+ runs-on : ubuntu-latest
1501+ timeout-minutes : 30
1502+ steps :
1503+ - name : Checkout repo @ SHA - ${{ github.sha }}
1504+ uses : actions/checkout@v4
1505+
1506+ - name : Set up Python 3.12
1507+ uses : actions/setup-python@v5
1508+ with :
1509+ python-version : " 3.12"
1510+
1511+ - name : Install tox
1512+ run : pip install tox-uv
1513+
1514+ - name : Run tests
1515+ run : tox -e py312-test-instrumentation-cassandra-driver -- -ra
14401516
1441- py312-test-instrumentation-cassandra_ubuntu -latest :
1442- name : instrumentation-cassandra 3.12 Ubuntu
1517+ py312-test-instrumentation-cassandra-scylla_ubuntu -latest :
1518+ name : instrumentation-cassandra-scylla 3.12 Ubuntu
14431519 runs-on : ubuntu-latest
14441520 timeout-minutes : 30
14451521 steps :
@@ -1455,10 +1531,29 @@ jobs:
14551531 run : pip install tox-uv
14561532
14571533 - name : Run tests
1458- run : tox -e py312-test-instrumentation-cassandra -- -ra
1534+ run : tox -e py312-test-instrumentation-cassandra-scylla -- -ra
1535+
1536+ py313-test-instrumentation-cassandra-driver_ubuntu-latest :
1537+ name : instrumentation-cassandra-driver 3.13 Ubuntu
1538+ runs-on : ubuntu-latest
1539+ timeout-minutes : 30
1540+ steps :
1541+ - name : Checkout repo @ SHA - ${{ github.sha }}
1542+ uses : actions/checkout@v4
1543+
1544+ - name : Set up Python 3.13
1545+ uses : actions/setup-python@v5
1546+ with :
1547+ python-version : " 3.13"
1548+
1549+ - name : Install tox
1550+ run : pip install tox-uv
1551+
1552+ - name : Run tests
1553+ run : tox -e py313-test-instrumentation-cassandra-driver -- -ra
14591554
1460- py313-test-instrumentation-cassandra_ubuntu -latest :
1461- name : instrumentation-cassandra 3.13 Ubuntu
1555+ py313-test-instrumentation-cassandra-scylla_ubuntu -latest :
1556+ name : instrumentation-cassandra-scylla 3.13 Ubuntu
14621557 runs-on : ubuntu-latest
14631558 timeout-minutes : 30
14641559 steps :
@@ -1474,10 +1569,10 @@ jobs:
14741569 run : pip install tox-uv
14751570
14761571 - name : Run tests
1477- run : tox -e py313-test-instrumentation-cassandra -- -ra
1572+ run : tox -e py313-test-instrumentation-cassandra-scylla -- -ra
14781573
1479- pypy3-test-instrumentation-cassandra_ubuntu -latest :
1480- name : instrumentation-cassandra pypy-3.9 Ubuntu
1574+ pypy3-test-instrumentation-cassandra-scylla_ubuntu -latest :
1575+ name : instrumentation-cassandra-scylla pypy-3.9 Ubuntu
14811576 runs-on : ubuntu-latest
14821577 timeout-minutes : 30
14831578 steps :
@@ -1493,7 +1588,7 @@ jobs:
14931588 run : pip install tox-uv
14941589
14951590 - name : Run tests
1496- run : tox -e pypy3-test-instrumentation-cassandra -- -ra
1591+ run : tox -e pypy3-test-instrumentation-cassandra-scylla -- -ra
14971592
14981593 py39-test-processor-baggage_ubuntu-latest :
14991594 name : processor-baggage 3.9 Ubuntu
0 commit comments