|
83 | 83 | - name: Run tests |
84 | 84 | run: tox -e py39-test-instrumentation-openai-v2-latest -- -ra |
85 | 85 |
|
| 86 | + py39-test-instrumentation-openai_agents-v2-oldest: |
| 87 | + name: instrumentation-openai_agents-v2-oldest |
| 88 | + runs-on: ubuntu-latest |
| 89 | + timeout-minutes: 30 |
| 90 | + steps: |
| 91 | + - name: Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }} |
| 92 | + uses: actions/checkout@v4 |
| 93 | + with: |
| 94 | + repository: open-telemetry/opentelemetry-python-contrib |
| 95 | + ref: ${{ env.CONTRIB_REPO_SHA }} |
| 96 | + |
| 97 | + - name: Checkout core repo @ SHA - ${{ env.CORE_REPO_SHA }} |
| 98 | + uses: actions/checkout@v4 |
| 99 | + with: |
| 100 | + repository: open-telemetry/opentelemetry-python |
| 101 | + ref: ${{ env.CORE_REPO_SHA }} |
| 102 | + path: opentelemetry-python |
| 103 | + |
| 104 | + - name: Set up Python 3.9 |
| 105 | + uses: actions/setup-python@v5 |
| 106 | + with: |
| 107 | + python-version: "3.9" |
| 108 | + architecture: "x64" |
| 109 | + |
| 110 | + - name: Install tox |
| 111 | + run: pip install tox-uv |
| 112 | + |
| 113 | + - name: Run tests |
| 114 | + run: tox -e py39-test-instrumentation-openai_agents-v2-oldest -- -ra |
| 115 | + |
| 116 | + py39-test-instrumentation-openai_agents-v2-latest: |
| 117 | + name: instrumentation-openai_agents-v2-latest |
| 118 | + runs-on: ubuntu-latest |
| 119 | + timeout-minutes: 30 |
| 120 | + steps: |
| 121 | + - name: Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }} |
| 122 | + uses: actions/checkout@v4 |
| 123 | + with: |
| 124 | + repository: open-telemetry/opentelemetry-python-contrib |
| 125 | + ref: ${{ env.CONTRIB_REPO_SHA }} |
| 126 | + |
| 127 | + - name: Checkout core repo @ SHA - ${{ env.CORE_REPO_SHA }} |
| 128 | + uses: actions/checkout@v4 |
| 129 | + with: |
| 130 | + repository: open-telemetry/opentelemetry-python |
| 131 | + ref: ${{ env.CORE_REPO_SHA }} |
| 132 | + path: opentelemetry-python |
| 133 | + |
| 134 | + - name: Set up Python 3.9 |
| 135 | + uses: actions/setup-python@v5 |
| 136 | + with: |
| 137 | + python-version: "3.9" |
| 138 | + architecture: "x64" |
| 139 | + |
| 140 | + - name: Install tox |
| 141 | + run: pip install tox-uv |
| 142 | + |
| 143 | + - name: Run tests |
| 144 | + run: tox -e py39-test-instrumentation-openai_agents-v2-latest -- -ra |
| 145 | + |
86 | 146 | py39-test-instrumentation-vertexai-oldest: |
87 | 147 | name: instrumentation-vertexai-oldest |
88 | 148 | runs-on: ubuntu-latest |
|
0 commit comments