Merge pull request #381 from The-OpenROAD-Project-staging/k8s-pipeline-opensta
Jenkinsfile: run pipelineOpenSTA on k8s pods
This commit is contained in:
commit
4a837e70c6
|
|
@ -1,4 +1,5 @@
|
||||||
@Library('utils@main') _
|
@Library('utils@main') _
|
||||||
node() {
|
|
||||||
pipelineOpenSTA()
|
k8sPodTemplate(coordinator: true, cloud: utilPickCloud()) {
|
||||||
|
pipelineOpenSTA(k8s: true)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue