Skip to content

Commit

Permalink
Use short name for all e2e jobs (#1933)
Browse files Browse the repository at this point in the history
  • Loading branch information
barkbay committed Oct 8, 2019
1 parent 21eb260 commit e184b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/ci/e2e/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ EOF
cat >deployer-config.yml <<EOF
id: gke-ci
overrides:
clusterName: $BUILD_TAG
clusterName: eck-e2e-$BUILD_NUMBER
vaultInfo:
address: $VAULT_ADDR
roleId: $VAULT_ROLE_ID
Expand Down Expand Up @@ -78,7 +78,7 @@ EOF
script {
if (notOnlyDocs()) {
build job: 'cloud-on-k8s-e2e-cleanup',
parameters: [string(name: 'GKE_CLUSTER', value: "${BUILD_TAG}")],
parameters: [string(name: 'GKE_CLUSTER', value: "eck-e2e-${BUILD_NUMBER}")],
wait: false
}
}
Expand Down

0 comments on commit e184b62

Please sign in to comment.