diff --git a/.jenkins/common_job_properties.groovy b/.jenkins/common_job_properties.groovy index 5e77cc17d82eb..c1dcdd1dcb6ef 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.