zpoint

Results 67 comments of zpoint

The GCP failure is due to change of function signature in the #5351 Its not related

The two Kubernetes failures - [test_kubernetes_context_failover -- master](https://buildkite.com/skypilot-1/smoke-tests/builds/842) and [test_cancel_launch_and_exec_async -- master](https://buildkite.com/skypilot-1/smoke-tests/builds/841) - also fail on master. This isn't related to the current PR. I'll create an issue for these...

> Can we also add a `workflow_path` to the release action so we can manually trigger it? I don't think this would be reasonable. All checks are done in `release-build.yml`,...

I need to manually install a specific version of [pyopenssl](https://github.com/skypilot-org/skypilot/blob/master/tests/smoke_tests/docker/Dockerfile_test#L127) on the Buildkite Docker image to avoid this issue.

The release pipeline also installs [omegaconf](https://github.com/skypilot-org/skypilot/blob/master/.github/workflows/release-build.yml#L120). We need to remove it in this PR for consistency. Thanks.