Retention Strategy & VM Cleanup#18
Merged
Merged
Conversation
* feat: implement VM provisioning and management for Parallels DevOps integration * feat: add VM start functionality and improve node reconciliation logic * feat: enhance VM lifecycle management by deleting VMs after build completion and improving node reconciliation logic * feat: implement VM provisioning from catalog and enhance existing provisioning logic * feat: enhance VM provisioning with SSH credentials and IP validation * feat: add manual testing guides for VM provisioning and node reconciliation * feat: update environment variable handling to use envKey and envValue for consistency * feat: update VM readiness tests to handle valid IP scenarios and adjust request counts * feat: implement SSH-based VM agent launcher with configurable retry logic
# Conflicts: # src/main/java/com/parallels/jenkins/AgentTemplate.java # src/main/java/com/parallels/jenkins/PrlDevopsAgent.java # src/main/java/com/parallels/jenkins/PrlDevopsCloud.java # src/main/java/com/parallels/jenkins/PrlDevopsComputer.java # src/main/java/com/parallels/jenkins/PrlDevopsRetentionStrategy.java # src/main/resources/com/parallels/jenkins/AgentTemplate/config.jelly
…sComputerLauncher
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.
Retention Strategy & VM Cleanup
SSH Agent Launcher
closes [PBI] Implement SSH Agent Launcher (
ComputerLauncher) prl-devops-service#465closes [PBI] Implement Retention Strategy & VM Cleanup prl-devops-service#466