You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: submit executor as Iris job so child jobs inherit S3 env vars
The marin-on-iris integration test was running executor_main in-process
on the CI runner. Child Zephyr jobs on remote pods had no S3 credentials
because Iris env propagation only works parent→child, and there was no
parent Iris job. Submit the whole executor as an Iris job with S3 env
vars so Zephyr coordinator/workers inherit them automatically.
Also enable live log output (-s --log-cli-level=INFO) for the local
iris integration test workflow.
0 commit comments