Skip to content

CI: run ssh and up_and_down specs serially - #693

Draft
neddp wants to merge 1 commit into
mainfrom
serialize-heavy-bbl-up-specs
Draft

CI: run ssh and up_and_down specs serially#693
neddp wants to merge 1 commit into
mainfrom
serialize-heavy-bbl-up-specs

Conversation

@neddp

@neddp neddp commented Sep 9, 2026

Copy link
Copy Markdown
Member

Both specs perform a full 'bbl up' (terraform apply + bosh create-env for jumpbox and director). Under ginkgo -p they ran concurrently, causing two director bootstraps to race on the same worker and GCP project. Potentially fixes the flaky director reachability, which causes the job to fail.

Marking both containers Serial ensures they run one at a time on process 1, never overlapping each other or other specs, while lighter specs still run in parallel.

Both specs perform a full 'bbl up' (terraform apply + bosh create-env for
jumpbox and director). Under ginkgo -p they ran concurrently, causing two
director bootstraps to race on the same worker and GCP project. This drove
recurring flakiness: EOF on the director agent mbus endpoint from resource
contention, and 'tar: No such file' errors from a shared ~/.bosh/downloads
cache.

Marking both containers Serial ensures they run one at a time on process 1,
never overlapping each other or other specs, while lighter specs still run
in parallel.
@coderabbitai

coderabbitai Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Important

Draft PR not reviewed

Draft PRs are not automatically reviewed by default.

  • Trigger a manual review

To automatically review draft PRs, update your CodeRabbit configuration:

reviews:
  auto_review:
    drafts: true

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

1 participant