Skip to content

Commit 26a2643

Browse files
committed
FIX: Wait for container network
1 parent d93c85c commit 26a2643

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ jobs:
261261
native_darwin_amd64:
262262
needs:
263263
- build
264-
- windows_test
265264
runs-on: macos-15-intel
266265
if: github.ref_type == 'tag' || github.event_name == 'pull_request'
267266
permissions:

rpa-worker-e2e-tests/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ tasks.register("installCamunda") {
149149

150150
wrapProcess("k3s kubectl apply -f rpa-worker-e2e-tests/camunda_${System.getenv("CAMUNDA_VERSION")}.helmrelease.yaml".execute())
151151

152+
waitForWithTimeout("ip -brief a show dev cni0", Duration.ofMinutes(1), "Container network did not show up")
152153
String hostIp = wrapProcessForResult("ip -brief a show dev cni0".execute()).with {
153154
return it.split("\\s+")[2].split("/")[0]
154155
}

0 commit comments

Comments
 (0)