File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
integration-tests/tracecontext/docker Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 name : Benchmark SDK
1616 runs-on : oracle-bare-metal-64cpu-512gb-x86-64
1717 container :
18- image : ubuntu:24.04@sha256:728785b59223d755e3e5c5af178fab1be7031f3522c5ccd7a0b32b80d8248123
18+ image : ubuntu:24.04@sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252
1919 timeout-minutes : 20 # since there is only a single bare metal runner across all repos
2020 steps :
2121 - name : Install Git
Original file line number Diff line number Diff line change 1- FROM python:3.13.7 @sha256:0c745292b7b34dcdd6050527907d78c39363dc45ad6afc6d107c454b93cebca1 AS build
1+ FROM python:3.14.0 @sha256:049247cbb7ce998685d780c9d5325781a7429bc6693bbfab86bcb8e36e7a059e AS build
22
33# Main branch SHA as of April-1-2021
44ARG TRACECONTEXT_GIT_TAG="dcd3ad9b7d6ac36f70ff3739874b73c11b0302a1"
@@ -11,7 +11,7 @@ RUN unzip trace-context.zip
1111RUN rm trace-context.zip
1212RUN mv trace-context-${TRACECONTEXT_GIT_TAG}/test /tracecontext-testsuite
1313
14- FROM python:3.13.7 -slim@sha256:5f55cdf0c5d9dc1a415637a5ccc4a9e18663ad203673173b8cda8f8dcacef689
14+ FROM python:3.14.0 -slim@sha256:5cfac249393fa6c7ebacaf0027a1e127026745e603908b226baa784c52b9d99b
1515
1616RUN pip install aiohttp
1717
You can’t perform that action at this time.
0 commit comments