Skip to content

Commit

Permalink
Remove gke-to-gke-peering from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
homernajafi committed May 1, 2019
1 parent f29261f commit 6f8daa4
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
sh "make lint"
}
}

/*
stage('gke-to-gke-peering-create') {
container(containerName) {
// You can use dir to set the working directory
Expand Down Expand Up @@ -108,7 +108,7 @@ spec:
}
}
}

*/
stage('gke-to-gke-vpn-create') {
container(containerName) {
dir('gke-to-gke-vpn') {
Expand Down Expand Up @@ -137,9 +137,9 @@ spec:
catch (err) {
stage('Teardown') {
container(containerName) {
dir('gke-to-gke-peering') {
sh './cleanup.sh'
}
// dir('gke-to-gke-peering') {
// sh './cleanup.sh'
// }
dir('gke-to-gke-vpn') {
sh './cleanup.sh'
}
Expand All @@ -154,9 +154,10 @@ spec:
finally {
stage('Teardown') {
container(containerName) {
dir('gke-to-gke-peering') {
sh './cleanup.sh'
}
// dir('gke-to-gke-peering') {
//
// sh './cleanup.sh'
// }
dir('gke-to-gke-vpn') {
sh './cleanup.sh'
}
Expand Down

0 comments on commit 6f8daa4

Please sign in to comment.