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
1=== modified file 'run_checks'
2--- run_checks 2017-02-13 16:00:04 +0000
3+++ run_checks 2017-02-20 13:10:45 +0000
4@@ -24,12 +24,13 @@
5
6 proxy=$2
7 if [ "$proxy" ]; then
8- echo "Using proxy: $proxy to install dependencies"
9- pip install --proxy $proxy pylint
10- pip install --proxy $proxy -r requirements.txt
11+ echo "Using proxy: $proxy to install Pylint"
12+ pip3 install --proxy $proxy pylint
13+ echo "Using proxy: $proxy to install the rest of the dependencies"
14+ pip3 install --proxy $proxy -r requirements.txt
15 else
16- pip install pylint
17- pip install -r requirements.txt
18+ pip3 install pylint
19+ pip3 install -r requirements.txt
20 fi
21
22 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