Skip to content

[feat] mem0 instrumentation: change to use memory handler (#89) #98

[feat] mem0 instrumentation: change to use memory handler (#89)

[feat] mem0 instrumentation: change to use memory handler (#89) #98

# Do not edit this file.
# This file is generated automatically by executing tox -e generate-workflows
name: LoongSuite Lint 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:
lint-loongsuite-instrumentation-agentscope:
name: LoongSuite loongsuite-instrumentation-agentscope
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 lint-loongsuite-instrumentation-agentscope
lint-loongsuite-instrumentation-dashscope:
name: LoongSuite loongsuite-instrumentation-dashscope
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 lint-loongsuite-instrumentation-dashscope
lint-loongsuite-instrumentation-mem0:
name: LoongSuite loongsuite-instrumentation-mem0
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 lint-loongsuite-instrumentation-mem0