ci: remove parallel in publish#604
Conversation
WalkthroughThe PR reformats the publisher pipeline YAML in the Suggested reviewers
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Pull request overview
This PR updates the publisher Concourse pipeline to run the publish steps sequentially instead of inside a single in_parallel block.
Changes:
- Removed the
in_parallelwrapper around heavy, FIPS, AWS light publish, and AWS AMI tagging steps. - Preserved the existing publish/tag step definitions and ordering as standalone plan steps.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@ci/pipelines/publisher.yml`:
- Line 556: The commented line "#! - file:
bosh-stemcells-ci/ci/tasks/light-aws/tag-aws-ami-light.yml" has inconsistent
indentation (two spaces after "#!"); edit that comment to match surrounding
commented entries by removing the extra space so it reads "#! - file:
bosh-stemcells-ci/ci/tasks/light-aws/tag-aws-ami-light.yml" (ensure other
similar comment lines use the same "#! - file:" pattern).
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: e6037ab0-c48c-43cf-ab0d-6ea25814481b
📒 Files selected for processing (1)
ci/pipelines/publisher.yml
No description provided.