-
Notifications
You must be signed in to change notification settings - Fork 36
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
ci: build docker images automatically #800
Conversation
Signed-off-by: Nischay Ram Mamidi <NischayPro@gmail.com>
Signed-off-by: Nischay Ram Mamidi <NischayPro@gmail.com>
Signed-off-by: Nischay Ram Mamidi <NischayPro@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, and it already works!
Would it be easy to add some data and a few commands, like in this script?
This basically would run the basic toy tutorial.
But this can also become a new issue, after this gets merged.
This looks like a good thing to test. I am assuming we need a Redis server to test the scheduling functionality also? |
No, that is only needed when --as-job is used in the CLI command to get a schedule. Could be a follow-up though |
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
81b3912
to
839ebdc
Compare
Signed-off-by: Nischay Ram Mamidi <NischayPro@gmail.com> fix dummy data generation Signed-off-by: Nischay Ram Mamidi <NischayPro@gmail.com> add docker name Signed-off-by: Nischay Ram Mamidi <NischayPro@gmail.com> fix docker commands Signed-off-by: Nischay Ram Mamidi <NischayPro@gmail.com> add docker container name Signed-off-by: Nischay Ram Mamidi <NischayPro@gmail.com> remove -it Signed-off-by: Nischay Ram Mamidi <NischayPro@gmail.com> run in background mode Signed-off-by: Nischay Ram Mamidi <NischayPro@gmail.com> fix docker exec Signed-off-by: Nischay Ram Mamidi <NischayPro@gmail.com> run docker in background Signed-off-by: Nischay Ram Mamidi <NischayPro@gmail.com> fix db upgrade Signed-off-by: Nischay Ram Mamidi <NischayPro@gmail.com> fix env var Signed-off-by: Nischay Ram Mamidi <NischayPro@gmail.com> export env variable in actions Signed-off-by: Nischay Ram Mamidi <NischayPro@gmail.com>
931c8d0
to
460de5c
Compare
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
…schedule time Signed-off-by: Nicolas Höning <nicolas@seita.nl>
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, great work!
Signed-off-by: Nicolas Höning <nicolas@seita.nl>
Description
This PR introduces a new CI pipeline to automatically build docker images on a new
pull request
orpush
to the main branch.In addition we also start a
postgres
service, perform database upgrade, and seeding toy user data to the database.Related Items
Closes #795