Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
f5224837
Commit
f5224837
authored
8 years ago
by
stu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install python packages for testing
parent
8ee714f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
playbooks/roles/jenkins_worker/tasks/android_testing_tools.yml
+16
-0
playbooks/roles/jenkins_worker/tasks/main.yml
+4
-0
No files found.
playbooks/roles/jenkins_worker/tasks/android_testing_tools.yml
0 → 100644
View file @
f5224837
---
# Install Python packages used for testing the edX Android app on Jenkins
# Note: normally, we use a virtual environment for pip installs on a Jenkins
# worker, but since this is the only instance of python being used on the machine
# we install them as system packages. If we start requiring more python, or
# add other jobs to this worker, please reconsider this.
-
name
:
Install Android testing requirements using pip
pip
:
name
:
"
{{
item
}}"
state
:
present
extra_args
:
"
--user
--exists-action=w"
executable
:
pip
with_items
:
-
pillow
-
codecov
This diff is collapsed.
Click to expand it.
playbooks/roles/jenkins_worker/tasks/main.yml
View file @
f5224837
...
...
@@ -14,6 +14,10 @@
-
include
:
python_platform_worker.yml
when
:
platform_worker is defined
# Only Android workers
-
include
:
android_testing_tools.yml
when
:
android_worker is defined
# Run appropriate tests
-
include
:
test.yml
-
include
:
test_platform_worker.yml
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment