Skip to content

Conversation

@MFlyer
Copy link
Member

@MFlyer MFlyer commented Jan 24, 2017

Jenkins' Flake8 doesn't like some files, so we fix them

Ready to be merged @schakrava

Can we have it running against PR diffs instead of all Rockstor repo structure? This can speed up flake8 task :)
Mirko

@MFlyer
Copy link
Member Author

MFlyer commented Jan 24, 2017

Add about building:

http://192.195.81.208:22082/job/build-rockstor-core/31/console

Yesterday had same issue while building share usage commits, had to bootstrap.py and rebuild

M.

@MFlyer
Copy link
Member Author

MFlyer commented Jan 24, 2017

@schakrava & @phillxnet :

After fetching PR on jenkins, instead of flake8 full Rockstor env we can check it against modified .py files:

flake8 $(git diff master --name-only | grep -i "\.py" | tr '\n' ' ')

git diff --name-only always returns \n separated files, so had to tr them

Mirko

@schakrava
Copy link
Member

Thanks @MFlyer, nicely done!

@schakrava schakrava merged commit 715cb93 into rockstor:master Feb 6, 2017
@MFlyer MFlyer deleted the Jenkins_goes_camping branch February 6, 2017 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants