Merge pull request #381 from The-OpenROAD-Project-staging/k8s-pipeline-opensta

Jenkinsfile: run pipelineOpenSTA on k8s pods
This commit is contained in:
Matt Liberty 2026-07-08 16:36:31 +00:00 committed by GitHub
commit 4a837e70c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

5
Jenkinsfile vendored
View File

@ -1,4 +1,5 @@
@Library('utils@main') _ @Library('utils@main') _
node() {
pipelineOpenSTA() k8sPodTemplate(coordinator: true, cloud: utilPickCloud()) {
pipelineOpenSTA(k8s: true)
} }