|
25 | 25 | CORE_REPO_SHA: ${{ github.event_name == 'pull_request' && ( |
26 | 26 | contains(github.event.pull_request.labels.*.name, 'prepare-release') && github.event.pull_request.head.ref || |
27 | 27 | contains(github.event.pull_request.labels.*.name, 'backport') && github.event.pull_request.base.ref || |
28 | | - 'main' |
29 | | - ) || 'main' }} |
| 28 | + 'f32b684a1ccd6d5eb658ec0b45bf18928ea430e4' |
| 29 | + ) || 'f32b684a1ccd6d5eb658ec0b45bf18928ea430e4' }} |
30 | 30 | CONTRIB_REPO_SHA: main |
31 | 31 | PIP_EXISTS_ACTION: w |
32 | 32 |
|
@@ -716,44 +716,6 @@ jobs: |
716 | 716 | - name: Run tests |
717 | 717 | run: tox -e py314-test-instrumentation-vertexai-latest -- -ra |
718 | 718 |
|
719 | | - py39-test-instrumentation-google-genai-oldest_ubuntu-latest: |
720 | | - name: instrumentation-google-genai-oldest 3.9 Ubuntu |
721 | | - runs-on: ubuntu-latest |
722 | | - timeout-minutes: 30 |
723 | | - steps: |
724 | | - - name: Checkout repo @ SHA - ${{ github.sha }} |
725 | | - uses: actions/checkout@v4 |
726 | | - |
727 | | - - name: Set up Python 3.9 |
728 | | - uses: actions/setup-python@v5 |
729 | | - with: |
730 | | - python-version: "3.9" |
731 | | - |
732 | | - - name: Install tox |
733 | | - run: pip install tox-uv |
734 | | - |
735 | | - - name: Run tests |
736 | | - run: tox -e py39-test-instrumentation-google-genai-oldest -- -ra |
737 | | - |
738 | | - py39-test-instrumentation-google-genai-latest_ubuntu-latest: |
739 | | - name: instrumentation-google-genai-latest 3.9 Ubuntu |
740 | | - runs-on: ubuntu-latest |
741 | | - timeout-minutes: 30 |
742 | | - steps: |
743 | | - - name: Checkout repo @ SHA - ${{ github.sha }} |
744 | | - uses: actions/checkout@v4 |
745 | | - |
746 | | - - name: Set up Python 3.9 |
747 | | - uses: actions/setup-python@v5 |
748 | | - with: |
749 | | - python-version: "3.9" |
750 | | - |
751 | | - - name: Install tox |
752 | | - run: pip install tox-uv |
753 | | - |
754 | | - - name: Run tests |
755 | | - run: tox -e py39-test-instrumentation-google-genai-latest -- -ra |
756 | | - |
757 | 719 | py310-test-instrumentation-google-genai-oldest_ubuntu-latest: |
758 | 720 | name: instrumentation-google-genai-oldest 3.10 Ubuntu |
759 | 721 | runs-on: ubuntu-latest |
@@ -4781,3 +4743,41 @@ jobs: |
4781 | 4743 |
|
4782 | 4744 | - name: Run tests |
4783 | 4745 | run: tox -e py314-test-instrumentation-fastapi -- -ra |
| 4746 | + |
| 4747 | + pypy3-test-instrumentation-fastapi_ubuntu-latest: |
| 4748 | + name: instrumentation-fastapi pypy-3.9 Ubuntu |
| 4749 | + runs-on: ubuntu-latest |
| 4750 | + timeout-minutes: 30 |
| 4751 | + steps: |
| 4752 | + - name: Checkout repo @ SHA - ${{ github.sha }} |
| 4753 | + uses: actions/checkout@v4 |
| 4754 | + |
| 4755 | + - name: Set up Python pypy-3.9 |
| 4756 | + uses: actions/setup-python@v5 |
| 4757 | + with: |
| 4758 | + python-version: "pypy-3.9" |
| 4759 | + |
| 4760 | + - name: Install tox |
| 4761 | + run: pip install tox-uv |
| 4762 | + |
| 4763 | + - name: Run tests |
| 4764 | + run: tox -e pypy3-test-instrumentation-fastapi -- -ra |
| 4765 | + |
| 4766 | + py39-test-instrumentation-flask-0_ubuntu-latest: |
| 4767 | + name: instrumentation-flask-0 3.9 Ubuntu |
| 4768 | + runs-on: ubuntu-latest |
| 4769 | + timeout-minutes: 30 |
| 4770 | + steps: |
| 4771 | + - name: Checkout repo @ SHA - ${{ github.sha }} |
| 4772 | + uses: actions/checkout@v4 |
| 4773 | + |
| 4774 | + - name: Set up Python 3.9 |
| 4775 | + uses: actions/setup-python@v5 |
| 4776 | + with: |
| 4777 | + python-version: "3.9" |
| 4778 | + |
| 4779 | + - name: Install tox |
| 4780 | + run: pip install tox-uv |
| 4781 | + |
| 4782 | + - name: Run tests |
| 4783 | + run: tox -e py39-test-instrumentation-flask-0 -- -ra |
0 commit comments