@@ -526,6 +526,196 @@ jobs:
526526 - name : Run tests
527527 run : tox -c tox-loongsuite.ini -e py313-test-loongsuite-instrumentation-claude-agent-sdk-latest -- -ra
528528
529+ py39-test-loongsuite-instrumentation-google-adk-oldest_ubuntu-latest :
530+ name : LoongSuite loongsuite-instrumentation-google-adk-oldest 3.9 Ubuntu
531+ runs-on : ubuntu-latest
532+ timeout-minutes : 30
533+ steps :
534+ - name : Checkout repo @ SHA - ${{ github.sha }}
535+ uses : actions/checkout@v4
536+
537+ - name : Set up Python 3.9
538+ uses : actions/setup-python@v5
539+ with :
540+ python-version : " 3.9"
541+
542+ - name : Install tox
543+ run : pip install tox-uv
544+
545+ - name : Run tests
546+ run : tox -c tox-loongsuite.ini -e py39-test-loongsuite-instrumentation-google-adk-oldest -- -ra
547+
548+ py39-test-loongsuite-instrumentation-google-adk-latest_ubuntu-latest :
549+ name : LoongSuite loongsuite-instrumentation-google-adk-latest 3.9 Ubuntu
550+ runs-on : ubuntu-latest
551+ timeout-minutes : 30
552+ steps :
553+ - name : Checkout repo @ SHA - ${{ github.sha }}
554+ uses : actions/checkout@v4
555+
556+ - name : Set up Python 3.9
557+ uses : actions/setup-python@v5
558+ with :
559+ python-version : " 3.9"
560+
561+ - name : Install tox
562+ run : pip install tox-uv
563+
564+ - name : Run tests
565+ run : tox -c tox-loongsuite.ini -e py39-test-loongsuite-instrumentation-google-adk-latest -- -ra
566+
567+ py310-test-loongsuite-instrumentation-google-adk-oldest_ubuntu-latest :
568+ name : LoongSuite loongsuite-instrumentation-google-adk-oldest 3.10 Ubuntu
569+ runs-on : ubuntu-latest
570+ timeout-minutes : 30
571+ steps :
572+ - name : Checkout repo @ SHA - ${{ github.sha }}
573+ uses : actions/checkout@v4
574+
575+ - name : Set up Python 3.10
576+ uses : actions/setup-python@v5
577+ with :
578+ python-version : " 3.10"
579+
580+ - name : Install tox
581+ run : pip install tox-uv
582+
583+ - name : Run tests
584+ run : tox -c tox-loongsuite.ini -e py310-test-loongsuite-instrumentation-google-adk-oldest -- -ra
585+
586+ py310-test-loongsuite-instrumentation-google-adk-latest_ubuntu-latest :
587+ name : LoongSuite loongsuite-instrumentation-google-adk-latest 3.10 Ubuntu
588+ runs-on : ubuntu-latest
589+ timeout-minutes : 30
590+ steps :
591+ - name : Checkout repo @ SHA - ${{ github.sha }}
592+ uses : actions/checkout@v4
593+
594+ - name : Set up Python 3.10
595+ uses : actions/setup-python@v5
596+ with :
597+ python-version : " 3.10"
598+
599+ - name : Install tox
600+ run : pip install tox-uv
601+
602+ - name : Run tests
603+ run : tox -c tox-loongsuite.ini -e py310-test-loongsuite-instrumentation-google-adk-latest -- -ra
604+
605+ py311-test-loongsuite-instrumentation-google-adk-oldest_ubuntu-latest :
606+ name : LoongSuite loongsuite-instrumentation-google-adk-oldest 3.11 Ubuntu
607+ runs-on : ubuntu-latest
608+ timeout-minutes : 30
609+ steps :
610+ - name : Checkout repo @ SHA - ${{ github.sha }}
611+ uses : actions/checkout@v4
612+
613+ - name : Set up Python 3.11
614+ uses : actions/setup-python@v5
615+ with :
616+ python-version : " 3.11"
617+
618+ - name : Install tox
619+ run : pip install tox-uv
620+
621+ - name : Run tests
622+ run : tox -c tox-loongsuite.ini -e py311-test-loongsuite-instrumentation-google-adk-oldest -- -ra
623+
624+ py311-test-loongsuite-instrumentation-google-adk-latest_ubuntu-latest :
625+ name : LoongSuite loongsuite-instrumentation-google-adk-latest 3.11 Ubuntu
626+ runs-on : ubuntu-latest
627+ timeout-minutes : 30
628+ steps :
629+ - name : Checkout repo @ SHA - ${{ github.sha }}
630+ uses : actions/checkout@v4
631+
632+ - name : Set up Python 3.11
633+ uses : actions/setup-python@v5
634+ with :
635+ python-version : " 3.11"
636+
637+ - name : Install tox
638+ run : pip install tox-uv
639+
640+ - name : Run tests
641+ run : tox -c tox-loongsuite.ini -e py311-test-loongsuite-instrumentation-google-adk-latest -- -ra
642+
643+ py312-test-loongsuite-instrumentation-google-adk-oldest_ubuntu-latest :
644+ name : LoongSuite loongsuite-instrumentation-google-adk-oldest 3.12 Ubuntu
645+ runs-on : ubuntu-latest
646+ timeout-minutes : 30
647+ steps :
648+ - name : Checkout repo @ SHA - ${{ github.sha }}
649+ uses : actions/checkout@v4
650+
651+ - name : Set up Python 3.12
652+ uses : actions/setup-python@v5
653+ with :
654+ python-version : " 3.12"
655+
656+ - name : Install tox
657+ run : pip install tox-uv
658+
659+ - name : Run tests
660+ run : tox -c tox-loongsuite.ini -e py312-test-loongsuite-instrumentation-google-adk-oldest -- -ra
661+
662+ py312-test-loongsuite-instrumentation-google-adk-latest_ubuntu-latest :
663+ name : LoongSuite loongsuite-instrumentation-google-adk-latest 3.12 Ubuntu
664+ runs-on : ubuntu-latest
665+ timeout-minutes : 30
666+ steps :
667+ - name : Checkout repo @ SHA - ${{ github.sha }}
668+ uses : actions/checkout@v4
669+
670+ - name : Set up Python 3.12
671+ uses : actions/setup-python@v5
672+ with :
673+ python-version : " 3.12"
674+
675+ - name : Install tox
676+ run : pip install tox-uv
677+
678+ - name : Run tests
679+ run : tox -c tox-loongsuite.ini -e py312-test-loongsuite-instrumentation-google-adk-latest -- -ra
680+
681+ py313-test-loongsuite-instrumentation-google-adk-oldest_ubuntu-latest :
682+ name : LoongSuite loongsuite-instrumentation-google-adk-oldest 3.13 Ubuntu
683+ runs-on : ubuntu-latest
684+ timeout-minutes : 30
685+ steps :
686+ - name : Checkout repo @ SHA - ${{ github.sha }}
687+ uses : actions/checkout@v4
688+
689+ - name : Set up Python 3.13
690+ uses : actions/setup-python@v5
691+ with :
692+ python-version : " 3.13"
693+
694+ - name : Install tox
695+ run : pip install tox-uv
696+
697+ - name : Run tests
698+ run : tox -c tox-loongsuite.ini -e py313-test-loongsuite-instrumentation-google-adk-oldest -- -ra
699+
700+ py313-test-loongsuite-instrumentation-google-adk-latest_ubuntu-latest :
701+ name : LoongSuite loongsuite-instrumentation-google-adk-latest 3.13 Ubuntu
702+ runs-on : ubuntu-latest
703+ timeout-minutes : 30
704+ steps :
705+ - name : Checkout repo @ SHA - ${{ github.sha }}
706+ uses : actions/checkout@v4
707+
708+ - name : Set up Python 3.13
709+ uses : actions/setup-python@v5
710+ with :
711+ python-version : " 3.13"
712+
713+ - name : Install tox
714+ run : pip install tox-uv
715+
716+ - name : Run tests
717+ run : tox -c tox-loongsuite.ini -e py313-test-loongsuite-instrumentation-google-adk-latest -- -ra
718+
529719 py310-test-loongsuite-instrumentation-mem0-oldest_ubuntu-latest :
530720 name : LoongSuite loongsuite-instrumentation-mem0-oldest 3.10 Ubuntu
531721 runs-on : ubuntu-latest
0 commit comments