@@ -1533,3 +1533,79 @@ jobs:
15331533 - name : Run tests
15341534 run : tox -c tox-loongsuite.ini -e py313-test-loongsuite-instrumentation-crewai -- -ra
15351535
1536+ py310-test-loongsuite-instrumentation-copaw_ubuntu-latest :
1537+ name : LoongSuite loongsuite-instrumentation-copaw 3.10 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.10
1545+ uses : actions/setup-python@v5
1546+ with :
1547+ python-version : " 3.10"
1548+
1549+ - name : Install tox
1550+ run : pip install tox-uv
1551+
1552+ - name : Run tests
1553+ run : tox -c tox-loongsuite.ini -e py310-test-loongsuite-instrumentation-copaw -- -ra
1554+
1555+ py311-test-loongsuite-instrumentation-copaw_ubuntu-latest :
1556+ name : LoongSuite loongsuite-instrumentation-copaw 3.11 Ubuntu
1557+ runs-on : ubuntu-latest
1558+ timeout-minutes : 30
1559+ steps :
1560+ - name : Checkout repo @ SHA - ${{ github.sha }}
1561+ uses : actions/checkout@v4
1562+
1563+ - name : Set up Python 3.11
1564+ uses : actions/setup-python@v5
1565+ with :
1566+ python-version : " 3.11"
1567+
1568+ - name : Install tox
1569+ run : pip install tox-uv
1570+
1571+ - name : Run tests
1572+ run : tox -c tox-loongsuite.ini -e py311-test-loongsuite-instrumentation-copaw -- -ra
1573+
1574+ py312-test-loongsuite-instrumentation-copaw_ubuntu-latest :
1575+ name : LoongSuite loongsuite-instrumentation-copaw 3.12 Ubuntu
1576+ runs-on : ubuntu-latest
1577+ timeout-minutes : 30
1578+ steps :
1579+ - name : Checkout repo @ SHA - ${{ github.sha }}
1580+ uses : actions/checkout@v4
1581+
1582+ - name : Set up Python 3.12
1583+ uses : actions/setup-python@v5
1584+ with :
1585+ python-version : " 3.12"
1586+
1587+ - name : Install tox
1588+ run : pip install tox-uv
1589+
1590+ - name : Run tests
1591+ run : tox -c tox-loongsuite.ini -e py312-test-loongsuite-instrumentation-copaw -- -ra
1592+
1593+ py313-test-loongsuite-instrumentation-copaw_ubuntu-latest :
1594+ name : LoongSuite loongsuite-instrumentation-copaw 3.13 Ubuntu
1595+ runs-on : ubuntu-latest
1596+ timeout-minutes : 30
1597+ steps :
1598+ - name : Checkout repo @ SHA - ${{ github.sha }}
1599+ uses : actions/checkout@v4
1600+
1601+ - name : Set up Python 3.13
1602+ uses : actions/setup-python@v5
1603+ with :
1604+ python-version : " 3.13"
1605+
1606+ - name : Install tox
1607+ run : pip install tox-uv
1608+
1609+ - name : Run tests
1610+ run : tox -c tox-loongsuite.ini -e py313-test-loongsuite-instrumentation-copaw -- -ra
1611+
0 commit comments