You must deploy Foundry-related infrastructure, agent configurations, and guardrail policies consistently across Dev, Test, Acceptance, and Production. Drift between environments caused a production-only outage last quarter. What CI/CD requirement should you specify?
Select an answer to reveal the explanation.
Short Explanation
B prevents environment drift. CI/CD for multi-agent release includes IaC deployments and testing—same templates and versioned agent/guardrail configs promoted through DTAP with gates. Portal click-ops and personal wikis cause snowflake environments. Unreviewed one-off scripts amplify drift. Codify infra and agent config; promote through the pipeline.
Full Explanation
Correct Answer — B
CI/CD requirements for integration and release include infrastructure-as-code deployments and testing. Consistent DTAP promotion from versioned templates and config artifacts with validation gates prevents production-only drift outages.
Why A is wrong: Portal click-ops creates unreproducible snowflake environments.
Why C is wrong: Unreviewed one-off scripts increase drift and audit risk.
Why D is wrong: Personal wikis are not controlled deployment systems.
Exam tip: IaC + pipeline promotion of infra and agent configs across DTAP.