-
Notifications
You must be signed in to change notification settings - Fork 6
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
build: Speed up CI by only running commands we need #105
Conversation
7f9e240
to
a63bd10
Compare
.github/workflows/coverage.yml
Outdated
@@ -35,12 +35,14 @@ jobs: | |||
pip install -r requirements.txt | |||
dbt deps | |||
- name: Initialize Open edX | |||
continue-on-error: true | |||
continue-on-error: false | |||
run: | | |||
tutor plugins enable aspects | |||
tutor config save | |||
tutor local start -d |
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.
@bmtcril you need only to start the clickhouse container for this to work
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.
I think I'll also need to change the load test config to talk directly to clickhouse instead of Ralph, too.
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.
Or you can start both
5b213f3
to
7ff2442
Compare
@Ian2012 @saraburns1 this should be ready for review now |
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.
Nice, 2 mins now.
Cuts the time down to run the coverage / dbt tests to about 2 mins, from 4, and previously 15.