@@ -1457,3 +1457,79 @@ jobs:
14571457 - name : Run tests
14581458 run : tox -c tox-loongsuite.ini -e py313-test-loongsuite-instrumentation-litellm -- -ra
14591459
1460+ py310-test-loongsuite-instrumentation-crewai_ubuntu-latest :
1461+ name : LoongSuite loongsuite-instrumentation-crewai 3.10 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.10
1469+ uses : actions/setup-python@v5
1470+ with :
1471+ python-version : " 3.10"
1472+
1473+ - name : Install tox
1474+ run : pip install tox-uv
1475+
1476+ - name : Run tests
1477+ run : tox -c tox-loongsuite.ini -e py310-test-loongsuite-instrumentation-crewai -- -ra
1478+
1479+ py311-test-loongsuite-instrumentation-crewai_ubuntu-latest :
1480+ name : LoongSuite loongsuite-instrumentation-crewai 3.11 Ubuntu
1481+ runs-on : ubuntu-latest
1482+ timeout-minutes : 30
1483+ steps :
1484+ - name : Checkout repo @ SHA - ${{ github.sha }}
1485+ uses : actions/checkout@v4
1486+
1487+ - name : Set up Python 3.11
1488+ uses : actions/setup-python@v5
1489+ with :
1490+ python-version : " 3.11"
1491+
1492+ - name : Install tox
1493+ run : pip install tox-uv
1494+
1495+ - name : Run tests
1496+ run : tox -c tox-loongsuite.ini -e py311-test-loongsuite-instrumentation-crewai -- -ra
1497+
1498+ py312-test-loongsuite-instrumentation-crewai_ubuntu-latest :
1499+ name : LoongSuite loongsuite-instrumentation-crewai 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 -c tox-loongsuite.ini -e py312-test-loongsuite-instrumentation-crewai -- -ra
1516+
1517+ py313-test-loongsuite-instrumentation-crewai_ubuntu-latest :
1518+ name : LoongSuite loongsuite-instrumentation-crewai 3.13 Ubuntu
1519+ runs-on : ubuntu-latest
1520+ timeout-minutes : 30
1521+ steps :
1522+ - name : Checkout repo @ SHA - ${{ github.sha }}
1523+ uses : actions/checkout@v4
1524+
1525+ - name : Set up Python 3.13
1526+ uses : actions/setup-python@v5
1527+ with :
1528+ python-version : " 3.13"
1529+
1530+ - name : Install tox
1531+ run : pip install tox-uv
1532+
1533+ - name : Run tests
1534+ run : tox -c tox-loongsuite.ini -e py313-test-loongsuite-instrumentation-crewai -- -ra
1535+
0 commit comments