Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: wait for all pods ready post-deploy #4091

Merged
merged 1 commit into from
Mar 22, 2024

Commits on Mar 22, 2024

  1. ci: wait for all pods ready post-deploy

    Slightly smarter CI logic, which will block until all pods are marked
    Ready post-deployment. Due to an oversight, the "part-of" label wasn't
    applied to the fullnode pods, so the deploy script exited after the
    validators were running, but before the fullnodes were finished setting
    up. That was fine, until #3336, which tacked on a subsequent deploy step
    that assumes the RPC is ready to rock.
    
    Also updates the statefulsets to deploy the child pods in parallel,
    rather than serially, which shaves a few minutes off setup/teardown.
    Only really affects preview env, which has frequent deploy churn.
    conorsch committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8b6aac6 View commit details
    Browse the repository at this point in the history