-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: discard update action on notify only
- Loading branch information
1 parent
9b644d2
commit 7eb23e6
Showing
5 changed files
with
144 additions
and
63 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
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
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
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
17 changes: 17 additions & 0 deletions
17
src/test/resources/com/aws/greengrass/deployment/TestDeploymentDocNotify.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"deploymentId": "testDeploymentId", | ||
"configurationArn": "arn:aws:greengrass:us-east-1:12345678910:configuration:thinggroup/group1:1", | ||
"components": { | ||
"component1": { | ||
"rootComponent": true, | ||
"version": "1.0.0" | ||
} | ||
}, | ||
"componentUpdatePolicy": { | ||
"timeout": 60, | ||
"action": "NOTIFY_COMPONENTS" | ||
}, | ||
"configurationValidationPolicy": { | ||
"timeout": 20 | ||
} | ||
} |