-
Notifications
You must be signed in to change notification settings - Fork 41
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
[WIP] Implement Github Actions CI/CD Pipeline #465
Open
maheshkasabe
wants to merge
20
commits into
Murali-group:master
Choose a base branch
from
maheshkasabe:actions-pipeline
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Signed-off-by: Mahesh <[email protected]>
Signed-off-by: Mahesh <[email protected]>
Signed-off-by: Mahesh <[email protected]>
cc9c3f6
to
159dd03
Compare
Signed-off-by: Mahesh <[email protected]>
159dd03
to
efee21f
Compare
Signed-off-by: Mahesh <[email protected]>
Signed-off-by: Mahesh <[email protected]>
Signed-off-by: Mahesh <[email protected]>
Signed-off-by: Mahesh <[email protected]>
Signed-off-by: Mahesh <[email protected]>
8547d84
to
acf602b
Compare
d13c929
to
9b3a698
Compare
Signed-off-by: Mahesh <[email protected]>
9b3a698
to
95d2d23
Compare
Signed-off-by: Mahesh <[email protected]>
Signed-off-by: Mahesh <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Purpose
This project aims to stabilize the project and its code repository as there are multiple dependencies so, this will also help in reducing problems and blockers while setting up this project locally and also setting up the pipeline and checks for the PR to be merged into the master.
Abstract
Graphspace dependency issues
Resolve blockers and issues while setting up GraphSpace locally and running this project for eg. upgrading versions of some libraries, resolving requirements.txt file by adding all remaining libraries, installation issues, etc.
Create a Dockerfile
Creating a docker file for this project which provides a suitable environment for running this project with all required dependencies. Create a docker-compose file that helps us to run this project in Github action workflows and create this image and also helps us to run this locally with minimal setup.
Setup GitHub Actions
Set up the workflow for the GitHub actions which will provide a suitable environment for running this project and no PR can be merged without the jobs and checks being successful in the workflow. On every pull request and for every commit in the PR, the GitHub actions should trigger all the workflows and jobs written for this project.
Support Added
Run Graphspace Locally with Postgres & Elasticsearch using the docker-compose file
Added a Deploy workflow to succesfully deploy the Docker image to AWS ECR Instance
Other Workflows
1) Deploy Image to Dockerhub as soon as something gets merged to master branch
2) Issue Labeler: labels issue as soon as somebody creates an issue (labels issue with the issue description)
3) Pull_Request Labeler: Labels PR with the no of lines and branch name head
4) Adds Reviewer as soon as somebody creates a Pull Request on the repository
5) Trivy Scanner to scan docker image and print out the results