Skip to content

Commit ab93ebb

Browse files
committed
workflows: add ubuntu-latest to beam_PreCommit_Python_Coverage
1 parent a078c97 commit ab93ebb

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/beam_PreCommit_Python_Coverage.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ jobs:
7171
# self-hosted runners due to Docker-in-Docker environment constraint.
7272
# These tests will only execute on ubuntu-latest (GitHub-hosted).
7373
# Context: https://github.com/apache/beam/pull/35585
74-
# Temporary removed the ubuntu-latest env till resolving deps issues.
75-
os: [[self-hosted, ubuntu-20.04, highmem]]
74+
os: [[self-hosted, ubuntu-20.04, highmem], [ubuntu-latest]]
7675
timeout-minutes: 180
7776
if: |
7877
github.event_name == 'push' ||
@@ -112,7 +111,7 @@ jobs:
112111
TESTCONTAINERS_HOST_OVERRIDE: ${{ contains(matrix.os, 'self-hosted') && env.DIND_IP || '' }}
113112
TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE: "/var/run/docker.sock"
114113
TESTCONTAINERS_RYUK_DISABLED: "false"
115-
TESTCONTAINERS_RYUK_CONTAINER_PRIVILEGED: "true"
114+
TESTCONTAINERS_RYUK_CONTAINER_PRIVILEGED: "true"
116115
PYTEST_ADDOPTS: "-v --tb=short --maxfail=3 --durations=20 --reruns=2 --reruns-delay=5"
117116
TC_TIMEOUT: "120"
118117
TC_MAX_TRIES: "120"

0 commit comments

Comments
 (0)