Repository: beam Updated Branches: refs/heads/master 752a4c9d9 -> c31b63340
Use PKB's repository for PKB Benchmarks Signed-off-by: Jason Kuster <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/b2964250 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/b2964250 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/b2964250 Branch: refs/heads/master Commit: b2964250cc9f3a8a952e27d4680f6b1cab3a866a Parents: 752a4c9 Author: Jason Kuster <[email protected]> Authored: Wed Mar 22 11:09:59 2017 -0400 Committer: Thomas Groh <[email protected]> Committed: Wed Mar 22 13:06:53 2017 -0700 ---------------------------------------------------------------------- .jenkins/common_job_properties.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/b2964250/.jenkins/common_job_properties.groovy ---------------------------------------------------------------------- diff --git a/.jenkins/common_job_properties.groovy b/.jenkins/common_job_properties.groovy index 5e77cc1..c1dcdd1 100644 --- a/.jenkins/common_job_properties.groovy +++ b/.jenkins/common_job_properties.groovy @@ -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.
