-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
bugUnwanted / harmful behaviorUnwanted / harmful behavior
Description
Background
- When we set
force_rebuildtotrue, we would expect that build steps such asAnalyzeTestContainerwould get rebuilt - However, the
AnalyzeTestContainerimplements theis_rebuild_requestedmethod with a simplefalse, it needs to check thebuild_config().force_rebuild config
Line 44 in f9698db
| def is_rebuild_requested(self) -> bool: |
Acceptance Criteria
- Check
build_config().force_rebuild configinis_rebuild_requested
Metadata
Metadata
Assignees
Labels
bugUnwanted / harmful behaviorUnwanted / harmful behavior