Merge lp:~canonical-platform-qa/snappy-ecosystem-tests/fixing_ci into lp:snappy-ecosystem-tests

Proposed by Santiago Baldassin
Status: Merged
Approved by: Heber Parrucci
Approved revision: 19
Merged at revision: 19
Proposed branch: lp:~canonical-platform-qa/snappy-ecosystem-tests/fixing_ci
Merge into: lp:snappy-ecosystem-tests
Diff against target: 22 lines (+6/-5)
1 file modified
run_checks (+6/-5)
To merge this branch: bzr merge lp:~canonical-platform-qa/snappy-ecosystem-tests/fixing_ci
Reviewer Review Type Date Requested Status
Omer Akram (community) Approve
Heber Parrucci (community) Approve
platform-qa-bot continuous-integration Approve
Review via email: mp+317748@code.launchpad.net

Commit message

Fixing the CI for ecosystem

Description of the change

Fixing the CI for ecosystem

To post a comment you must log in.
16. By Santiago Baldassin

Moving to virtual env 3

17. By Santiago Baldassin

Moving back to virtualenv

18. By Santiago Baldassin

Adding logs

Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Approve (continuous-integration)
19. By Santiago Baldassin

Minor fix

Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Heber Parrucci (heber013) wrote :

changes LGTM

review: Approve
Revision history for this message
Omer Akram (om26er) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'run_checks'
--- run_checks 2017-02-13 16:00:04 +0000
+++ run_checks 2017-02-20 13:10:45 +0000
@@ -24,12 +24,13 @@
2424
25 proxy=$225 proxy=$2
26 if [ "$proxy" ]; then26 if [ "$proxy" ]; then
27 echo "Using proxy: $proxy to install dependencies"27 echo "Using proxy: $proxy to install Pylint"
28 pip install --proxy $proxy pylint28 pip3 install --proxy $proxy pylint
29 pip install --proxy $proxy -r requirements.txt29 echo "Using proxy: $proxy to install the rest of the dependencies"
30 pip3 install --proxy $proxy -r requirements.txt
30 else31 else
31 pip install pylint32 pip3 install pylint
32 pip install -r requirements.txt33 pip3 install -r requirements.txt
33 fi34 fi
3435
35 ve_pylint/bin/python3 -m pylint snappy_ecosystem_tests --reports=n --rcfile=pylint.cfg > pylint-results.txt36 ve_pylint/bin/python3 -m pylint snappy_ecosystem_tests --reports=n --rcfile=pylint.cfg > pylint-results.txt

Subscribers

People subscribed via source and target branches