-
Notifications
You must be signed in to change notification settings - Fork 901
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
Migarting travis jobs to Semaphore #1503
Conversation
fc9ec85
to
87b9acb
Compare
87b9acb
to
53f53ba
Compare
a8d919b
to
7a85dda
Compare
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.
It seems in Linux x64 flake8 is being run on the whole _venv, causing a huge log
Is there a test run for wheel generation? |
|
will exclude the venv directory while running flake8 |
I was checking artifact generation with a test tag and it's failing on windows. It can be that the windows agent has been modified and hasn't got python anymore. @PrasanthV454 please check this. |
436e51f
to
387992f
Compare
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.
Great job @PrasanthV454, thanks for the last improvements!
Migrating current travis jobs to semaphore.
Flake8, docs and integration tests will be executed every time but only on linux x64 machines.
Unit Tests will be executed on all machine types everytime.