-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Enhance GitHub Actions workflow for multi-platform deployment - Updated artifact naming to include sanitized platform name and added error handling for missing files. - Changed the download artifact step to use a pattern for better flexibility. - Configured Git settings for the action and implemented a rebase strategy before committing version updates. - Added logic to conditionally update the version for the multi platform based on the environment. - Improved push logic with retry mechanism for better reliability. This update streamlines the deployment process and ensures version consistency across platforms. * Refine GitHub Actions workflow conditions for multi-platform deployment - Updated job conditions to improve handling of workflow events, specifically for 'workflow_run' scenarios. - Enhanced failure handling in the CI job by explicitly exiting with an error code. - Adjusted the 'information' job to trigger on additional event types, ensuring better integration with release processes. - Streamlined conditions for the 'publish_addon' job to ensure it only runs when all dependencies succeed. These changes enhance the robustness and reliability of the deployment process. * Enhance GitHub Actions workflow with retry logic and batch processing - Introduced a retry mechanism with exponential backoff for the manifest creation and image inspection steps to improve reliability. - Implemented batch processing for manifest creation to handle digests in smaller groups, reducing the risk of failures during the process. - Added logging for batch processing to provide better visibility into the workflow execution. These changes enhance the robustness of the deployment process, ensuring smoother multi-platform deployments. * Refactor GitHub Actions workflow for multi-platform deployment * Enhance GitHub Actions workflow with additional logging and wait times - Added logging statements to indicate wait periods during manifest creation and image inspection steps. - Introduced consistent wait times (30 seconds after manifest creation, 10 seconds between platform inspections, and 5 seconds before retrying pushes) to improve stability and reliability of the deployment process. These changes aim to provide better visibility into the workflow execution and ensure smoother multi-platform deployments.
- Loading branch information
1 parent
f75cb4c
commit 02f085f
Showing
1 changed file
with
156 additions
and
24 deletions.
There are no files selected for viewing
This file contains 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