[patch] Fix IoT FVT launch dependency to allow independent execution in pre-9.2#2219
Merged
[patch] Fix IoT FVT launch dependency to allow independent execution in pre-9.2#2219
Conversation
…in pre-9.2 Split launchfvt-iot into two separate tasks to fix dependency issue where IoT FVT was blocked by Monitor installation even when Monitor wasn't needed. Changes: - Split launchfvt-iot into two tasks: * launchfvt-iot: For pre-9.2 (after-iot), runs independently after waitfor-iot * launchfvt-iot-after-monitor: For 9.2+ (before-iot), runs after waitfor-iot-after-monitor - Updated approval-iot-after-monitor to reference launchfvt-iot-after-monitor for clearer and more consistent dependency chain This matches the existing pattern used for Monitor tasks (launchfvt-monitor and launchfvt-monitor-before-iot) and allows IoT FVT to run early in 8.10 installations without waiting for Monitor to complete.
…pipeline hangs - approval-iot: Remove launchfvt_iot condition, change runAfter to waitfor-iot - approval-iot-after-monitor: Remove launchfvt_iot condition, change runAfter to waitfor-iot-after-monitor - approval-monitor: Remove launchfvt_monitor condition, change runAfter to waitfor-monitor - approval-monitor-before-iot: Remove launchfvt_monitor condition (runAfter already correct) These approval tasks now run based solely on sync_with_install parameter, preventing install pipeline hangs when FVT is disabled (launchfvt_*=false)
IanBoden
approved these changes
Apr 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Split launchfvt-iot into two separate tasks to fix dependency issue where IoT FVT was blocked by Monitor installation even when Monitor wasn't needed.
Changes:
This matches the existing pattern used for Monitor tasks (launchfvt-monitor and launchfvt-monitor-before-iot) and allows IoT FVT to run early in 8.10 installations without waiting for Monitor to complete.