Skip to content

Commit

Permalink
Change hhvm_provisioning URLs to GitLab (GoogleCloudPlatform#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
Papa, Florin authored and harp-intel committed Mar 14, 2019
1 parent b812050 commit 92da085
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions perfkitbenchmarker/linux_packages/intel_hhvm_provisioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
from perfkitbenchmarker import data, vm_util
from perfkitbenchmarker.linux_packages import INSTALL_DIR

HHVM_PERF_URL_GIT = ('https://github.intel.com/DSLO/hhvm-perf.git')
HHVM_PERF_URL_CURL = ('https://github.intel.com/dslo/hhvm-perf/'
'archive/master.tar.gz')
HHVM_PROV_URL = ('https://github.intel.com/dslo/hhvm_provisioning/'
'archive/master.tar.gz')
HHVM_PERF_URL_GIT = ('https://gitlab.devtools.intel.com/DCSP/HHVM/hhvm-perf.git')
HHVM_PERF_URL_CURL = ('https://gitlab.devtools.intel.com/DCSP/HHVM/hhvm-perf/'
'-/archive/master/hhvm-perf-master.tar.gz')
HHVM_PROV_URL = ('https://gitlab.devtools.intel.com/DCSP/HHVM/hhvm_provisioning/'
'-/archive/master/hhvm_provisioning-master.tar.gz')
HHVM_PROV_DIR_NAME = 'hhvm_provisioning'
HHVM_PROV_DIR = INSTALL_DIR + '/' + HHVM_PROV_DIR_NAME + '/'

Expand All @@ -30,7 +30,7 @@ def Install(vm):
cmd = ['curl',
'-SL',
'--noproxy',
'github.intel.com',
'gitlab.devtools.intel.com',
HHVM_PROV_URL,
'-o',
prov_path
Expand Down

0 comments on commit 92da085

Please sign in to comment.