@@ -906,6 +906,196 @@ jobs:
906906 - name : Run tests
907907 run : tox -c tox-loongsuite.ini -e py313-test-loongsuite-instrumentation-langchain-latest -- -ra
908908
909+ py39-test-loongsuite-instrumentation-langgraph-oldest_ubuntu-latest :
910+ name : LoongSuite loongsuite-instrumentation-langgraph-oldest 3.9 Ubuntu
911+ runs-on : ubuntu-latest
912+ timeout-minutes : 30
913+ steps :
914+ - name : Checkout repo @ SHA - ${{ github.sha }}
915+ uses : actions/checkout@v4
916+
917+ - name : Set up Python 3.9
918+ uses : actions/setup-python@v5
919+ with :
920+ python-version : " 3.9"
921+
922+ - name : Install tox
923+ run : pip install tox-uv
924+
925+ - name : Run tests
926+ run : tox -c tox-loongsuite.ini -e py39-test-loongsuite-instrumentation-langgraph-oldest -- -ra
927+
928+ py39-test-loongsuite-instrumentation-langgraph-latest_ubuntu-latest :
929+ name : LoongSuite loongsuite-instrumentation-langgraph-latest 3.9 Ubuntu
930+ runs-on : ubuntu-latest
931+ timeout-minutes : 30
932+ steps :
933+ - name : Checkout repo @ SHA - ${{ github.sha }}
934+ uses : actions/checkout@v4
935+
936+ - name : Set up Python 3.9
937+ uses : actions/setup-python@v5
938+ with :
939+ python-version : " 3.9"
940+
941+ - name : Install tox
942+ run : pip install tox-uv
943+
944+ - name : Run tests
945+ run : tox -c tox-loongsuite.ini -e py39-test-loongsuite-instrumentation-langgraph-latest -- -ra
946+
947+ py310-test-loongsuite-instrumentation-langgraph-oldest_ubuntu-latest :
948+ name : LoongSuite loongsuite-instrumentation-langgraph-oldest 3.10 Ubuntu
949+ runs-on : ubuntu-latest
950+ timeout-minutes : 30
951+ steps :
952+ - name : Checkout repo @ SHA - ${{ github.sha }}
953+ uses : actions/checkout@v4
954+
955+ - name : Set up Python 3.10
956+ uses : actions/setup-python@v5
957+ with :
958+ python-version : " 3.10"
959+
960+ - name : Install tox
961+ run : pip install tox-uv
962+
963+ - name : Run tests
964+ run : tox -c tox-loongsuite.ini -e py310-test-loongsuite-instrumentation-langgraph-oldest -- -ra
965+
966+ py310-test-loongsuite-instrumentation-langgraph-latest_ubuntu-latest :
967+ name : LoongSuite loongsuite-instrumentation-langgraph-latest 3.10 Ubuntu
968+ runs-on : ubuntu-latest
969+ timeout-minutes : 30
970+ steps :
971+ - name : Checkout repo @ SHA - ${{ github.sha }}
972+ uses : actions/checkout@v4
973+
974+ - name : Set up Python 3.10
975+ uses : actions/setup-python@v5
976+ with :
977+ python-version : " 3.10"
978+
979+ - name : Install tox
980+ run : pip install tox-uv
981+
982+ - name : Run tests
983+ run : tox -c tox-loongsuite.ini -e py310-test-loongsuite-instrumentation-langgraph-latest -- -ra
984+
985+ py311-test-loongsuite-instrumentation-langgraph-oldest_ubuntu-latest :
986+ name : LoongSuite loongsuite-instrumentation-langgraph-oldest 3.11 Ubuntu
987+ runs-on : ubuntu-latest
988+ timeout-minutes : 30
989+ steps :
990+ - name : Checkout repo @ SHA - ${{ github.sha }}
991+ uses : actions/checkout@v4
992+
993+ - name : Set up Python 3.11
994+ uses : actions/setup-python@v5
995+ with :
996+ python-version : " 3.11"
997+
998+ - name : Install tox
999+ run : pip install tox-uv
1000+
1001+ - name : Run tests
1002+ run : tox -c tox-loongsuite.ini -e py311-test-loongsuite-instrumentation-langgraph-oldest -- -ra
1003+
1004+ py311-test-loongsuite-instrumentation-langgraph-latest_ubuntu-latest :
1005+ name : LoongSuite loongsuite-instrumentation-langgraph-latest 3.11 Ubuntu
1006+ runs-on : ubuntu-latest
1007+ timeout-minutes : 30
1008+ steps :
1009+ - name : Checkout repo @ SHA - ${{ github.sha }}
1010+ uses : actions/checkout@v4
1011+
1012+ - name : Set up Python 3.11
1013+ uses : actions/setup-python@v5
1014+ with :
1015+ python-version : " 3.11"
1016+
1017+ - name : Install tox
1018+ run : pip install tox-uv
1019+
1020+ - name : Run tests
1021+ run : tox -c tox-loongsuite.ini -e py311-test-loongsuite-instrumentation-langgraph-latest -- -ra
1022+
1023+ py312-test-loongsuite-instrumentation-langgraph-oldest_ubuntu-latest :
1024+ name : LoongSuite loongsuite-instrumentation-langgraph-oldest 3.12 Ubuntu
1025+ runs-on : ubuntu-latest
1026+ timeout-minutes : 30
1027+ steps :
1028+ - name : Checkout repo @ SHA - ${{ github.sha }}
1029+ uses : actions/checkout@v4
1030+
1031+ - name : Set up Python 3.12
1032+ uses : actions/setup-python@v5
1033+ with :
1034+ python-version : " 3.12"
1035+
1036+ - name : Install tox
1037+ run : pip install tox-uv
1038+
1039+ - name : Run tests
1040+ run : tox -c tox-loongsuite.ini -e py312-test-loongsuite-instrumentation-langgraph-oldest -- -ra
1041+
1042+ py312-test-loongsuite-instrumentation-langgraph-latest_ubuntu-latest :
1043+ name : LoongSuite loongsuite-instrumentation-langgraph-latest 3.12 Ubuntu
1044+ runs-on : ubuntu-latest
1045+ timeout-minutes : 30
1046+ steps :
1047+ - name : Checkout repo @ SHA - ${{ github.sha }}
1048+ uses : actions/checkout@v4
1049+
1050+ - name : Set up Python 3.12
1051+ uses : actions/setup-python@v5
1052+ with :
1053+ python-version : " 3.12"
1054+
1055+ - name : Install tox
1056+ run : pip install tox-uv
1057+
1058+ - name : Run tests
1059+ run : tox -c tox-loongsuite.ini -e py312-test-loongsuite-instrumentation-langgraph-latest -- -ra
1060+
1061+ py313-test-loongsuite-instrumentation-langgraph-oldest_ubuntu-latest :
1062+ name : LoongSuite loongsuite-instrumentation-langgraph-oldest 3.13 Ubuntu
1063+ runs-on : ubuntu-latest
1064+ timeout-minutes : 30
1065+ steps :
1066+ - name : Checkout repo @ SHA - ${{ github.sha }}
1067+ uses : actions/checkout@v4
1068+
1069+ - name : Set up Python 3.13
1070+ uses : actions/setup-python@v5
1071+ with :
1072+ python-version : " 3.13"
1073+
1074+ - name : Install tox
1075+ run : pip install tox-uv
1076+
1077+ - name : Run tests
1078+ run : tox -c tox-loongsuite.ini -e py313-test-loongsuite-instrumentation-langgraph-oldest -- -ra
1079+
1080+ py313-test-loongsuite-instrumentation-langgraph-latest_ubuntu-latest :
1081+ name : LoongSuite loongsuite-instrumentation-langgraph-latest 3.13 Ubuntu
1082+ runs-on : ubuntu-latest
1083+ timeout-minutes : 30
1084+ steps :
1085+ - name : Checkout repo @ SHA - ${{ github.sha }}
1086+ uses : actions/checkout@v4
1087+
1088+ - name : Set up Python 3.13
1089+ uses : actions/setup-python@v5
1090+ with :
1091+ python-version : " 3.13"
1092+
1093+ - name : Install tox
1094+ run : pip install tox-uv
1095+
1096+ - name : Run tests
1097+ run : tox -c tox-loongsuite.ini -e py313-test-loongsuite-instrumentation-langgraph-latest -- -ra
1098+
9091099 py310-test-loongsuite-instrumentation-mem0-oldest_ubuntu-latest :
9101100 name : LoongSuite loongsuite-instrumentation-mem0-oldest 3.10 Ubuntu
9111101 runs-on : ubuntu-latest
0 commit comments