Skip to content

Commit

Permalink
switch to new cloud (nutonomy#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentyn Klindukh authored and herman-nu committed Dec 20, 2019
1 parent 3c872ca commit 07c06dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pipeline {
agent {
kubernetes {
label 'nuscenes-builder-' + UUID.randomUUID().toString()
cloud 'boston'
yamlFile 'setup/docker.yaml'
}// kubernetes
} // agent
Expand Down Expand Up @@ -39,7 +40,7 @@ pipeline {
agent {
kubernetes {
label 'nuscenes-test3.6-' + UUID.randomUUID().toString()
defaultContainer 'jnlp'
cloud 'boston'
yaml """
apiVersion: v1
kind: Pod
Expand Down Expand Up @@ -93,7 +94,7 @@ pipeline {
agent {
kubernetes {
label 'nuscenes-test3.7-' + UUID.randomUUID().toString()
defaultContainer 'jnlp'
cloud 'boston'
yaml """
apiVersion: v1
kind: Pod
Expand Down

0 comments on commit 07c06dc

Please sign in to comment.