Skip to content

engine: don't run empty LiveUpdateInfos thru buildAndDeploy (eliminates log spam when LU-ing only one of multiple images)#2018

Merged
maiamcc merged 1 commit into
masterfrom
maiamcc/multi-img-log-spam
Aug 8, 2019
Merged

engine: don't run empty LiveUpdateInfos thru buildAndDeploy (eliminates log spam when LU-ing only one of multiple images)#2018
maiamcc merged 1 commit into
masterfrom
maiamcc/multi-img-log-spam

Conversation

@maiamcc

@maiamcc maiamcc commented Aug 8, 2019

Copy link
Copy Markdown
Contributor

Previously, LiveUpdating a manifest with two images, changing a file that synced to only one of the images, would get:

-> Updating container(s): abc123
-> Updating container(s):

(the second empty log line being from an empty LiveUpdInfo that we ran thru buildAndDeploy)

this PR fixes the typo in []liveUpdInfos initialization that caused us to run empties thru the deploy process

…es log spam when LU-ing only one of multiple images
@maiamcc
maiamcc requested review from jazzdan and nicks August 8, 2019 19:32
@maiamcc
maiamcc merged commit 06a7227 into master Aug 8, 2019
@maiamcc
maiamcc deleted the maiamcc/multi-img-log-spam branch August 8, 2019 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants