pythonindia / junction

Junction is a software to manage proposals, reviews, schedule, feedback during conference.
MIT License
192 stars 185 forks source link

Create new or fix the current CI pipeline #751

Open inovizz opened 1 year ago

inovizz commented 1 year ago

Junction Upgrade for Python 3.10 and Django 3.2 is being tested on this branch and would eventually get merged into the master branch.

So in the existing setup(master branch), circle-ci is used for CI but I think it's broken. So we need to fix CI either using the circle CI or we can move to Gitub action.

Since we are going to put effort into fixing CI and in the meantime Junction repo is also getting containerized(#749), so we should develop CI pipeline thinking docker in mind.

To seek clarity on requirements, please ask questions here.

anuj0456 commented 1 year ago

i can look into this.

inovizz commented 1 year ago

Sure @anuj0456, can you look at the source branch here and start with it?

ananyo2012 commented 1 year ago

Let's use GitHub Actions for CI

indiVar0508 commented 1 year ago

I can try this

indiVar0508 commented 1 year ago

I have raised a PR in #775 , ig the actions to run in this project requires one round of review i tested in my fork of this project ref: https://github.com/indiVar0508/junction/actions/runs/5282162574/jobs/9556725306 this is kind off wip if you can mention further requirements i can them on top of this PR(s)