Revert "fix(ci): kill dagger via timeout when it hangs in gRPC teardown"
This reverts commit 7e155f5785.
This commit is contained in:
+1
-4
@@ -273,10 +273,7 @@ tasks:
|
||||
RC=0
|
||||
OTEL_EXPORTER_OTLP_ENDPOINT="http://127.0.0.1:$PORT" \
|
||||
OTEL_EXPORTER_OTLP_PROTOCOL="http/protobuf" \
|
||||
timeout --signal=TERM --kill-after=30 900 \
|
||||
dagger call --progress=plain -q -m ci --source=. check || RC=$?
|
||||
# RC=124: timeout fired — dagger hung in gRPC teardown after tests passed
|
||||
[ "$RC" -eq 124 ] && RC=0
|
||||
dagger call --progress=plain -q -m ci --source=. check || RC=$?
|
||||
exit $RC
|
||||
|
||||
integration-android:
|
||||
|
||||
Reference in New Issue
Block a user