Skip to content

Commit

Permalink
This closes apache#2287
Browse files Browse the repository at this point in the history
  • Loading branch information
tgroh committed Mar 22, 2017
2 parents 752a4c9 + b296425 commit c31b633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/common_job_properties.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ class common_job_properties {
// Clean up environment.
shell('rm -rf PerfKitBenchmarker')
// Clone appropriate perfkit branch
shell('git clone -b beam-pkb --single-branch https://github.com/jasonkuster/PerfKitBenchmarker.git')
shell('git clone https://github.com/GoogleCloudPlatform/PerfKitBenchmarker.git')
// Install job requirements.
shell('pip install --user -r PerfKitBenchmarker/requirements.txt')
// Launch performance test.
Expand Down

0 comments on commit c31b633

Please sign in to comment.