Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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
edx
edx-platform
Commits
a2070808
Commit
a2070808
authored
Nov 10, 2016
by
Calen Pennington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add timer logging to jenkins test runs
parent
7e4c7d8c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
scripts/jenkins-common.sh
+5
-0
No files found.
scripts/jenkins-common.sh
View file @
a2070808
...
@@ -31,3 +31,8 @@ PATH=$PATH:node_modules/.bin
...
@@ -31,3 +31,8 @@ PATH=$PATH:node_modules/.bin
# (In this case, remove it. That ensures from run-to-run, it is a clean npm environment)
# (In this case, remove it. That ensures from run-to-run, it is a clean npm environment)
echo
"--> Cleaning npm cache"
echo
"--> Cleaning npm cache"
npm cache clean
npm cache clean
# Log any paver or ansible command timing
TIMESTAMP
=
$(
date +%s
)
export
PAVER_TIMER_LOG
=
"test_root/log/timing.paver.
$TIMESTAMP
.log"
export
ANSIBLE_TIMER_LOG
=
"test_root/log/timing.ansible.
$TIMESTAMP
.log"
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