[feat] mem0 instrumentation: change to use memory handler #97
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Do not edit this file. | |
| # This file is generated automatically by executing tox -e generate-workflows | |
| name: LoongSuite Test 0 | |
| on: | |
| push: | |
| branches-ignore: | |
| - 'release/*' | |
| - 'otelbot/*' | |
| pull_request: | |
| permissions: | |
| contents: read | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |
| cancel-in-progress: true | |
| env: | |
| # Set the SHA to the branch name if the PR has a label 'prepare-release' or 'backport' otherwise, set it to 'main' | |
| # For PRs you can change the inner fallback ('main') | |
| # For pushes you change the outer fallback ('main') | |
| # The logic below is used during releases and depends on having an equivalent branch name in the core repo. | |
| CORE_REPO_SHA: ${{ github.event_name == 'pull_request' && ( | |
| contains(github.event.pull_request.labels.*.name, 'prepare-release') && github.event.pull_request.head.ref || | |
| contains(github.event.pull_request.labels.*.name, 'backport') && github.event.pull_request.base.ref || | |
| 'main' | |
| ) || 'main' }} | |
| CONTRIB_REPO_SHA: main | |
| PIP_EXISTS_ACTION: w | |
| jobs: | |
| py310-test-loongsuite-instrumentation-agentscope-oldest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-agentscope-oldest 3.10 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.10 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.10" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py310-test-loongsuite-instrumentation-agentscope-oldest -- -ra | |
| py310-test-loongsuite-instrumentation-agentscope-latest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-agentscope-latest 3.10 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.10 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.10" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py310-test-loongsuite-instrumentation-agentscope-latest -- -ra | |
| py311-test-loongsuite-instrumentation-agentscope-oldest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-agentscope-oldest 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py311-test-loongsuite-instrumentation-agentscope-oldest -- -ra | |
| py311-test-loongsuite-instrumentation-agentscope-latest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-agentscope-latest 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py311-test-loongsuite-instrumentation-agentscope-latest -- -ra | |
| py312-test-loongsuite-instrumentation-agentscope-oldest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-agentscope-oldest 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py312-test-loongsuite-instrumentation-agentscope-oldest -- -ra | |
| py312-test-loongsuite-instrumentation-agentscope-latest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-agentscope-latest 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py312-test-loongsuite-instrumentation-agentscope-latest -- -ra | |
| py313-test-loongsuite-instrumentation-agentscope-oldest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-agentscope-oldest 3.13 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.13 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.13" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py313-test-loongsuite-instrumentation-agentscope-oldest -- -ra | |
| py313-test-loongsuite-instrumentation-agentscope-latest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-agentscope-latest 3.13 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.13 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.13" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py313-test-loongsuite-instrumentation-agentscope-latest -- -ra | |
| py39-test-loongsuite-instrumentation-dashscope-oldest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-dashscope-oldest 3.9 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.9 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.9" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py39-test-loongsuite-instrumentation-dashscope-oldest -- -ra | |
| py39-test-loongsuite-instrumentation-dashscope-latest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-dashscope-latest 3.9 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.9 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.9" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py39-test-loongsuite-instrumentation-dashscope-latest -- -ra | |
| py310-test-loongsuite-instrumentation-dashscope-oldest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-dashscope-oldest 3.10 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.10 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.10" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py310-test-loongsuite-instrumentation-dashscope-oldest -- -ra | |
| py310-test-loongsuite-instrumentation-dashscope-latest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-dashscope-latest 3.10 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.10 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.10" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py310-test-loongsuite-instrumentation-dashscope-latest -- -ra | |
| py311-test-loongsuite-instrumentation-dashscope-oldest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-dashscope-oldest 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py311-test-loongsuite-instrumentation-dashscope-oldest -- -ra | |
| py311-test-loongsuite-instrumentation-dashscope-latest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-dashscope-latest 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py311-test-loongsuite-instrumentation-dashscope-latest -- -ra | |
| py312-test-loongsuite-instrumentation-dashscope-oldest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-dashscope-oldest 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py312-test-loongsuite-instrumentation-dashscope-oldest -- -ra | |
| py312-test-loongsuite-instrumentation-dashscope-latest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-dashscope-latest 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py312-test-loongsuite-instrumentation-dashscope-latest -- -ra | |
| py313-test-loongsuite-instrumentation-dashscope-oldest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-dashscope-oldest 3.13 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.13 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.13" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py313-test-loongsuite-instrumentation-dashscope-oldest -- -ra | |
| py313-test-loongsuite-instrumentation-dashscope-latest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-dashscope-latest 3.13 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.13 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.13" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py313-test-loongsuite-instrumentation-dashscope-latest -- -ra | |
| py310-test-loongsuite-instrumentation-mem0-oldest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-mem0-oldest 3.10 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.10 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.10" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py310-test-loongsuite-instrumentation-mem0-oldest -- -ra | |
| py310-test-loongsuite-instrumentation-mem0-latest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-mem0-latest 3.10 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.10 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.10" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py310-test-loongsuite-instrumentation-mem0-latest -- -ra | |
| py311-test-loongsuite-instrumentation-mem0-oldest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-mem0-oldest 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py311-test-loongsuite-instrumentation-mem0-oldest -- -ra | |
| py311-test-loongsuite-instrumentation-mem0-latest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-mem0-latest 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py311-test-loongsuite-instrumentation-mem0-latest -- -ra | |
| py312-test-loongsuite-instrumentation-mem0-oldest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-mem0-oldest 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py312-test-loongsuite-instrumentation-mem0-oldest -- -ra | |
| py312-test-loongsuite-instrumentation-mem0-latest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-mem0-latest 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py312-test-loongsuite-instrumentation-mem0-latest -- -ra | |
| py313-test-loongsuite-instrumentation-mem0-oldest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-mem0-oldest 3.13 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.13 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.13" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py313-test-loongsuite-instrumentation-mem0-oldest -- -ra | |
| py313-test-loongsuite-instrumentation-mem0-latest_ubuntu-latest: | |
| name: LoongSuite loongsuite-instrumentation-mem0-latest 3.13 Ubuntu | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.13 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.13" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -c tox-loongsuite.ini -e py313-test-loongsuite-instrumentation-mem0-latest -- -ra | |