-
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
Merged
Merged
Changes from 36 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
3202f19
update tasks only feature
shesaave c8a36e1
merge with remote
shesaave b92d314
new integration tests
shesaave d833b92
new integration tests with env variables defined
shesaave 98f6d60
updated inputs
shesaave 57829c7
updated cluster inputs
shesaave b586061
updated region
shesaave 5c3d9db
Update test-workflow.yml
shesaave b886b56
updated subnet values
shesaave 774a9bb
updated subnet values
shesaave 038fdd1
updated values to link to my subnets, repo, cluster, and my service
shesaave f017483
update security group
shesaave b2e6e58
modified workflow to add public IP and task definition with proper in…
shesaave ef56b9c
new task def file and yaml file changes
shesaave 4247e8f
updated task def run task file with different container information
shesaave 91e9ed2
updated task def run task file with new cpu
shesaave a63b1ef
new changes for integ tests with deploy task def credentials
shesaave 5097930
updating task definition
shesaave 23d4244
updating env variables to inputs
shesaave a84b8c8
updated region
shesaave b5db699
updated env to both workflow files
shesaave 3d45493
removing env block
shesaave 87b02dc
removing old commit and using commit from offical deploy repo
shesaave cb5f1e8
new echo integ test run no.
shesaave 777e820
update original task definition
shesaave 2b2e22b
remove public IP input
shesaave d3be320
keep only basic run task inputs
shesaave 58c566a
original inputs and different security group
shesaave 071cc21
final changes
shesaave 2d78ba5
made changes from comments
shesaave 61116d5
Delete .idea/.gitignore
shesaave e6db5fa
Delete .idea/vcs.xml
shesaave cf87c53
Delete .idea/amazon-ecs-deploy-task-definition.iml
shesaave ffc13d1
Delete .idea/inspectionProfiles/Project_Default.xml
shesaave b405799
Delete .idea/misc.xml
shesaave 69c279d
Delete .idea/modules.xml
shesaave 4cc8fdc
clearer description name of each test
shesaave 767cfb3
clearer description name of each test
shesaave 9d2ad13
Merge branch 'integ-tests' into integ-tests
shesaave File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,25 @@ | ||
{ | ||
"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" | ||
} |
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.