summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2017-01-13 10:37:17 +0000
committerMaryam Tahhan <maryam.tahhan@intel.com>2017-01-13 11:52:18 +0000
commitb2cc36d134c4e775398b2ecfbebc47161afed692 (patch)
treee109e2e476c0f18f42e9bce2e85d644d984978e2 /jjb
parent7af92e09cf13a7184b49ffebc32e274fe46f0faa (diff)
barometer-jjb: fix jobs to not build as root
Change-Id: I4d179400914d985e99f8295c47282d61dbb175cd Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/barometer/barometer.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/barometer/barometer.yml b/jjb/barometer/barometer.yml
index 4afe40e38..41a80addc 100644
--- a/jjb/barometer/barometer.yml
+++ b/jjb/barometer/barometer.yml
@@ -115,8 +115,8 @@
pwd
cd src
./install_build_deps.sh
- sudo make clobber
- sudo make
+ make clobber
+ make
- job-template:
name: 'barometer-daily-{stream}'
@@ -152,5 +152,5 @@
pwd
cd src
./install_build_deps.sh
- sudo make clobber
- sudo make
+ make clobber
+ make