Some codex integration tests support a running against a remote executor. This means that when CODEX TEST REMOTE ENV environment variable is set they will attempt to start an executor process in a docker container CODEX TEST REMOTE ENV points to and use it in tests. Docker container is built and initialized via ./scripts/test-remote-env.sh Currently running remote tests is only supported on Linux, so you need to use a devbox to run them You can list devboxes via , pick the one with in the name. Connect to devbox via . Reuse the same checkout of codex in . Reset files if needed. Multiple check…