-
Notifications
You must be signed in to change notification settings - Fork 260
Add new integration tests for newly added one off task #594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 29 commits
3202f19
c8a36e1
b92d314
d833b92
98f6d60
57829c7
b586061
5c3d9db
b886b56
774a9bb
038fdd1
f017483
b2e6e58
ef56b9c
4247e8f
91e9ed2
a63b1ef
5097930
23d4244
a84b8c8
b5db699
3d45493
87b02dc
cb5f1e8
777e820
2b2e22b
d3be320
58c566a
071cc21
2d78ba5
61116d5
e6db5fa
cf87c53
ffc13d1
b405799
69c279d
4cc8fdc
767cfb3
9d2ad13
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
|
||
shesaave marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"containerDefinitions": [ | ||
{ | ||
"memory": 32, | ||
"essential": true, | ||
"entryPoint": ["ping"], | ||
"name": "alpine_ping", | ||
"readonlyRootFilesystem": true, | ||
"image": "alpine:3.4", | ||
"command": [ | ||
"-c", | ||
"4", | ||
"example.com" | ||
], | ||
"cpu": 16 | ||
} | ||
], | ||
"memory": "512", | ||
"family": "github-actions-deploy-task-def-integ-tests", | ||
"requiresCompatibilities": [ | ||
"FARGATE" | ||
], | ||
"networkMode": "awsvpc", | ||
"cpu": "256" | ||
|
||
shesaave marked this conversation as resolved.
Show resolved
Hide resolved
|
||
} |
Uh oh!
There was an error while loading. Please reload this page.