Skip to content

Commit

Permalink
Stop executing perf tests
Browse files Browse the repository at this point in the history
As discussed in
#828 (comment)
and #2264
this only takes precious resources and no one actually looks at these
results.
  • Loading branch information
akurtakov committed Sep 19, 2024
1 parent 5cf1ff9 commit 25b678f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion JenkinsJobs/Builds/I_build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ spec:
build job: 'AutomatedTests/ep''' + MAJOR + MINOR + '''I-unit-macM1-java17', parameters: [string(name: 'buildId', value: "${env.BUILD_IID.trim()}")], wait: false
build job: 'AutomatedTests/ep''' + MAJOR + MINOR + '''I-unit-mac64-java17', parameters: [string(name: 'buildId', value: "${env.BUILD_IID.trim()}")], wait: false
build job: 'AutomatedTests/ep''' + MAJOR + MINOR + '''I-unit-win32-java17', parameters: [string(name: 'buildId', value: "${env.BUILD_IID.trim()}")], wait: false
build job: 'PerformanceTests/ep''' + MAJOR + MINOR + '''I-perf-lin64-baseline', parameters: [string(name: 'buildId', value: "${env.BUILD_IID.trim()}")], wait: false
build job: 'Start-smoke-tests', parameters: [string(name: 'buildId', value: "${env.BUILD_IID.trim()}")], wait: false
}
}
Expand Down

0 comments on commit 25b678f

Please sign in to comment.