-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(sdl): for each spec expect full groups and manifest
- Loading branch information
1 parent
03af646
commit 0211266
Showing
5 changed files
with
248 additions
and
73 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
[ | ||
{ | ||
"name": "dcloud", | ||
"resources": [ | ||
{ | ||
"resource": { | ||
"endpoints": [ | ||
{ | ||
"sequence_number": 0 | ||
} | ||
], | ||
"cpu": { | ||
"units": { | ||
"val": { | ||
"0": 53, | ||
"1": 48, | ||
"2": 48 | ||
} | ||
} | ||
}, | ||
"memory": { | ||
"quantity": { | ||
"val": { | ||
"0": 53, | ||
"1": 51, | ||
"2": 54, | ||
"3": 56, | ||
"4": 55, | ||
"5": 48, | ||
"6": 57, | ||
"7": 49, | ||
"8": 50 | ||
} | ||
} | ||
}, | ||
"storage": [ | ||
{ | ||
"name": "default", | ||
"quantity": { | ||
"val": { | ||
"0": 53, | ||
"1": 51, | ||
"2": 54, | ||
"3": 56, | ||
"4": 55, | ||
"5": 48, | ||
"6": 57, | ||
"7": 49, | ||
"8": 50 | ||
} | ||
} | ||
} | ||
], | ||
"gpu": { | ||
"units": { | ||
"val": { | ||
"0": 48 | ||
} | ||
} | ||
}, | ||
"id": 1 | ||
}, | ||
"price": { | ||
"denom": "uakt", | ||
"amount": "1000" | ||
}, | ||
"count": 1 | ||
} | ||
], | ||
"requirements": { | ||
"attributes": [], | ||
"signedBy": { | ||
"allOf": [], | ||
"anyOf": [] | ||
} | ||
} | ||
} | ||
] |
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,68 @@ | ||
[ | ||
{ | ||
"name": "dcloud", | ||
"services": [ | ||
{ | ||
"name": "web", | ||
"image": "akashlytics/hello-akash-world:0.2.0", | ||
"command": null, | ||
"args": null, | ||
"env": null, | ||
"resources": { | ||
"id": 1, | ||
"cpu": { | ||
"units": { | ||
"val": "500" | ||
} | ||
}, | ||
"memory": { | ||
"size": { | ||
"val": 536870912 | ||
} | ||
}, | ||
"storage": [ | ||
{ | ||
"name": "default", | ||
"size": { | ||
"val": 536870912 | ||
} | ||
} | ||
], | ||
"endpoints": [ | ||
{ | ||
"sequence_number": 0 | ||
} | ||
], | ||
"gpu": { | ||
"units": { | ||
"val": 0 | ||
} | ||
} | ||
}, | ||
"count": 1, | ||
"expose": [ | ||
{ | ||
"port": 3000, | ||
"externalPort": 80, | ||
"proto": "TCP", | ||
"service": "", | ||
"global": true, | ||
"hosts": null, | ||
"httpOptions": { | ||
"maxBodySize": 1048576, | ||
"readTimeout": 60000, | ||
"sendTimeout": 60000, | ||
"nextTries": 3, | ||
"nextTimeout": 0, | ||
"nextCases": ["error", "timeout"] | ||
}, | ||
"ip": "", | ||
"endpointSequenceNumber": 0 | ||
} | ||
], | ||
"params": null, | ||
"credentials": null | ||
} | ||
] | ||
} | ||
] |
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
Oops, something went wrong.